Renan Souza
|
d6a8b2ccd7
|
Fix details AccessControl-test (#4391)
|
2 years ago |
Ernesto García
|
023894deef
|
Add `ERC2771Forwarder` as an enhanced successor to `MinimalForwarder` (#4346)
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Francisco
|
f29307cfe0
|
Add Foundry installation instructions with required warnings (#4389)
|
2 years ago |
Ernesto García
|
8cab922347
|
Rename `ERC1155InsufficientApprovalForAll` to `ERC1155MissingApprovalForAll` (#4381)
|
2 years ago |
Francisco
|
cb4bf950df
|
Add unreleased disclaimer in readme
|
2 years ago |
Renan Souza
|
c44c220254
|
Update Ownable2Step docs (#4384)
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Hadrien Croubois
|
da89c438f1
|
Pack Governor's ProposalCore into a single slot (#4268)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Sergei Tikhomirov
|
a7a94c7746
|
Update comment to reflect code logic in Ownable.sol (#4369)
|
2 years ago |
Hadrien Croubois
|
1e0e4e20bb
|
Do not emit Approval event when calling transferFrom (#4370)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Hadrien Croubois
|
6ddacdbde8
|
Cleanup timelockId on execution for gas refund (#4118)
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Hadrien Croubois
|
dac2457a80
|
Improve customError testing (#4376)
|
2 years ago |
Francisco
|
b66c77a1fc
|
Merge branch 'release-v4.9' into master (#4373)
|
2 years ago |
Francisco
|
9fa550c62f
|
Fix attempt to delete nonexistent npm tag (#4374)
|
2 years ago |
Hadrien Croubois
|
2271e2c58d
|
Use clones for testing non ERC1967 proxies (#4371)
|
2 years ago |
Hadrien Croubois
|
365aca6d60
|
Improve tests for ERC1155 and ERC721 error handling (#3781)
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Ernesto García
|
1d0dbcf9ab
|
Make `TransparentUpgradeableProxy` admin immutable (#4354)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Balaji Shetty Pachai
|
1f4e33fb72
|
Add toStringSigned to Strings.sol (#4330)
Co-authored-by: Francisco <fg@frang.io>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2 years ago |
Ernesto García
|
fc19a7947c
|
Change release cycle `prBackExists` definition (#4365)
|
2 years ago |
Francisco
|
c95a445130
|
Detect MerkleProof multiproof invariant violation (#4367)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2 years ago |
Hadrien Croubois
|
1a77a508f9
|
Move upgradeToAndCallUUPS to UUPSUpgradeable (#4356)
Co-authored-by: ernestognw <ernestognw@gmail.com>
|
2 years ago |
Francisco
|
002a7c8812
|
Remove automatic conflict resolution for merge from release branch (#4362)
|
2 years ago |
Claudia Barcelo
|
cd48b3eab3
|
Add validation in Governor on ERC-721 or ERC-1155 received (#4314)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2 years ago |
Hadrien Croubois
|
6724873895
|
Output contract name where storage inconsistency was found (#4357)
|
2 years ago |
Hadrien Croubois
|
c014c8f148
|
Use ERC721Holder & ERC1155Holder in the TimelockController (#4284)
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Hadrien Croubois
|
ff85c7b0eb
|
Make ERC1967Upgrades a library instead of an abstract contract (#4325)
|
2 years ago |
Claudia Barcelo
|
05ef6924ac
|
Optimize array access in ERC1155 (#4300)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2 years ago |
Ernesto García
|
2477534260
|
Change behavior of ceilDiv(0, 0) and improve test coverage (#4348)
|
2 years ago |
Ernesto García
|
ac5480e7ca
|
Merge release-v4.9 branch (#4352)
|
2 years ago |
Hadrien Croubois
|
ef103f37e4
|
Replace some uses of abi.encodePacked with more explicit alternatives (#4296)
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Ernesto García
|
5cc1ea0a39
|
Add `GUIDELINES.md` for marking `abstract` contracts (#4010)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2 years ago |
Hadrien Croubois
|
7cc2cbfeb5
|
Cleanup the structure of GovernorTimelockControl.test.js (#4302)
|
2 years ago |
Renan Souza
|
604025400f
|
Add EIP-712 `name` and `version` getters (#4303)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: ernestognw <ernestognw@gmail.com>
|
2 years ago |
Zack Reneau-Wedeen
|
d6c7cee321
|
Update index.adoc (#4336)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2 years ago |
Zack Reneau-Wedeen
|
fe08f58c69
|
Update README.md (#4335)
|
2 years ago |
Ernesto García
|
b425a72240
|
Replace revert strings with custom errors (#4261)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Pascal Marco Caversaccio
|
08fd777f6d
|
Rename "`ecrecover` opcode" to "`ecrecover` precompile" in `ECDSA` (#4339)
|
2 years ago |
Pascal Marco Caversaccio
|
e73f90fa9d
|
Fix `IERC1155.safeBatchTransferFrom` documentation (#4340)
|
2 years ago |
Robb Walters
|
cc04263170
|
Highlight Reentrancy Risk in IERC1155 SafeTransferFrom Function (#4283)
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Pascal Marco Caversaccio
|
1d5bcd04e7
|
`ECDSA`: Use unchecked arithmetic for the `tryRecover` function (#4301)
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
|
2 years ago |
Hadrien Croubois
|
d9474327a4
|
Merge pull request from GHSA-5h3x-9wvq-w4m2
Co-authored-by: Francisco <fg@frang.io>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2 years ago |
Renan Souza
|
df2778f38e
|
Remove override interface implementations (#4315)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2 years ago |
Balaji Shetty Pachai
|
4fd2f8be33
|
Replace abi.encodeWithSelector & abi.encodeWithSignature with abi.encodeCall (#4293)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2 years ago |
Francisco
|
85696d80ad
|
Remove further hardcoded function resolution (#4309)
|
2 years ago |
Pascal Marco Caversaccio
|
6c14de4f0c
|
`ECDSA`: Use hexadecimal literals (#4317)
|
2 years ago |
Igor Żuk
|
253bfa68c2
|
Optimize Strings.equal (#4262)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2 years ago |
Francisco
|
ffceb3cd98
|
Remove hardcoded function resolution (#4299)
|
2 years ago |
Hadrien Croubois
|
eecd5e15c7
|
Make CHANGELOG more compact for improved readability (#4306)
|
2 years ago |
Hadrien Croubois
|
2d1da295e6
|
Move some changeset to the "Removals" section of CHANGELOG (#4290)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
Francisco
|
3902a410f1
|
Remove DOMAIN_SEPARATOR from Votes and update docs examples (#4297)
Co-authored-by: Qiwei Yang <yangqiwei97@gmail.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2 years ago |
Renan Souza
|
5cef83d2c7
|
Optimize array allocation in ERC1155 (#4196)
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |