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
/
rosetta
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
5
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rosetta
examples
on
fe262
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 26, 2026
Update for fe 26.2
sbillig
committed
381fae0
View commit details
Copy full SHA for 381fae0
View code at this point
Browse repository at this point
Commits on May 14, 2026
Use labeled args on domain-specific functions consistently
Show description for 40e024d
micahscopes
committed
40e024d
View commit details
Copy full SHA for 40e024d
View code at this point
Browse repository at this point
Restore labeled args on Poseidon hash to preserve public API
Show description for ac099a4
micahscopes
committed
ac099a4
View commit details
Copy full SHA for ac099a4
View code at this point
Browse repository at this point
AMM: use u8 for Swap direction instead of u256
Show description for 77bcded
micahscopes
committed
77bcded
View commit details
Copy full SHA for 77bcded
View code at this point
Browse repository at this point
Mark remaining pure functions as const fn
Show description for 32997a8
micahscopes
committed
32997a8
View commit details
Copy full SHA for 32997a8
View code at this point
Browse repository at this point
Use assert_msg for Solidity-compatible Error(string) reverts
Show description for b0c1404
micahscopes
committed
b0c1404
View commit details
Copy full SHA for b0c1404
View code at this point
Browse repository at this point
Mark pure field arithmetic as const fn
Show description for 3a134b0
micahscopes
committed
3a134b0
View commit details
Copy full SHA for 3a134b0
View code at this point
Browse repository at this point
Consolidate BN254 scalar field constant, remove duplicates
Show description for a5e17fa
micahscopes
committed
a5e17fa
View commit details
Copy full SHA for a5e17fa
View code at this point
Browse repository at this point
Remove use std::abi::sol imports, now in std prelude
Show description for 0012312
micahscopes
committed
0012312
View commit details
Copy full SHA for 0012312
View code at this point
Browse repository at this point
Poseidon: const fn + static_assert for compile-time verification
Show description for ad772f9
micahscopes
committed
ad772f9
View commit details
Copy full SHA for ad772f9
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
Build local Fe ingots in Foundry tests
sbillig
committed
52ec575
View commit details
Copy full SHA for 52ec575
View code at this point
Browse repository at this point
Support FE_BIN for Foundry tests
sbillig
committed
8588d78
View commit details
Copy full SHA for 8588d78
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
Split governance into TokenContract + GovContract
Show description for f63e247
micahscopes
committed
f63e247
View commit details
Copy full SHA for f63e247
View code at this point
Browse repository at this point
Add fuzz tests for escrow and governance, fix escrow #[payable]
Show description for 4797c2f
micahscopes
committed
4797c2f
View commit details
Copy full SHA for 4797c2f
View code at this point
Browse repository at this point
Remove promotional comments from governance contract
micahscopes
committed
202b50b
View commit details
Copy full SHA for 202b50b
View code at this point
Browse repository at this point
Rewrite governance with full logic, rename diamond -> governance
Show description for 5d37b65
micahscopes
committed
5d37b65
View commit details
Copy full SHA for 5d37b65
View code at this point
Browse repository at this point
Use buffer-based ec_pairing, add effects to pairing_2
Show description for fa61e4f
micahscopes
committed
fa61e4f
View commit details
Copy full SHA for fa61e4f
View code at this point
Browse repository at this point
Complete migration to typed crypto wrappers and effects
Show description for 8ff9628
micahscopes
committed
8ff9628
View commit details
Copy full SHA for 8ff9628
View code at this point
Browse repository at this point
Partial migration to typed crypto wrappers and effects
Show description for b9be5ac
micahscopes
committed
b9be5ac
View commit details
Copy full SHA for b9be5ac
View code at this point
Browse repository at this point
Migrate from std::evm::ops to std::evm::crypto
Show description for ca6c09a
micahscopes
committed
ca6c09a
View commit details
Copy full SHA for ca6c09a
View code at this point
Browse repository at this point
Cleanup: poseidon tuple destructuring, remove unused ERC-20 enum and diamond newtype
micahscopes
committed
81f7330
View commit details
Copy full SHA for 81f7330
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
Merkle: extract hash_sorted_pair helper. ERC-20: add Vault cross-contract example.
micahscopes
committed
93aa1bf
View commit details
Copy full SHA for 93aa1bf
View code at this point
Browse repository at this point
halo2: use tuple destructuring for squeeze calls
micahscopes
committed
f10e248
View commit details
Copy full SHA for f10e248
View code at this point
Browse repository at this point
AMM: add events, remove unused newtypes
micahscopes
committed
a0b2dae
View commit details
Copy full SHA for a0b2dae
View code at this point
Browse repository at this point
Fix plonk/halo2 compilation: add mut to squeeze bindings, import F_Q
Show description for 3214b95
micahscopes
committed
3214b95
View commit details
Copy full SHA for 3214b95
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
Fix ERC-20: remove do_transfer, note Result pattern as aspirational
micahscopes
committed
5dc3b06
View commit details
Copy full SHA for 5dc3b06
View code at this point
Browse repository at this point
Poseidon: note generic width vision (const arithmetic in types needed)
micahscopes
committed
8707520
View commit details
Copy full SHA for 8707520
View code at this point
Browse repository at this point
Plonk: tuple destructuring for squeeze, consolidate F_Q to field.fe
Show description for ba527ca
micahscopes
committed
ba527ca
View commit details
Copy full SHA for ba527ca
View code at this point
Browse repository at this point
AMM: typed reserve newtypes (ReserveA, ReserveB)
micahscopes
committed
a48f8f0
View commit details
Copy full SHA for a48f8f0
View code at this point
Browse repository at this point
Diamond: ProposalId newtype. Groth16: const-generic N public inputs, loop-based vk_x.
micahscopes
committed
62c2e18
View commit details
Copy full SHA for 62c2e18
View code at this point
Browse repository at this point
Thorough idiomatification pass from language wizard
Show description for dccdb5f
micahscopes
committed
dccdb5f
View commit details
Copy full SHA for dccdb5f
View code at this point
Browse repository at this point
Idiomatification pass: enums, newtypes, const generics, typed errors
Show description for 8a0bfb4
micahscopes
committed
8a0bfb4
View commit details
Copy full SHA for 8a0bfb4
View code at this point
Browse repository at this point
Rewrite diamond as token+governance matching MIT Diamond.sol
Show description for 8824020
micahscopes
committed
8824020
View commit details
Copy full SHA for 8824020
View code at this point
Browse repository at this point
Fix merkle type mismatch, strip branding, add missing configs
Show description for 9f2554f
micahscopes
committed
9f2554f
View commit details
Copy full SHA for 9f2554f
View code at this point
Browse repository at this point
Fix diamond contract name, tests need debugging
Show description for 8e79d03
micahscopes
committed
8e79d03
View commit details
Copy full SHA for 8e79d03
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.