-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update from 3 byte to 4 byte optimized account vanity address
- Loading branch information
Showing
11 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
exports['AccountFactory deployAccount() gas cost 1'] = 66150 | ||
exports['AccountFactory deployAccount() gas cost 1'] = 65950 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
exports['DeployAndCall deployAndCall() with callData that does not revert gas cost 1'] = 94055 | ||
exports['DeployAndCall deployAndCall() with callData that does not revert gas cost 1'] = 93884 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
exports['Proxy (deployed by AccountFactory.sol) when proxy is deployed gas cost 1'] = 66150 | ||
exports['Proxy (deployed by AccountFactory.sol) when proxy is deployed gas cost 1'] = 65950 | ||
|
||
exports['Proxy (deployed by AccountFactory.sol) when Proxy account receives ETH gas cost 1'] = 23708 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
exports['Account.sol deterministic address check 1'] = ` | ||
0x00000077efe7d0b63912C990FD6586087240E09e | ||
0x00000000AfCbce78c080F96032a5C1cB1b832D7B | ||
` | ||
|
||
exports['AccountFactory.sol deterministic address check 1'] = ` | ||
0xB6f7042F749B1Ae4b6Dac23714AfC4F20CdEc67e | ||
0xe925f84cA9Dd5b3844fC424861D7bDf9485761B6 | ||
` | ||
|
||
exports['DeployAndCall.sol deterministic address check 1'] = ` | ||
0xf4529B4Ebcd0BE3174A3fC871F1282fBEb64E946 | ||
0x452C31d60883F0CB51744Ab9fd01685d7443CA6f | ||
` | ||
|
||
exports['SaltedDeployer.sol deterministic address check 1'] = ` | ||
0x32F5DAE188e47a70b452c920E84Fb47b401623EE | ||
0xDA120C17d9DE1c2BbC5F3ddc80D2324bEeBfe84d | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module.exports = { | ||
ACCOUNT: '0x00000077efe7d0b63912C990FD6586087240E09e', | ||
ACCOUNT_FACTORY: '0xB6f7042F749B1Ae4b6Dac23714AfC4F20CdEc67e', | ||
DEPLOY_AND_CALL: '0xf4529B4Ebcd0BE3174A3fC871F1282fBEb64E946', | ||
CONTRACT_DEPLOY_SALT: '0xa3b2206dd3658148df4d3bc5b6afafe4ca9f211e2b9321123027d89cc86a0e8a', | ||
SALTED_DEPLOYER: '0x32F5DAE188e47a70b452c920E84Fb47b401623EE', | ||
ACCOUNT: '0x00000000AfCbce78c080F96032a5C1cB1b832D7B', | ||
ACCOUNT_FACTORY: '0xe925f84cA9Dd5b3844fC424861D7bDf9485761B6', | ||
DEPLOY_AND_CALL: '0x452C31d60883F0CB51744Ab9fd01685d7443CA6f', | ||
CONTRACT_DEPLOY_SALT: '0xd2a5b1e84cb7a6df481438c61ec4144631172d3d29b2a30fe7c5f0fbf4e51735', | ||
SALTED_DEPLOYER: '0xDA120C17d9DE1c2BbC5F3ddc80D2324bEeBfe84d', | ||
SINGLETON_FACTORY: '0xce0042B868300000d44A59004Da54A005ffdcf9f' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters