|
|
0a05f6fa45
|
Add a recover(bytes32,bytes32,bytes32) that follows EIP2098 (#2713)
|
2021-06-14 15:12:08 -03:00 |
|
|
|
f7da53cebd
|
Add a BitMap struct (#2710)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-11 15:24:00 -03:00 |
|
|
|
b0cf6fbb7a
|
Add Prettier for linting and fix Solhint config (#2697)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-07 12:33:03 -03:00 |
|
|
|
e3661abe84
|
Split ERC20Votes and ERC20VotesComp (#2706)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-04 12:52:19 -03:00 |
|
|
|
1488d4f678
|
Improve ECDSA tests and docs (#2619)
|
2021-06-01 17:59:24 -03:00 |
|
|
|
adc50d465c
|
Tweak ERC20Votes revert reasons and documentation (#2696)
* adapt revert reason convention
* add whitespace
* tweak documentation
* fix tests
|
2021-05-27 18:16:37 +02:00 |
|
|
|
f6efd8aced
|
Add totalSupply checkpoints to ER20Votes (#2695)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-05-27 15:13:18 +00:00 |
|
|
|
406c83649b
|
Introduce ERC1155 totalSupply() and exists() functions (#2593)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-05-20 21:46:21 +00:00 |
|
|
|
1b37c21da5
|
reserve unchecked for when guarded by explicit require (#2685)
|
2021-05-20 16:40:18 +02:00 |
|
|
|
7144ec8db4
|
Fix whitespace in ERC777 (#2667)
|
2021-05-20 11:01:20 -03:00 |
|
|
|
f31bb101ad
|
Move ERC20Votes and ERC20FlashMint out of draft (#2673)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-05-20 11:00:22 -03:00 |
|
|
|
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>
|
2021-05-20 13:53:31 +00:00 |
|
|
|
5f7eda1f98
|
Tokens: wrap safe substractions in uchecked block (#2669)
* Tokens: wrap definitely safe subs in unchecked
* Add change in changelog
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2021-05-20 10:33:28 +02:00 |
|
|
|
8ad458e955
|
Explain how baseURI is used for building the tokenURI (#2679)
|
2021-05-19 16:07:56 -03:00 |
|
|
|
8ea06b75aa
|
Add a Counter.reset function (#2678)
|
2021-05-19 15:52:43 -03:00 |
|
|
|
100ca0b8a2
|
ERC20 extension for governance tokens (vote delegation and snapshots) (#2632)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-05-12 10:13:59 -03:00 |
|
|
|
8669481309
|
Fix typo in comment (#2660)
|
2021-05-05 10:41:46 -03:00 |
|
|
|
1dc4a319ab
|
Use shorter syntax for Escrow addition (#2646)
|
2021-05-04 20:04:51 +00:00 |
|
|
|
08ba72afa2
|
Fix ERC721._beforeTokenTransfer docs (#2653)
|
2021-05-04 11:10:24 -03:00 |
|
|
|
319afebdc0
|
Fix typo in ERC20._mint docs (#2648)
|
2021-05-03 16:54:23 -03:00 |
|
|
|
f1e92dd184
|
Fix code comments (#2658)
|
2021-05-03 16:50:07 -03:00 |
|
|
|
df8a0fe8dc
|
Complete documentation of UUPSUpgradeable
|
2021-04-29 22:43:39 -03:00 |
|
|
|
2e30b9f382
|
Merge branch 'release-v4.1'
|
2021-04-29 18:06:52 -03:00 |
|
|
|
23869e5b2a
|
4.1.0
|
2021-04-29 18:04:21 -03:00 |
|
|
|
903df56837
|
Review structure of Proxies API docs (#2645)
(cherry picked from commit 4a53ee5a13)
|
2021-04-27 09:29:52 -03:00 |
|
|
|
4a53ee5a13
|
Review structure of Proxies API docs (#2645)
|
2021-04-27 09:29:13 -03:00 |
|
|
|
cfd6e7eab9
|
Fix documentation typos
(cherry picked from commit a98814b930)
|
2021-04-26 15:41:36 -03:00 |
|
|
|
a98814b930
|
Fix documentation typos
|
2021-04-26 15:41:17 -03:00 |
|
|
|
10c763da6f
|
Fix whitespace in doc comments
(cherry picked from commit a020a55f9d)
|
2021-04-26 15:37:22 -03:00 |
|
|
|
a020a55f9d
|
Fix whitespace in doc comments
|
2021-04-26 15:37:04 -03:00 |
|
|
|
6552adafb2
|
Merge ERC1967Storage into ERC1967Upgrade (#2644)
(cherry picked from commit 5756e31999)
|
2021-04-26 15:16:44 -03:00 |
|
|
|
5756e31999
|
Merge ERC1967Storage into ERC1967Upgrade (#2644)
|
2021-04-26 15:16:19 -03:00 |
|
|
|
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>
|
2021-04-20 19:51:26 +00:00 |
|
|
|
750a17653d
|
Optimize removal in EnumerableSet (#2605)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-04-20 18:08:34 +00:00 |
|
|
|
a664fb1e45
|
Improve code comments in ERC1967._upgradeToAndCallSecure
(cherry picked from commit 2e6ef74593)
|
2021-04-19 19:37:19 -03:00 |
|
|
|
2e6ef74593
|
Improve code comments in ERC1967._upgradeToAndCallSecure
|
2021-04-19 19:36:14 -03:00 |
|
|
|
440b65bf77
|
Refactor ERC1155 transfers to use internal functions (#2636)
* Refactor ERC1155 transfers to use internal functions #2622
* apply length check to all internal calls
Co-authored-by: Robert Kaiser <kairo@kairo.at>
|
2021-04-19 22:13:15 +02:00 |
|
|
|
df7996b671
|
add Available since 4.1 comments
(cherry picked from commit 9a698e6b7b)
|
2021-04-19 20:55:39 +02:00 |
|
|
|
9a698e6b7b
|
add Available since 4.1 comments
|
2021-04-19 20:55:16 +02:00 |
|
|
|
915109b2c4
|
Move UUPSUpgradeable to proxy/utils
(cherry picked from commit b9125001f0)
|
2021-04-19 20:46:58 +02:00 |
|
|
|
b9125001f0
|
Move UUPSUpgradeable to proxy/utils
|
2021-04-19 20:44:10 +02:00 |
|
|
|
ad90dbdaff
|
4.1.0-rc.0
|
2021-04-16 18:14:24 +02:00 |
|
|
|
e0a2b195e4
|
Add modifier & internal function with standard revert message in AccessControl (#2609)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-04-16 12:15:09 -03:00 |
|
|
|
1c676ac0ec
|
Implement UUPS proxy (ERC1822) (#2542)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-04-16 11:41:47 -03:00 |
|
|
|
555be63c90
|
Add support for EIP2098 "short signatures" in the ECDSA library (#2582)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-04-09 22:58:03 +00:00 |
|
|
|
7f6a1666fa
|
Add Multicall module (#2608)
|
2021-04-07 17:26:40 +00:00 |
|
|
|
0c621246d3
|
Add tooling to verify signatures with support for ERC1271 (#2532)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-04-07 13:09:17 +00:00 |
|
|
|
5bd798c6e1
|
Add ERC3156 extension of ERC20 (flash minting and lending) (#2543)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-04-06 03:13:10 +00:00 |
|
|
|
243adff49c
|
fix typo in ERC20's documentation
|
2021-03-26 14:06:58 +01:00 |
|
|
|
783e928ae8
|
Merge branch 'release-v4.0'
|
2021-03-23 12:13:57 -03:00 |
|