rotcivegaf
|
6d97f09195
|
Gas optimization on average function of Math.sol (#2757)
* change implementation to save gas
* add average test with two max uni256 number
|
4 years ago |
Hadrien Croubois
|
15b92e4097
|
Add missing "await" in tests (#2749)
* add missing await in tests
* fix test description
|
4 years ago |
Hadrien Croubois
|
6842518b1b
|
Wrapper extension for ERC20 token (#2633)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
8a775cd8d4
|
Emit DelegateVotesChanged events after Transfer (#2733)
|
4 years ago |
Hadrien Croubois
|
f7da53cebd
|
Add a BitMap struct (#2710)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
e3661abe84
|
Split ERC20Votes and ERC20VotesComp (#2706)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
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)
* adapt revert reason convention
* add whitespace
* tweak documentation
* fix tests
|
4 years ago |
Hadrien Croubois
|
f6efd8aced
|
Add totalSupply checkpoints to ER20Votes (#2695)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
406c83649b
|
Introduce ERC1155 totalSupply() and exists() functions (#2593)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Nicholas Rodrigues Lordello
|
7c754d0665
|
Add ceiling division operation to the `Math.sol` library (#2681)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
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)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
William Morriss
|
165e6f1948
|
EnumerableSet: Remove Boundary Check in _at (#2606)
* remove boundary check
* fix tests for EnumerableSet "index out of bound"
* Changelog
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
4 years ago |
Hadrien Croubois
|
e0a2b195e4
|
Add modifier & internal function with standard revert message in AccessControl (#2609)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
1c676ac0ec
|
Implement UUPS proxy (ERC1822) (#2542)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Nader Dabit
|
3157aff844
|
Update docs for setting ERC20 decimals (#2629)
|
4 years ago |
Hadrien Croubois
|
555be63c90
|
Add support for EIP2098 "short signatures" in the ECDSA library (#2582)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
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)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
5bd798c6e1
|
Add ERC3156 extension of ERC20 (flash minting and lending) (#2543)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
cd443f0d5b
|
Add tests to extend code coverage (#2586)
|
4 years ago |
Hadrien Croubois
|
82e3ec3afe
|
Fix MerkleProof generation in tests and add some documentation (#2585)
|
4 years ago |
Francisco Giordano
|
508a879ef0
|
Remove merkleTree.js in favor of merkletreejs dependency (#2578)
|
4 years ago |
Hadrien Croubois
|
78a9821129
|
Mint ERC777 without reception ack (#2552)
|
4 years ago |
Brandon Valosek
|
b1e0aa487d
|
Fix AccessControlEnumerable not tracking renounceRole (#2572)
* Fix AccessControlEnumerable not tracking renounceRole
* Updated changelog
(cherry picked from commit 7adf0d88a0 )
|
4 years ago |
Brandon Valosek
|
7adf0d88a0
|
Fix AccessControlEnumerable not tracking renounceRole (#2572)
* Fix AccessControlEnumerable not tracking renounceRole
* Updated changelog
|
4 years ago |
Francisco Giordano
|
f07c39be8a
|
Add ERC165 interface detection to AccessControl (#2562)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
(cherry picked from commit 29ffe6f426 )
|
4 years ago |
Francisco Giordano
|
29ffe6f426
|
Add ERC165 interface detection to AccessControl (#2562)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
4 years ago |
Hadrien Croubois
|
4390b8df12
|
Add ERC721URIStorage extension (#2555)
(cherry picked from commit 1705067e65 )
|
4 years ago |
Hadrien Croubois
|
1705067e65
|
Add ERC721URIStorage extension (#2555)
|
4 years ago |
Hadrien Croubois
|
16312fcfb9
|
Rename UpgradeableProxy to ERC1967Proxy (#2547)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit c789941d76 )
|
4 years ago |
Hadrien Croubois
|
c789941d76
|
Rename UpgradeableProxy to ERC1967Proxy (#2547)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Francisco Giordano
|
4a1985f870
|
Fix migrate-imports.js test for upgradeable paths
(cherry picked from commit 4519c237c5 )
|
4 years ago |
Francisco Giordano
|
4519c237c5
|
Fix migrate-imports.js test for upgradeable paths
|
4 years ago |
Francisco Giordano
|
7cab19a2e4
|
Check upgradeable paths in migrate-imports test
(cherry picked from commit 4ee9fd77fd )
|
4 years ago |
Francisco Giordano
|
4ee9fd77fd
|
Check upgradeable paths in migrate-imports test
|
4 years ago |
Hadrien Croubois
|
24a0bc23cf
|
Reorganize the repo structure (#2503)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
f8cc8b844a
|
Minimal support for ERC2771 (GSNv2) (#2508)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
e341bdc1b7
|
Remove enumerable from AccessControl and add AccessControlEnumerable extension (#2512)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
09734e8028
|
Remove enumerable from ERC721 and add an ERC721Enumerable extension (#2511)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
e733b24dfe
|
Refactor ERC165 to use function overriding instead of storage (#2505)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
f7c8252611
|
Remove GSNv1 contracts (#2521)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
e66e3ca523
|
Improve gas efficiency of EnumerableMap (#2518)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
9c1e703990
|
Add a Strings.toHexString function (#2504)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
f2112be4d8
|
Add revert string to Counter decrement overflow (#2500)
|
4 years ago |
Hadrien Croubois
|
93438eca0b
|
Merge 3.4 master into solc-0.8 (#2499)
* 3.4.0-rc.0
* Allow manual dispatch of Test CI job
* Update lockfile (#2481)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* Add "available since" comments in documentation
* Add "available since" comments in documentation
(cherry picked from commit 63a0343dda )
* Remove SafeMathMock compilation warnings (#2497)
* Remove SafeMathMock compilation warnings (#2497)
(cherry picked from commit f4e57fd529 )
* 3.4.0
* fix safemath test to use renamed function from the mock
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
4 years ago |
Francisco Giordano
|
0f553e7f9e
|
Remove SafeMathMock compilation warnings (#2497)
(cherry picked from commit f4e57fd529 )
|
4 years ago |
Francisco Giordano
|
f4e57fd529
|
Remove SafeMathMock compilation warnings (#2497)
|
4 years ago |
Hadrien Croubois
|
5db7413827
|
re-enabling safemath revert reasons in ERC20, ERC777 and ERC1155 (#2491)
* re-enabling safemath revert reasons in ERC20 and ERC1155
* adding revert messages to ERC777
* removing uncheck block
|
4 years ago |