Commit Graph

404 Commits (e866815c7d14bc34598bf9f6110c0f0398749d2f)

Author SHA1 Message Date
Ernesto García 530179a71f
Disallow empty CircularBuffer setup (#5214) 5 months ago
Ernesto García b1f6bbe69f
Add note about memory manipulation in MerkleTree (#5213) 5 months ago
cairo 204ffee531
Clarify reference commits and licenses (#5205) 5 months ago
Hadrien Croubois 3cfebcb5c4
Refactor Heap.sol to remove `index` and `lookup` (#5190) 5 months ago
cairo 3f901696f7
Clean dirty addresses and booleans (#5195) 5 months ago
cairo 809ded806f
Remove redundant modulo operation in P256 (#5200) 5 months ago
cairo 37c35a1eaa
Update to match Solidity pragma (#5198) 5 months ago
cairo 6e224307b4
Fix typographical errors (#5194) 5 months ago
cairo cae60c595b
Tag memory safe assembly blocks (#5193) 6 months ago
Ernesto García dfb3ec36b5
Make padding skip clear in Base64URL encoding (#5176) 6 months ago
cairo 373eabeca6
Optimizations to P256 operations (#5181) 6 months ago
Hadrien Croubois 29a953954d
Revert "Remove double declaration of `P` in P256 (#5159)" (#5180) 6 months ago
Ernesto García 83f954d8c4
Add memory side effects notes when using function pointers (#5174) 6 months ago
Hadrien Croubois d8bbd34676
Update declaration of memory safe assembly blocks (#5172) 6 months ago
Hadrien Croubois 1e7ca3eea6
Remove redundant array access in Checkpoints (#5169) 6 months ago
Hadrien Croubois 3547cdce21
Fix typographical errors (#5171) 6 months ago
Hadrien Croubois 48c67c7de0
Add missing docstrings (#5168) 6 months ago
omahs 5fc38baea2
Fix documentation typos (#5118) 6 months ago
cairo db464dd23b
Remove double declaration of `P` in P256 (#5159) 6 months ago
Ernesto García c304b6710b
Update MerkleProof note clarifying empty set definition (#5144) 7 months ago
Ernesto García bcd4beb5e7
Make explicit the validity of the empty set in MerkleProof.sol (#5142) 7 months ago
Hadrien Croubois 24a641d9c9
Get leaves from memory in processMultiProofCalldata (#5140) 7 months ago
Hadrien Croubois e3786e63e6
Fix natspec comment missing * (#5136) 7 months ago
Hadrien Croubois 9d6a0cc7e9
Fix documentation of private function `_upperLookupBinary` in Checkpoints.sol (#5128) 7 months ago
Hadrien Croubois 659f3063f8
Fix typo in Heap.sol documentation (#5121) 7 months ago
Hadrien Croubois 231fae33f0
Add Binary heap structure (#5084) 7 months ago
Marco @Paladin 9e73c4b581
Typographic error in Math.sol comment fix (#5115) 7 months ago
Hadrien Croubois 19a657bef8
Protect Packing.pack and Packing.replace against values that include dirty bits (#5117) 7 months ago
Hadrien Croubois b73bcb231f
Process and verify merkle proofs (and multiproof) with custom hash function (#4887) 7 months ago
Hadrien Croubois 05f218fb66
Implement P256 verification via RIP-7212 precompile with Solidity fallback (#4881) 8 months ago
Francisco c3f8b760ad
Fix docs links to ERC165 (#5096) 8 months ago
Hadrien Croubois 8a990e6d6a
Avoid storing hashing function pointers in storage make MerkleTree structure upgrade-safe (#5080) 9 months ago
Hadrien Croubois 53b5d84212
Add bytes6 to the Packing library. (#5077) 9 months ago
Hadrien Croubois dc62599257
Extended packing and extracting library for value types (#5056) 9 months ago
Hadrien Croubois d8e799db98
Implement RSA verification (#4952) 9 months ago
cairo 337bfd5ea4
Add utility function for converting an address to checksummed string (#5067) 9 months ago
Francisco a241f09905
Use free memory pointer for returndatacopy (#5057) 9 months ago
Dimitrios Papathanasiou 984233dcad
Bubble up `returndata` from reverted Create2 deployments (#5052) 9 months ago
Dimitrios Papathanasiou 05d4bf57ff
Fix Typo in Math.sol (#5033) 10 months ago
Hadrien Croubois c80b675b8d
Add CircularBuffer data structure (#4913) 10 months ago
Snoppy 60697cb09a
Fix typo in `Math.ternary` (#5026) 10 months ago
Lohann Paterno Coutinho Ferreira 4032b42694
Branchless ternary, min and max methods (#4976) 10 months ago
Hadrien Croubois f8c2e1035e
Add Packing library (#4992) 11 months ago
Hadrien Croubois b6e07917eb
Transient version of ReentrancyGuard (#4988) 11 months ago
Hadrien Croubois d6ad9db0a0
Add transient storage slot support in StorageSlot.sol (#4980) 11 months ago
Hadrien Croubois cb2aaaa04a
Add slot derivation library (#4975) 11 months ago
Renan Souza 5e3ba29b08
Procedurally generate Arrays.sol (#4859) 11 months ago
Xenia d398d68944
Mask computed address in `Create2` and `Clones` libraries (#4941) 11 months ago
Hadrien Croubois 33ea1111b0
Avoid validating ECDSA signatures for addresses with code in SignatureChecker (#4951) 12 months ago
Ernesto García 6b4ec6c6c6
Remove root from MerkleTree (#4949) 12 months ago