Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
fe-lang
/
fe
Public
forked from
argotorg/fe
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
fe
ingots
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 22, 2026
Merge pull request #1515 from sbillig/layout-hole-eval
Show description for cc6e022
sbillig
authored
cc6e022
View commit details
Copy full SHA for cc6e022
View code at this point
Browse repository at this point
std: add call_with_default and std::evm::erc20 safe-transfer helpers (#1514)
Show description for a51e831
cburgdorf
authored
a51e831
View commit details
Copy full SHA for a51e831
View code at this point
Browse repository at this point
layout: hard cut over to explicit root graph and evidence
Show description for 5add1ce
sbillig
committed
5add1ce
View commit details
Copy full SHA for 5add1ce
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
fix: ICE when emitting #[event] structs with many fields (#1516)
Show description for 26effb7
cburgdorf
authored
26effb7
View commit details
Copy full SHA for 26effb7
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
Merge pull request #1512 from cburgdorf/packed
Show description for d1ee9eb
sbillig
authored
d1ee9eb
View commit details
Copy full SHA for d1ee9eb
View code at this point
Browse repository at this point
std: expose encode_msg_calldata and add Address::static convenience (#1511)
Show description for e338375
cburgdorf
authored
e338375
View commit details
Copy full SHA for e338375
View code at this point
Browse repository at this point
std: Add non-terminal read API to StorageBytes (#1510)
Show description for d2000ca
cburgdorf
authored
d2000ca
View commit details
Copy full SHA for d2000ca
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
stdlib: Add isqrt (integer square root) to core::num
Show description for 5de2480
cburgdorf
committed
5de2480
View commit details
Copy full SHA for 5de2480
View code at this point
Browse repository at this point
std: add evm::packed — tightly packed byte encoding (abi.encodePacked parity)
Show description for d0a6648
cburgdorf
committed
d0a6648
View commit details
Copy full SHA for d0a6648
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
Provide sol int ABI traits via blanket impls
Show description for 848e23f
sbillig
committed
848e23f
View commit details
Copy full SHA for 848e23f
View code at this point
Browse repository at this point
Make sol wrapping constructor receiverless
sbillig
committed
3bc5faa
View commit details
Copy full SHA for 3bc5faa
View code at this point
Browse repository at this point
Implement wrapping ops for Solidity int wrappers
sbillig
committed
b45b9b4
View commit details
Copy full SHA for b45b9b4
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
stdlib: add storage map tuple key impls
Show description for bee8ea3
g-r-a-n-t
authored and
cburgdorf
committed
bee8ea3
View commit details
Copy full SHA for bee8ea3
View code at this point
Browse repository at this point
Commits on Jun 20, 2026
Use associated consts in StoragePackedArray
Show description for 1e35816
cburgdorf
authored and
sbillig
committed
1e35816
View commit details
Copy full SHA for 1e35816
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
Harden std storage capability construction
sbillig
committed
2db1ca6
View commit details
Copy full SHA for 2db1ca6
View code at this point
Browse repository at this point
Fix effect-handle transport and accessors
sbillig
committed
8ed6a91
View commit details
Copy full SHA for 8ed6a91
View code at this point
Browse repository at this point
Use AddressSpace consts for effect handles
sbillig
committed
2b216d6
View commit details
Copy full SHA for 2b216d6
View code at this point
Browse repository at this point
Add TSlot-backed mutex locks
sbillig
committed
b84df62
View commit details
Copy full SHA for b84df62
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
cleanup: immutable-field error code, fixture validity, dead CodePtr
Show description for bbc290f
sbillig
committed
bbc290f
View commit details
Copy full SHA for bbc290f
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
core: remove unused immutable field host hooks
g-r-a-n-t
committed
a3d1b1b
View commit details
Copy full SHA for a3d1b1b
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
mir/codegen: lower immutable contract fields
Show description for 8e3187d
g-r-a-n-t
committed
8e3187d
View commit details
Copy full SHA for 8e3187d
View code at this point
Browse repository at this point
Commits on May 31, 2026
Merge pull request #1484 from sbillig/abi-opts
sbillig
authored
84e32e8
View commit details
Copy full SHA for 84e32e8
View code at this point
Browse repository at this point
feat(core): add Abs and UnsignedAbs traits for signed integers
Show description for a26359d
cburgdorf
committed
a26359d
View commit details
Copy full SHA for a26359d
View code at this point
Browse repository at this point
feat(core): add Bounded trait with min()/max() const fn
Show description for 41e0c3a
cburgdorf
committed
41e0c3a
View commit details
Copy full SHA for 41e0c3a
View code at this point
Browse repository at this point
Add StorageKey impls for all primitive integer types and bool
Show description for 2465885
cburgdorf
committed
2465885
View commit details
Copy full SHA for 2465885
View code at this point
Browse repository at this point
Commits on May 30, 2026
Mark safe SSZ arithmetic unchecked
sbillig
committed
4165555
View commit details
Copy full SHA for 4165555
View code at this point
Browse repository at this point
Optimize event payload encoding
sbillig
committed
9f58485
View commit details
Copy full SHA for 9f58485
View code at this point
Browse repository at this point
Merge pull request #1476 from sbillig/abi-opt-gas
Show description for a818c1f
sbillig
authored
a818c1f
View commit details
Copy full SHA for a818c1f
View code at this point
Browse repository at this point
Commits on May 29, 2026
std: mark hot deposit-path functions inline(always)
Show description for 2c6f188
cburgdorf
authored and
sbillig
committed
2c6f188
View commit details
Copy full SHA for 2c6f188
View code at this point
Browse repository at this point
Merge pull request #1468 from sbillig/precompile-result
Show description for dc229df
sbillig
authored
dc229df
View commit details
Copy full SHA for dc229df
View code at this point
Browse repository at this point
Fix generated msg bounded ABI decode
sbillig
committed
ac542f8
View commit details
Copy full SHA for ac542f8
View code at this point
Browse repository at this point
Clarify ABI decode fast path names
sbillig
committed
bcd2096
View commit details
Copy full SHA for bcd2096
View code at this point
Browse repository at this point
Validate ABI dynamic decode heads
sbillig
committed
b603019
View commit details
Copy full SHA for b603019
View code at this point
Browse repository at this point
Remove BytesView from ssz/deposit_contract
sbillig
committed
88f0482
View commit details
Copy full SHA for 88f0482
View code at this point
Browse repository at this point
Outline dynamic Bytes decode helper
sbillig
committed
9a32671
View commit details
Copy full SHA for 9a32671
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.