Commit Graph

338 Commits (a51f1e1354dbae62cec024d2590de5cab249a27c)

Author SHA1 Message Date
Francisco c95a445130
Detect MerkleProof multiproof invariant violation (#4367) 2 years ago
Claudia Barcelo 05ef6924ac
Optimize array access in ERC1155 (#4300) 2 years ago
Ernesto García 2477534260
Change behavior of ceilDiv(0, 0) and improve test coverage (#4348) 2 years ago
Hadrien Croubois ef103f37e4
Replace some uses of abi.encodePacked with more explicit alternatives (#4296) 2 years ago
Renan Souza 604025400f
Add EIP-712 `name` and `version` getters (#4303) 2 years ago
Ernesto García b425a72240
Replace revert strings with custom errors (#4261) 2 years ago
Pascal Marco Caversaccio 08fd777f6d
Rename "`ecrecover` opcode" to "`ecrecover` precompile" in `ECDSA` (#4339) 2 years ago
Pascal Marco Caversaccio 1d5bcd04e7
`ECDSA`: Use unchecked arithmetic for the `tryRecover` function (#4301) 2 years ago
Renan Souza df2778f38e
Remove override interface implementations (#4315) 2 years ago
Balaji Shetty Pachai 4fd2f8be33
Replace abi.encodeWithSelector & abi.encodeWithSignature with abi.encodeCall (#4293) 2 years ago
Pascal Marco Caversaccio 6c14de4f0c
`ECDSA`: Use hexadecimal literals (#4317) 2 years ago
Igor Żuk 253bfa68c2
Optimize Strings.equal (#4262) 2 years ago
Hadrien Croubois 2ee1da12c4
Remove utils/Counters.sol (#4289) 2 years ago
Ernesto García 7bb5592ad5
Bump minimum pragma version to `0.8.19` (#4288) 2 years ago
Hadrien Croubois 4448c13c3c
Move the Checkpoints library to utils/structs (#4275) 2 years ago
github-actions[bot] 09329f8a18
Merge release-v4.9 branch (#4274) 2 years ago
Hadrien Croubois 0f10efe232
Remove code in preparation for v5.0 (#4258) 2 years ago
Francisco 51294b7480
Make transpilation setup local to this repo (#4041) 2 years ago
Ernesto García 34d926dd7e
Implement extra suggestions from audit review of 4.9 (#4224) 2 years ago
ToonVanHove 692d8c85a4
Fix lookup documentation in ERC20Votes and Checkpoints (#4218) 2 years ago
Francisco 9e8b74a0e2
Add more test cases for EIP712 (#4212) 2 years ago
Ernesto García 1a079d258b
Improve Address tests (#4191) 2 years ago
Hadrien Croubois de520fe25a
Add `byteLengthWithFallback` to ShortStrings (#4089) 2 years ago
Hadrien Croubois 7f028d6959
Fix empty short string encoding (#4088) 2 years ago
Francisco Giordano eedca5d873 Merge release-v4.8 branch 2 years ago
Pascal Marco Caversaccio eb38c059d8
Add comment on unchecked arithmetic (division by zero) in `Math.sol` (#4050) 2 years ago
Harshit sharma b4d765b130
Allow return data length >= 32 in SignatureChecker (#4038) 2 years ago
Hadrien Croubois 6e88df28cb
Mark ERC777 and ERC1820 as deprecated (#4066) 2 years ago
Francisco 9d06a1b64b
Remove unused Solhint overrides (#4069) 2 years ago
Yamen Merhi 53235263a3
Implement `0x00` version of EIP-191 in ECDSA Library (#4063) 2 years ago
Yamen Merhi 1e245aa54b
Add `isValidERC1271SignatureNow` to SignatureChecker library (#3932) 2 years ago
Hadrien Croubois 815bfbf383
Deprecate the timers library (#4062) 2 years ago
Hadrien Croubois 790cc5b65a
Add timestamp based governor with EIP-6372 and EIP-5805 (#3934) 2 years ago
Hadrien Croubois d625cb45ea
Include EIP-5267 discovery in EIP-712 (#3969) 2 years ago
TheGreatHB 8177c4620e
Improve gas efficiency in ECDSA (#3853) 2 years ago
Hadrien Croubois 260e082ed1
Add a library for handling short strings in a gas efficient way (#4023) 2 years ago
Yamen Merhi d13ec90f37
Add warning for `supportsERC165InterfaceUnchecked` edge case (#4017) 2 years ago
Hadrien Croubois 91e8d0ba3c
Add `string` and `bytes` support to the `StorageSlots` library (#4008) 2 years ago
Ernesto García a34dd8bb1b
Add `solidity` language to missing code snippets (#3992) 2 years ago
JulissaDantes c5d040beb9
Remove Address.isContract (#3945) 2 years ago
Francisco f81e5f51c1
Use allow-reachable delegatecall in Multicall (#3970) 2 years ago
JulissaDantes 74b8ae9372
Annotate Multicall contract (#3961) 2 years ago
Hadrien Croubois 88754d0b36
Add keys() accessor to EnumerableMaps (#3920) 2 years ago
Saint Rat Wrongtail 3a3c87b1a6
Fix docs for Math.log256 (#3916) 2 years ago
Pascal Marco Caversaccio a81b0d0b21
Use unchecked in MerkleProof.processMultiProof (#3869) 2 years ago
Pascal Marco Caversaccio a4596cab05
Add warning on `SELFDESTRUCT` usage with `isContract` (#3875) 2 years ago
ganone 8335676b0e
Add Strings.toString for signed integers (#3773) 2 years ago
Matteo Casonato 7a6a9d1516
Add Strings.equal (#3774) 2 years ago
Francisco Giordano 4147005b0c Update Prettier Solidity (#3898) 2 years ago
Francisco b709eae01d
Update Prettier Solidity (#3898) 2 years ago