-
Notifications
You must be signed in to change notification settings - Fork 359
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
Add ERC6909 #1040
Open
swan-of-bodom
wants to merge
36
commits into
OpenZeppelin:main
Choose a base branch
from
swan-of-bodom: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
Add ERC6909 #1040
Changes from 28 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
f973569
erc6909 cairo contracts and tests
swan-of-bodom 7712199
add docs and changelog
swan-of-bodom bd82b63
edit `/docs/`
swan-of-bodom 0a3b145
docs
swan-of-bodom b0135f2
Merge remote-tracking branch 'upstream/main' into erc6909
swan-of-bodom cea45a9
refactor `erc6909` to use metadata, supply and uri extensions instead
swan-of-bodom 49d4369
update docs
swan-of-bodom 79363c7
update token
swan-of-bodom 7047486
update token tests
swan-of-bodom 3b8b627
add `token_supply` mocoks
swan-of-bodom 2d7a385
Merge branch 'main' of https://github.com/OpenZeppelin/cairo-contract…
swan-of-bodom f5fa462
refactor dual mocks and tests
swan-of-bodom 641f33f
add token supply tests
swan-of-bodom fa621c0
add token supply and content uri tests
swan-of-bodom 3c7738a
Merge remote-tracking branch 'upstream/main' into erc6909
swan-of-bodom 7802429
simplify mock
swan-of-bodom b2fecad
update docs
swan-of-bodom e30797a
add metadata hook
swan-of-bodom 5094c66
refactor `metadata` and add comments and docs
swan-of-bodom b3a9b62
update documentation
swan-of-bodom d653416
erc6909 api
swan-of-bodom d265875
make internalimpl mocks consistent
swan-of-bodom ca6c739
update erc6909 docs
swan-of-bodom 21a28c6
resolve docs `supports_interface`
swan-of-bodom fbae8e2
comments on docs
swan-of-bodom c9ccaa7
remove trailing space
swan-of-bodom 3a5e4c0
lint and typos
swan-of-bodom 6918d90
make imports consistent
swan-of-bodom a27fe02
remove dual dispatchers and update comments
swan-of-bodom 03e577e
update comments
swan-of-bodom ba9ff8a
bump to v0.15.0
swan-of-bodom 543e1a6
remove tests
swan-of-bodom aa8e8c6
add new `Map` and paths
swan-of-bodom 40538f6
use `is_non_zero` and `is_zero` and simplify update
swan-of-bodom 56570aa
comments and join imports
swan-of-bodom 54d6f05
update comments
swan-of-bodom 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 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
This file contains 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.
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.
We can boil this down to just one
ERC6909
entry