Commit Graph

1219 Commits (788d338c9b53d57f7229f79815573dcb91ecede1)

Author SHA1 Message Date
Hadrien Croubois 788d338c9b
Improve naming of internal variables (#2721) 4 years ago
Hadrien Croubois 6f50f6e1ef
Remove repeated code from ERC1967Upgrade (#2720) 4 years ago
Hadrien Croubois fd111df16d
Remove unecessary code from Context (#2718) 4 years ago
Hadrien Croubois 0a05f6fa45
Add a recover(bytes32,bytes32,bytes32) that follows EIP2098 (#2713) 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 1488d4f678
Improve ECDSA tests and docs (#2619) 4 years ago
Francisco Giordano adc50d465c
Tweak ERC20Votes revert reasons and documentation (#2696) 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
Francisco Giordano 1b37c21da5
reserve unchecked for when guarded by explicit require (#2685) 4 years ago
Iskander 7144ec8db4
Fix whitespace in ERC777 (#2667) 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
Vladislav 5f7eda1f98
Tokens: wrap safe substractions in uchecked block (#2669) 4 years ago
Santiago Palladino 8ad458e955
Explain how baseURI is used for building the tokenURI (#2679) 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
Motoko Kusanagi 8669481309
Fix typo in comment (#2660) 4 years ago
Manik Jain 1dc4a319ab
Use shorter syntax for Escrow addition (#2646) 4 years ago
William Chargin 08ba72afa2
Fix `ERC721._beforeTokenTransfer` docs (#2653) 4 years ago
Iskander 319afebdc0
Fix typo in ERC20._mint docs (#2648) 4 years ago
busypeter f1e92dd184
Fix code comments (#2658) 4 years ago
Francisco Giordano df8a0fe8dc Complete documentation of UUPSUpgradeable 4 years ago
Francisco Giordano 23869e5b2a 4.1.0 4 years ago
Francisco Giordano 903df56837 Review structure of Proxies API docs (#2645) 4 years ago
Francisco Giordano 4a53ee5a13
Review structure of Proxies API docs (#2645) 4 years ago
Francisco Giordano cfd6e7eab9 Fix documentation typos 4 years ago
Francisco Giordano a98814b930 Fix documentation typos 4 years ago
Francisco Giordano 10c763da6f Fix whitespace in doc comments 4 years ago
Francisco Giordano a020a55f9d Fix whitespace in doc comments 4 years ago
Hadrien Croubois 6552adafb2 Merge ERC1967Storage into ERC1967Upgrade (#2644) 4 years ago
Hadrien Croubois 5756e31999
Merge ERC1967Storage into ERC1967Upgrade (#2644) 4 years ago
William Morriss 165e6f1948
EnumerableSet: Remove Boundary Check in _at (#2606) 4 years ago
William Morriss 750a17653d
Optimize removal in EnumerableSet (#2605) 4 years ago
Francisco Giordano a664fb1e45 Improve code comments in ERC1967._upgradeToAndCallSecure 4 years ago
Francisco Giordano 2e6ef74593 Improve code comments in ERC1967._upgradeToAndCallSecure 4 years ago
Hadrien Croubois 440b65bf77
Refactor ERC1155 transfers to use internal functions (#2636) 4 years ago
Hadrien Croubois df7996b671 add Available since 4.1 comments 4 years ago
Hadrien Croubois 9a698e6b7b add Available since 4.1 comments 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 ad90dbdaff 4.1.0-rc.0 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
Hadrien Croubois 555be63c90
Add support for EIP2098 "short signatures" in the ECDSA library (#2582) 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