-
Notifications
You must be signed in to change notification settings - Fork 163
Expand file tree
/
Copy path.gas-snapshot
More file actions
76 lines (76 loc) · 5.66 KB
/
.gas-snapshot
File metadata and controls
76 lines (76 loc) · 5.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
AddOwnerAddressTest:testEmitsAddOwner() (gas: 91954)
AddOwnerAddressTest:testIncreasesOwnerIndex() (gas: 90492)
AddOwnerAddressTest:testRevertsIfAlreadyOwner() (gas: 92327)
AddOwnerAddressTest:testRevertsIfCalledByNonOwner() (gas: 11831)
AddOwnerAddressTest:testSetsIsOwner() (gas: 90125)
AddOwnerAddressTest:testSetsOwnerAtIndex() (gas: 99961)
AddOwnerPublicKeyTest:testEmitsAddOwner() (gas: 115024)
AddOwnerPublicKeyTest:testFuzzIsOwnerPublicKey(bytes32,bytes32) (runs: 256, μ: 114454, ~: 114454)
AddOwnerPublicKeyTest:testRevertsIfAlreadyOwner() (gas: 115392)
AddOwnerPublicKeyTest:testRevertsIfCalledByNonOwner() (gas: 11895)
AddOwnerPublicKeyTest:testSetsIsOwner() (gas: 113193)
AddOwnerPublicKeyTest:testSetsOwnerAtIndex() (gas: 130925)
CoinbaseSmartWallet1271InputGeneratorTest:testGetReplaySafeHashForDeployedAccount() (gas: 311701)
CoinbaseSmartWallet1271InputGeneratorTest:testGetReplaySafeHashForUndeployedAccount() (gas: 293976)
CoinbaseSmartWalletFactoryTest:testDeployDeterministicPassValues() (gas: 270581)
CoinbaseSmartWalletFactoryTest:test_CreateAccount_ReturnsPredeterminedAddress_WhenAccountAlreadyExists() (gas: 289811)
CoinbaseSmartWalletFactoryTest:test_RevertsIfLength32ButLargerThanAddress() (gas: 303514)
CoinbaseSmartWalletFactoryTest:test_constructor_revertsIfImplementationIsNotDeployed(address) (runs: 256, μ: 39328, ~: 39348)
CoinbaseSmartWalletFactoryTest:test_constructor_setsImplementation(address) (runs: 256, μ: 455545, ~: 455736)
CoinbaseSmartWalletFactoryTest:test_createAccountDeploysToPredeterminedAddress() (gas: 271825)
CoinbaseSmartWalletFactoryTest:test_createAccountSetsOwnersCorrectly() (gas: 281476)
CoinbaseSmartWalletFactoryTest:test_createAccount_emitsAccountCreatedEvent(uint256) (runs: 256, μ: 273358, ~: 273358)
CoinbaseSmartWalletFactoryTest:test_exitIfAccountIsAlreadyInitialized() (gas: 271307)
CoinbaseSmartWalletFactoryTest:test_implementation_returnsExpectedAddress() (gas: 7698)
CoinbaseSmartWalletFactoryTest:test_initCodeHash() (gas: 7913)
CoinbaseSmartWalletFactoryTest:test_revertsIfNoOwners() (gas: 29256)
ERC1271Test:test_returnsExpectedDomainHashWhenProxy() (gas: 31630)
ERC1271Test:test_static() (gas: 4046108)
MultiOwnableInitializeTest:testRevertsIfLength32ButLargerThanAddress() (gas: 80861)
MultiOwnableInitializeTest:testRevertsIfLength32NotAddress() (gas: 81027)
MultiOwnableInitializeTest:testRevertsIfLengthNot32Or64() (gas: 103534)
RemoveLastOwnerTest:test_emitsRemoveOwner() (gas: 50105)
RemoveLastOwnerTest:test_removesOwner() (gas: 48993)
RemoveLastOwnerTest:test_removesOwnerAtIndex() (gas: 49127)
RemoveLastOwnerTest:test_revert_whenCalledByNonOwner(address) (runs: 256, μ: 19210, ~: 19210)
RemoveLastOwnerTest:test_revert_whenNoOwnerAtIndex() (gas: 48103)
RemoveLastOwnerTest:test_revert_whenWrongOwnerAtIndex() (gas: 34023)
RemoveLastOwnerTest:test_reverts_whenNotLastOwner() (gas: 123054)
RemoveOwnerAtIndexTest:test_emitsRemoveOwner() (gas: 55370)
RemoveOwnerAtIndexTest:test_removesOwner() (gas: 54324)
RemoveOwnerAtIndexTest:test_removesOwnerAtIndex() (gas: 54222)
RemoveOwnerAtIndexTest:test_revert_whenCalledByNonOwner(address) (runs: 256, μ: 19232, ~: 19232)
RemoveOwnerAtIndexTest:test_revert_whenNoOwnerAtIndex() (gas: 33098)
RemoveOwnerAtIndexTest:test_revert_whenWrongOwnerAtIndex() (gas: 36598)
RemoveOwnerAtIndexTest:test_reverts_ifIsLastOwner() (gas: 7632833)
TestCanSkipChainIdValidation:test_approvedSelectorsReturnTrue() (gas: 17685)
TestCanSkipChainIdValidation:test_otherSelectorsReturnFalse() (gas: 12561)
TestExecuteWithoutChainIdValidation:testExecute() (gas: 485146)
TestExecuteWithoutChainIdValidation:testExecuteBatch() (gas: 889868)
TestExecuteWithoutChainIdValidation:testExecuteBatch(uint256) (runs: 256, μ: 4507288, ~: 4347762)
TestExecuteWithoutChainIdValidation:test__codesize() (gas: 61710)
TestExecuteWithoutChainIdValidation:test_revertsWithReservedNonce() (gas: 81700)
TestExecuteWithoutChainIdValidation:test_reverts_whenCallerNotEntryPoint() (gas: 11148)
TestExecuteWithoutChainIdValidation:test_reverts_whenOneCallReverts() (gas: 467006)
TestExecuteWithoutChainIdValidation:test_reverts_whenOneSelectorNotApproved() (gas: 179933)
TestExecuteWithoutChainIdValidation:test_reverts_whenSelectorNotApproved() (gas: 106565)
TestExecuteWithoutChainIdValidation:test_succeeds_whenSelectorAllowed() (gas: 424623)
TestImplementation:testImplementation() (gas: 12677)
TestInitialize:testInitialize() (gas: 21146)
TestInitialize:test_cannotInitImplementation() (gas: 3676943)
TestIsValidSignature:testReturnsInvalidIfPasskeySigButWrongOwnerLength() (gas: 40556)
TestIsValidSignature:testRevertsIfEthereumSignatureButWrongOwnerLength() (gas: 24272)
TestIsValidSignature:testRevertsIfOwnerIsInvalidEthereumAddress() (gas: 22001)
TestIsValidSignature:testSmartWalletSigner() (gas: 3967929)
TestIsValidSignature:testValidateSignatureWithEOASigner() (gas: 25053)
TestIsValidSignature:testValidateSignatureWithEOASignerFailsWithWrongSigner() (gas: 23780)
TestIsValidSignature:testValidateSignatureWithPasskeySigner() (gas: 354806)
TestIsValidSignature:testValidateSignatureWithPasskeySignerFailsBadOwnerIndex() (gas: 35960)
TestIsValidSignature:testValidateSignatureWithPasskeySignerFailsWithWrongBadSignature() (gas: 345393)
TestUpgradeToAndCall:testUpgradeToAndCall() (gas: 25322)
TestValidateUserOp:test_reverts_whenReplayableNonceKeyInvalidForSelector() (gas: 14609)
TestValidateUserOp:test_reverts_whenSelectorInvalidForReplayableNonceKey() (gas: 14469)
TestValidateUserOp:test_reverts_whenUpgradeToImplementationWithNoCode(address) (runs: 256, μ: 23179, ~: 23228)
TestValidateUserOp:test_succeedsWithEOASigner() (gas: 456302)
TestValidateUserOp:test_succeedsWithPasskeySigner() (gas: 711374)
TestValidateUserOp:test_succeeds_whenUpgradeToImplementationWithCode() (gas: 3714211)