Commit Graph

324 Commits (171fa40bc8819c0393bab8e70778cf63bf08fb07)

Author SHA1 Message Date
Ernesto García ef0273fde1
Add Base64 library to utils (#2884) 3 years ago
Francisco Giordano e9e177f53b Fix ERC2771ContextMock for upgradeable contracts 3 years ago
Hadrien Croubois fe38eae6cd
Re-enable immutable forwarder in ERC2771Context (#2917) 3 years ago
Tom Lehman bda61cd5e5
Fix typo (#3016) 3 years ago
JulissaDantes b42b05311b
Add ERC721Votes for NFT-based governance (#2944) 3 years ago
Francisco Giordano 553c8fdec7 Update initializer modifier to prevent reentrancy during initialization (#3006) 3 years ago
Hadrien Croubois 08840b9f8c
Update initializer modifier to prevent reentrancy during initialization (#3006) 3 years ago
Hadrien Croubois abf6024faf
Add a governor module to protect against late quorum (#2973) 3 years ago
barakman f6db5c1f30
A function which returns the absolute value of a signed value (#2984) 3 years ago
Hadrien Croubois 70138680cf Fix ERC1155 supply tracking (#2956) 3 years ago
Hadrien Croubois 4088540aef
Fix ERC1155 supply tracking (#2956) 3 years ago
Hadrien Croubois b12af48a7d
Add Governor module for governance-settable parameters (#2904) 3 years ago
Hadrien Croubois d244b81972
Add a MerkleProof.processProof utility function (#2841) 3 years ago
td-bn 5b28259dac
#890: Add ECDSA.toEthSignedMessageHash(bytes) for abritrary length message hashing (#2865) 3 years ago
Hadrien Croubois 01f2ff1ba1
Allow Governor + CompoundTimelock to manage native tokens (eth) in and out of the timelock contract. (#2849) 3 years ago
Anton Bukov 541e82144f
Optimize EOA signature verification (#2661) 4 years ago
Francisco Giordano 4b152bd8ce
Improve Governor (#2794) 4 years ago
Hadrien Croubois 6c1a634053
Add Governor contracts (#2672) 4 years ago
Hadrien Croubois f88e555234
Add values() functions to EnumerableSets (#2768) 4 years ago
Hadrien Croubois 6842518b1b
Wrapper extension for ERC20 token (#2633) 4 years ago
Hadrien Croubois 4d0f8c1da8
Check inheritance tree consistency (#2727) 4 years ago
Hadrien Croubois f7da53cebd
Add a BitMap struct (#2710) 4 years ago
Hadrien Croubois b0cf6fbb7a
Add Prettier for linting and fix Solhint config (#2697) 4 years ago
Hadrien Croubois e3661abe84
Split ERC20Votes and ERC20VotesComp (#2706) 4 years ago
Hadrien Croubois f6efd8aced
Add totalSupply checkpoints to ER20Votes (#2695) 4 years ago
Hadrien Croubois 406c83649b
Introduce ERC1155 totalSupply() and exists() functions (#2593) 4 years ago
Hadrien Croubois f31bb101ad
Move ERC20Votes and ERC20FlashMint out of draft (#2673) 4 years ago
Nicholas Rodrigues Lordello 7c754d0665
Add ceiling division operation to the `Math.sol` library (#2681) 4 years ago
Hadrien Croubois 8ea06b75aa
Add a Counter.reset function (#2678) 4 years ago
Hadrien Croubois 100ca0b8a2
ERC20 extension for governance tokens (vote delegation and snapshots) (#2632) 4 years ago
Hadrien Croubois 915109b2c4 Move UUPSUpgradeable to proxy/utils 4 years ago
Hadrien Croubois b9125001f0 Move UUPSUpgradeable to proxy/utils 4 years ago
Hadrien Croubois e0a2b195e4
Add modifier & internal function with standard revert message in AccessControl (#2609) 4 years ago
Hadrien Croubois 1c676ac0ec
Implement UUPS proxy (ERC1822) (#2542) 4 years ago
Martín Triay 7f6a1666fa
Add Multicall module (#2608) 4 years ago
Hadrien Croubois 0c621246d3
Add tooling to verify signatures with support for ERC1271 (#2532) 4 years ago
Hadrien Croubois 5bd798c6e1
Add ERC3156 extension of ERC20 (flash minting and lending) (#2543) 4 years ago
Hadrien Croubois cd443f0d5b
Add tests to extend code coverage (#2586) 4 years ago
Hadrien Croubois 0b3e0d74b0 Further reorganisation of the repo (#2575) 4 years ago
Hadrien Croubois f076ff5dbd
Further reorganisation of the repo (#2575) 4 years ago
Hadrien Croubois 78a9821129
Mint ERC777 without reception ack (#2552) 4 years ago
Hadrien Croubois 4390b8df12 Add ERC721URIStorage extension (#2555) 4 years ago
Hadrien Croubois 1705067e65
Add ERC721URIStorage extension (#2555) 4 years ago
Hadrien Croubois 136de91049 Rename variable master to implementation #2 (#2553) 4 years ago
Hadrien Croubois 103ff8e23d
Rename variable master to implementation #2 (#2553) 4 years ago
Hadrien Croubois 24a0bc23cf
Reorganize the repo structure (#2503) 4 years ago
Hadrien Croubois f8cc8b844a
Minimal support for ERC2771 (GSNv2) (#2508) 4 years ago
Hadrien Croubois e341bdc1b7
Remove enumerable from AccessControl and add AccessControlEnumerable extension (#2512) 4 years ago
Hadrien Croubois 09734e8028
Remove enumerable from ERC721 and add an ERC721Enumerable extension (#2511) 4 years ago
Hadrien Croubois e733b24dfe
Refactor ERC165 to use function overriding instead of storage (#2505) 4 years ago