|
|
3e6c86392c
|
Merge release-v5.0 branch (#4665)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eric Lau <ericglau@outlook.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-10-05 15:30:30 -03:00 |
|
|
|
25c416d01c
|
Rename internal variables in EnumerableSet for improved readability (#4577)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-09-06 23:10:19 -03:00 |
|
|
|
cb0ffefe2f
|
Use named arguments in mapping types (#4433)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-08-08 22:48:56 -03:00 |
|
|
|
00cbf5a236
|
Update pragma to 0.8.20 (#4489)
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: ernestognw <ernestognw@gmail.com>
|
2023-07-31 17:25:45 -03:00 |
|
|
|
7bb5592ad5
|
Bump minimum pragma version to 0.8.19 (#4288)
|
2023-05-29 21:37:37 +02:00 |
|
|
|
09329f8a18
|
Merge release-v4.9 branch (#4274)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-05-24 10:37:00 -03:00 |
|
|
|
a34dd8bb1b
|
Add solidity language to missing code snippets (#3992)
|
2023-01-24 18:00:03 -03:00 |
|
|
|
49c0e4370d
|
4.8.0
|
2022-11-08 11:29:29 -03:00 |
|
|
|
1f18fea1de
|
4.8.0-rc.2
|
2022-10-17 18:53:40 +02:00 |
|
|
|
16791134c1
|
4.8.0-rc.1
|
2022-09-23 18:59:29 +02:00 |
|
|
|
5e6fd491f3
|
4.8.0-rc.0
|
2022-09-07 18:08:32 -03:00 |
|
|
|
42fe56031f
|
Fix EnumerableMap and EnumerableSet warning format
|
2022-09-06 15:41:47 -03:00 |
|
|
|
71aaca2d9d
|
Extend Checkpoints with new sizes and lookup mechanisms (#3589)
|
2022-08-30 21:32:12 +02:00 |
|
|
|
17bc2dabe0
|
Procedurally generate EnumerableSet and EnumerableMap (#3429)
|
2022-08-19 14:12:18 +02:00 |
|
|
|
3dac7bbed7
|
Merge v4.7 back into master (#3516)
|
2022-06-29 12:34:30 +02:00 |
|
|
|
65b45726b3
|
Add memory safe assembly annotations (#3384)
Co-authored-by: Nate <nate@Nates-MacBook-Pro.local>
|
2022-05-23 15:37:08 -03:00 |
|
|
|
c2077f0034
|
Add warning about use of delete (#3412)
|
2022-05-18 21:27:33 +02:00 |
|
|
|
a035b235b4
|
Release v4.6 (#3358)
* 4.6.0-rc.0
* Fix release script to only release @openzeppelin/contracts
(cherry picked from commit 2bd75a44bb)
* make ERC2981:royaltyInfo public (#3305)
(cherry picked from commit d2832ca7a9)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* add transpilation guards to the crosschain mocks (#3306)
(cherry picked from commit 9af5af8fff)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Fix tests on upgradeable contracts after transpilation
(cherry picked from commit 0762479dd5)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Remove unused constructor argument
(cherry picked from commit 69c3781043)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Bump minimum Solidity version for Initializable.sol to 0.8.2 (#3328)
(cherry picked from commit cb14ea3c5c)
* Fix update-comment script to ignore invalid tags
(cherry picked from commit 848fef5b6c)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* 4.6.0
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-04-27 09:34:09 +02:00 |
|
|
|
c239e1af8d
|
Fix typo (#3241)
Fix camelcase of 'lastvalue' to 'lastValue'
|
2022-03-04 15:36:19 -03:00 |
|
|
|
6bd6b76d11
|
4.4.1
|
2021-12-14 13:14:39 -03:00 |
|
|
|
4961a51cc7
|
4.4.0
|
2021-11-25 16:35:37 -03:00 |
|
|
|
65ef662a2b
|
4.4.0-rc.1
|
2021-11-16 10:23:53 -03:00 |
|
|
|
0a87a4e75b
|
4.4.0-rc.0
|
2021-10-20 17:21:04 -03:00 |
|
|
|
c9bdb1f0ae
|
Add a comment documenting the package version being used (#2918)
|
2021-10-19 19:18:19 -03:00 |
|
|
|
f88e555234
|
Add values() functions to EnumerableSets (#2768)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-07-16 12:06:47 -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 |
|
|
|
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 |
|
|
|
d5194725b7
|
Add optimization for EnumerableSet (#2588)
Co-authored-by: Reason <Reason@Lee.com>
|
2021-03-13 10:19:29 +01:00 |
|
|
|
24a0bc23cf
|
Reorganize the repo structure (#2503)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-02-22 16:44:16 +00:00 |
|