Commit Graph

382 Commits (e3786e63e6def6f3b71ce7b4b30906123bffe67c)

Author SHA1 Message Date
Hadrien Croubois e3786e63e6
Fix natspec comment missing * (#5136) 6 months ago
Hadrien Croubois 9d6a0cc7e9
Fix documentation of private function `_upperLookupBinary` in Checkpoints.sol (#5128) 6 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) 7 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) 8 months ago
Hadrien Croubois 53b5d84212
Add bytes6 to the Packing library. (#5077) 8 months ago
Hadrien Croubois dc62599257
Extended packing and extracting library for value types (#5056) 8 months ago
Hadrien Croubois d8e799db98
Implement RSA verification (#4952) 8 months ago
cairo 337bfd5ea4
Add utility function for converting an address to checksummed string (#5067) 8 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) 9 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) 10 months ago
Hadrien Croubois b6e07917eb
Transient version of ReentrancyGuard (#4988) 10 months ago
Hadrien Croubois d6ad9db0a0
Add transient storage slot support in StorageSlot.sol (#4980) 10 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) 11 months ago
Ernesto García 6b4ec6c6c6
Remove root from MerkleTree (#4949) 11 months ago
cuinix 8cc7f2dcbf
Remove repetitive words in the docs (#4944) 11 months ago
Hadrien Croubois 92ff025622
Add a MerkleTree builder (#3617) 11 months ago
Anton Bukov e83142944f
Add ability to create clones with initial `value` in Clones.sol (#4936) 11 months ago
github-actions[bot] 5705e8208b
Merge release-v5.0 branch (#4930) 11 months ago
Hadrien Croubois 92224533b1
Merge pull request from GHSA-9vx6-7xxf-x967 11 months ago
Renan Souza 141c947921
Update chai matchers (#4899) 12 months ago
Hadrien Croubois 3def8f9d15
Rewrite comments using superscript for avoid confusion with xor operator (#4903) 12 months ago
Chris Gorman 140d66fad8
Improved integer square root (#4403) 12 months ago
Ernesto García 4e7e6e54da
Add `bytes memory` version of `Math.modExp` (#4893) 12 months ago
Hadrien Croubois f8b1ddf591
Add variants of Array.sort for address[] and bytes32[] (#4883) 1 year ago
Igor Żuk 17a8955cd8
Optimize Math operations using branchless bool to uint translation. (#4878) 1 year ago
Hadrien Croubois 0a757ec463
Add `sort` in memory to Arrays library (#4846) 1 year ago
Hadrien Croubois 036c3cbef2
Replace custom errors with native panic codes in DoubleEndedQueue (#4872) 1 year ago
Mihir Wadekar 192e873fcb
Add `Math.modExp` and a `Panic` library (#3298) 1 year ago
Hadrien Croubois 61117c4db8
Bound lookup in arrays with duplicate (#4842) 1 year ago
Hadrien Croubois e86bb45477
Add a Math.inv function that inverse a number in Z/nZ (#4839) 1 year ago
Ernesto García a51f1e1354
List every contract in each API doc section (#4848) 1 year ago
Hadrien Croubois a5c4cd8182
Add new EnumerableMap types (#4843) 1 year ago
Vladislav Volosnikov dfae50fa5b
Refactor abs without logical branching (#4497) 1 year ago
Vladislav Volosnikov d2ba1f6251
Remove redundant memory usage in Checkpoints (#4540) 1 year ago
Hadrien Croubois 692dbc560f
Add Base64Url encoding (#4822) 1 year ago
github-actions[bot] 6ba452dea4
Merge release-v5.0 branch (#4787) 1 year ago