-
Notifications
You must be signed in to change notification settings - Fork 71
feat: add ERC-6909 Token and Supply extension #777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
onurinanc
wants to merge
37
commits into
OpenZeppelin:main
Choose a base branch
from
onurinanc:feature/ERC6909
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 29 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
8051a84
add initial files
onurinanc a6a3be9
implement erc6909 add one mint test
onurinanc d0ee57e
complete erc6909 unit tests
onurinanc 58c07e5
finish supply extension and related motsu tests
onurinanc 4140384
remove redundant
onurinanc 5b45733
add Erc6909Example and Erc6909TokenSupplyExample
onurinanc b56e569
fmt
onurinanc 513781c
add abi for erc6909 and erc6909-supply example and a mint test
onurinanc 6463d84
fix mint test and add mints_invalid_receiver
onurinanc de57e8d
typo name
onurinanc e6761f5
complete erc6909 integration tests
onurinanc 058c82d
add erc6909-supply integrations tests
onurinanc d859809
add comment & fmt all
onurinanc 6781c92
fix errors
onurinanc dfe4e7f
fix
onurinanc de65d99
fix tests
onurinanc c0f55d5
fix test
onurinanc e395d59
fix erc6909-supply tests
onurinanc d354361
fix
onurinanc 4c7fdb2
fix test
onurinanc 23b6d83
add bench for erc6909
onurinanc 976569b
add bench for erc6909 token supply
onurinanc fdadc2a
update cargo for CI
onurinanc e09cc02
Merge branch 'main' into feature/ERC6909
bidzyyys e05e7d0
apply requested changes
onurinanc a2e3fcd
merge changelog
onurinanc 25220f1
fmt
onurinanc 0b6266f
change FixedBytes<4> to B32
onurinanc d80ea4a
fix ancora
onurinanc 2bd8e3a
add a test case covering ERC6909InvalidReceiver
onurinanc 7f5926c
fix CHANGELOG
onurinanc 13bbd20
update ERC-6909 ancora
onurinanc a509961
fmt
onurinanc 1faf35e
remove unnecessary files
onurinanc 2801d86
fix erc6909 ancora
onurinanc d2c0d06
Merge branch 'main' into feature/ERC6909
bidzyyys 6f2df5c
Merge branch 'main' into feature/ERC6909
bidzyyys File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The linked PR ID should be of the PR where this was implemented (in your case, the ID of this PR).