Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8051a84
add initial files
onurinanc Jun 5, 2025
a6a3be9
implement erc6909 add one mint test
onurinanc Jun 5, 2025
d0ee57e
complete erc6909 unit tests
onurinanc Jun 6, 2025
58c07e5
finish supply extension and related motsu tests
onurinanc Jun 6, 2025
4140384
remove redundant
onurinanc Jun 9, 2025
5b45733
add Erc6909Example and Erc6909TokenSupplyExample
onurinanc Jun 9, 2025
b56e569
fmt
onurinanc Jun 9, 2025
513781c
add abi for erc6909 and erc6909-supply example and a mint test
onurinanc Jun 9, 2025
6463d84
fix mint test and add mints_invalid_receiver
onurinanc Jun 9, 2025
de57e8d
typo name
onurinanc Jun 9, 2025
e6761f5
complete erc6909 integration tests
onurinanc Jun 9, 2025
058c82d
add erc6909-supply integrations tests
onurinanc Jun 9, 2025
d859809
add comment & fmt all
onurinanc Jun 9, 2025
6781c92
fix errors
onurinanc Jun 9, 2025
dfe4e7f
fix
onurinanc Jun 9, 2025
de65d99
fix tests
onurinanc Jun 9, 2025
c0f55d5
fix test
onurinanc Jun 9, 2025
e395d59
fix erc6909-supply tests
onurinanc Jun 9, 2025
d354361
fix
onurinanc Jun 9, 2025
4c7fdb2
fix test
onurinanc Jun 9, 2025
23b6d83
add bench for erc6909
onurinanc Jun 9, 2025
976569b
add bench for erc6909 token supply
onurinanc Jun 9, 2025
fdadc2a
update cargo for CI
onurinanc Aug 7, 2025
e09cc02
Merge branch 'main' into feature/ERC6909
bidzyyys Aug 7, 2025
e05e7d0
apply requested changes
onurinanc Aug 7, 2025
a2e3fcd
merge changelog
onurinanc Aug 7, 2025
25220f1
fmt
onurinanc Aug 7, 2025
0b6266f
change FixedBytes<4> to B32
onurinanc Aug 7, 2025
d80ea4a
fix ancora
onurinanc Aug 7, 2025
2bd8e3a
add a test case covering ERC6909InvalidReceiver
onurinanc Aug 13, 2025
7f5926c
fix CHANGELOG
onurinanc Aug 13, 2025
13bbd20
update ERC-6909 ancora
onurinanc Aug 13, 2025
a509961
fmt
onurinanc Aug 13, 2025
1faf35e
remove unnecessary files
onurinanc Aug 13, 2025
2801d86
fix erc6909 ancora
onurinanc Aug 13, 2025
d2c0d06
Merge branch 'main' into feature/ERC6909
bidzyyys Aug 20, 2025
6f2df5c
Merge branch 'main' into feature/ERC6909
bidzyyys Sep 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `SafeErc20` now implements: `try_safe_transfer`, `try_safe_transfer_from`, `transfer_and_call_relaxed`, `transfer_from_and_call_relaxed` and `approve_and_call_relaxed`. #765
- Add bidirectional conversions between `ruint::Uint` and crypto library `Uint` types behind `ruint` feature toggle. #758
- Add bidirectional conversions between `Uint` and `u8`, `u16`, `u32`, `u64`, `u128` types. #764
- Add `Erc6909` contract and `Erc6909TokenSupply` extension. #777
- Add EDDSA (Ed25519) signature scheme. #757

### Changed (Breaking)
Expand Down
Loading
Loading