Commit Graph

271 Commits (255e27e6d22934ddaf00c7f279039142d725382d)

Author SHA1 Message Date
Franco Victorio c03952acbe
Remove `async` from `describe` blocks and add missing `await` in tests (#4942) 11 months ago
Hadrien Croubois 7eba10dd1e
Move ERC721 and ERC1155 receiver checks to dedicate libraries (#4845) 1 year ago
Vittorio Minacori e5f02bc608
Add ERC1363 implementation (#4631) 1 year ago
Renan Souza e68720efb6
Refactor supports interface (#4817) 1 year ago
Renan Souza 04cb014144
Make tests style more uniform (#4812) 1 year ago
Hadrien Croubois a72c9561b9
Finalize test migration: remove legacy dependencies and test helpers (#4797) 1 year ago
Hadrien Croubois 015ef69287
Refactor time helper and remove custom error helper. (#4803) 1 year ago
Hadrien Croubois be0572a8dc
Migrate ERC1155 tests to ethers v6 (#4771) 1 year ago
NiftyMike f627500649
Update SupportsInterface.behavior.js (#4674) 1 year ago
Hadrien Croubois 44965d7779
Migrate SafeERC20.test.js (#4798) 1 year ago
Renan Souza c3cd70811b
Migrate governance tests to ethers.js (#4728) 1 year ago
Hadrien Croubois 88211e8fba
Migrate ERC721 tests (#4793) 1 year ago
Renan Souza 88512b23d2
Migrate ERC20 extensions tests to ethers v6 (#4773) 1 year ago
Hadrien Croubois cffb2f1ddc
Migrate math tests to ethers.js v6 (#4769) 1 year ago
Renan Souza c35057978f
Migrate ERC20 and ERC20Wrapper tests to ethersjs (#4743) 1 year ago
Renan Souza 7bd2b2aaf6
Use ERC-XXX syntax (#4730) 1 year ago
Renan Souza 6a56b3b08d
Migrate EIP712 to ethersjs (#4750) 1 year ago
Hadrien Croubois 149e1b79fe
Migrate Ownable tests (#4657) 1 year ago
Francisco e12511b53e
Fix guides for 5.0 (#4654) 1 year ago
Hadrien Croubois 60e3ffe6a3
Remove non-standard increaseAllowance and decreaseAllowance from ERC20 (#4585) 1 year ago
Hadrien Croubois 095c8e120c
Remove SafeERC20.safePermit (#4582) 1 year ago
Hadrien Croubois 424149a682
Stop cleaning up token specific data on ERC-721 burn (#4561) 1 year ago
Hadrien Croubois 00c5da2034
Allow setting tokenURI for non-existent token (#4559) 1 year ago
Francisco 8186c07a83
Follow _approve overrides in ERC721._update (#4552) 1 year ago
Hadrien Croubois cd67894914
Use Trace208 in Votes to support ERC6372 clocks (#4539) 1 year ago
Hadrien Croubois 9e3f4d60c5
Use the _update mechanism in ERC721 (#4377) 2 years ago
Francisco 8643fd45fd
Update remappings and install instructions for Foundry on docs site (#4498) 2 years ago
Hadrien Croubois 00cbf5a236
Update pragma to 0.8.20 (#4489) 2 years ago
Ernesto García f631d8a5f0
Improve ERC4626 fees example (#4476) 2 years ago
Francisco 84db204a41
Rename rounding modes and complete with fourth (#4455) 2 years ago
Ernesto García 24ebff5ae9
Remove unused imports (#4436) 2 years ago
Ernesto García bb64458928
Implement recommendations from 5.0 audit Phase 1A (#4398) 2 years ago
Francisco 874c2d3c02
Use explicit imports (#4399) 2 years ago
Ernesto García 8cab922347
Rename `ERC1155InsufficientApprovalForAll` to `ERC1155MissingApprovalForAll` (#4381) 2 years ago
Hadrien Croubois 1e0e4e20bb
Do not emit Approval event when calling transferFrom (#4370) 2 years ago
Hadrien Croubois 365aca6d60
Improve tests for ERC1155 and ERC721 error handling (#3781) 2 years ago
Claudia Barcelo cd48b3eab3
Add validation in Governor on ERC-721 or ERC-1155 received (#4314) 2 years ago
Ernesto García 2477534260
Change behavior of ceilDiv(0, 0) and improve test coverage (#4348) 2 years ago
Ernesto García 5cc1ea0a39
Add `GUIDELINES.md` for marking `abstract` contracts (#4010) 2 years ago
Ernesto García b425a72240
Replace revert strings with custom errors (#4261) 2 years ago
Francisco 3902a410f1
Remove DOMAIN_SEPARATOR from Votes and update docs examples (#4297) 2 years ago
Ernesto García 7bb5592ad5
Bump minimum pragma version to `0.8.19` (#4288) 2 years ago
Hadrien Croubois 15c5c71795
Remove TokenTimelock, PaymentSplitter, ERC20Snapshot, ERC20VotesComp, GovernorVotesComp (#4276) 2 years ago
kfishnchips 5420879d9b
Ability to set starting token id for ERC721Consecutive (#4097) 2 years ago
Hadrien Croubois 25edd3cd62
Use SafeERC20.forceApprove in safeIncreaseAllowance and safeDecreaseAllowance (#4260) 2 years ago
Balaji Shetty Pachai cbc6145f5f
Removes zero address check from balanceOf in ERC1155 (#4263) 2 years ago
Hadrien Croubois 0f10efe232
Remove code in preparation for v5.0 (#4258) 2 years ago
Ernesto García 538655c3c0
Add reentrancy test cases for ERC4626 (#4197) 2 years ago
Pascal Marco Caversaccio dd1265cb1d
Improve `ERC4626` test coverage (#4134) 2 years ago
Francisco Giordano e58c6d8ff4 Fix linter error 2 years ago