File tree
5 files changed
+5
-5
lines changed- lib
5 files changed
+5
-5
lines changedSubmodule create-util updated 1 file
Submodule openzeppelin-contracts updated 41 files
- .changeset/plain-times-itch.md+5
- .github/workflows/formal-verification.yml+2
- CHANGELOG.md+4
- contracts/utils/cryptography/ECDSA.sol+65
- foundry.toml+1-1
- hardhat.config.js+1
- hardhat/common-contracts.js-69
- package-lock.json+114-56
- package.json+1
- test/account/Account.behavior.js+4-4
- test/account/Account.test.js+2-2
- test/account/AccountECDSA.test.js+2-2
- test/account/AccountERC7702.t.sol+12-2
- test/account/AccountERC7702.test.js+2-2
- test/account/AccountERC7913.test.js+2-2
- test/account/AccountMultiSigner.test.js+2-2
- test/account/AccountMultiSignerWeighted.test.js+2-2
- test/account/AccountP256.test.js+2-2
- test/account/AccountRSA.test.js+2-2
- test/account/AccountWebAuthn.test.js+2-2
- test/account/examples/AccountERC7702WithModulesMock.test.js+2-2
- test/account/extensions/AccountERC7579.behavior.js+5-5
- test/account/extensions/AccountERC7579.test.js+2-2
- test/account/extensions/AccountERC7579Hooked.test.js+2-2
- test/account/extensions/ERC7821.behavior.js+8-8
- test/account/utils/draft-ERC4337Utils.test.js+4-4
- test/account/utils/draft-ERC7579Utils.t.sol+10-2
- test/bin/EntryPoint070.abi-1
- test/bin/EntryPoint070.bytecode
- test/bin/EntryPoint080.abi-1
- test/bin/EntryPoint080.bytecode
- test/bin/SenderCreator070.abi-1
- test/bin/SenderCreator070.bytecode
- test/bin/SenderCreator080.abi-1
- test/bin/SenderCreator080.bytecode
- test/helpers/erc4337.js+3-3
- test/utils/Blockhash.test.js+3-3
- test/utils/Bytes.t.sol+2-2
- test/utils/cryptography/ECDSA.test.js+109-30
- test/utils/math/Math.t.sol+7-5
- test/utils/math/SignedMath.t.sol+3-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments