-
Notifications
You must be signed in to change notification settings - Fork 355
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
base: main
Are you sure you want to change the base?
Add ERC6909 #1040
Changes from all commits
f973569
7712199
bd82b63
0a3b145
b0135f2
cea45a9
49d4369
79363c7
7047486
3b8b627
2d7a385
f5fa462
641f33f
fa621c0
3c7738a
7802429
b2fecad
e30797a
5094c66
b3a9b62
d653416
d265875
ca6c739
21a28c6
fbae8e2
c9ccaa7
3a5e4c0
6918d90
a27fe02
03e577e
ba9ff8a
543e1a6
aa8e8c6
40538f6
56570aa
54d6f05
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,16 @@ | |
|
||
## Unreleased | ||
|
||
<<<<<<< HEAD | ||
### Added (2024-06-21) | ||
Check failure on line 12 in CHANGELOG.md GitHub Actions / Lint and testHeadings should be surrounded by blank lines
|
||
|
||
- ERC6909 token standard (2024-06-21) in `/src/token/` | ||
- ERC6909 mocks in `/src/tests/mocks/` | ||
- ERC6909 tests in `/src/tests/token/erc6909/` | ||
- New selectors for the ERC6909 standard on `src/utils/selectors.cairo` | ||
- Docs page for ERC6909 in `/docs/` | ||
======= | ||
Check failure on line 19 in CHANGELOG.md GitHub Actions / Lint and testLists should be surrounded by blank lines
|
||
## 0.15.0 (2024-08-08) | ||
Check failure on line 20 in CHANGELOG.md GitHub Actions / Lint and testHeadings should be surrounded by blank lines
|
||
|
||
### Added | ||
|
||
|
@@ -48,7 +57,8 @@ | |
|
||
### Changed (Breaking) | ||
|
||
- Removed `num_checkpoints` and `checkpoints` from `ERC20VotesABI`. | ||
Check failure on line 60 in CHANGELOG.md GitHub Actions / Lint and testLists should be surrounded by blank lines
|
||
>>>>>>> 0638a4a640a19c0d93570dc4ab7324bcfe1ef1c3 | ||
|
||
## 0.14.0 (2024-06-14) | ||
|
||
|
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