@keep-network/tbtc-v2 0.1.1-dev.122 → 0.1.1-dev.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/BLS.json +1 -1
- package/artifacts/Bank.json +2 -2
- package/artifacts/BeaconAuthorization.json +1 -1
- package/artifacts/BeaconDkg.json +1 -1
- package/artifacts/BeaconDkgValidator.json +1 -1
- package/artifacts/BeaconInactivity.json +1 -1
- package/artifacts/BeaconSortitionPool.json +3 -3
- package/artifacts/Bridge.json +5 -5
- package/artifacts/BridgeGovernance.json +2 -2
- package/artifacts/BridgeGovernanceParameters.json +1 -1
- package/artifacts/Deposit.json +1 -1
- package/artifacts/DepositSweep.json +1 -1
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +3 -3
- package/artifacts/Fraud.json +1 -1
- package/artifacts/KeepRegistry.json +1 -1
- package/artifacts/KeepStake.json +2 -2
- package/artifacts/KeepToken.json +2 -2
- package/artifacts/KeepTokenStaking.json +1 -1
- package/artifacts/LightRelay.json +2 -2
- package/artifacts/MaintainerProxy.json +2 -2
- package/artifacts/MovingFunds.json +1 -1
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +2 -2
- package/artifacts/RandomBeaconChaosnet.json +2 -2
- package/artifacts/RandomBeaconGovernance.json +2 -2
- package/artifacts/Redemption.json +1 -1
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +2 -2
- package/artifacts/TBTCToken.json +2 -2
- package/artifacts/TBTCVault.json +2 -2
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +2 -2
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +1 -1
- package/deploy/08_disable_moving_funds.ts +87 -0
- package/deploy/{08_deploy_tbtc_vault.ts → 09_deploy_tbtc_vault.ts} +0 -0
- package/deploy/{09_deploy_bridge_governance.ts → 10_deploy_bridge_governance.ts} +0 -0
- package/deploy/{10_deploy_maintainer_proxy.ts → 11_deploy_maintainer_proxy.ts} +0 -0
- package/deploy/{11_bank_update_bridge.ts → 12_bank_update_bridge.ts} +0 -0
- package/deploy/{12_authorize_spv_maintainer_in_bridge.ts → 13_authorize_spv_maintainer_in_bridge.ts} +0 -0
- package/deploy/{13_transfer_bank_ownership.ts → 14_transfer_bank_ownership.ts} +0 -0
- package/deploy/{14_transfer_bridge_governance.ts → 15_transfer_bridge_governance.ts} +0 -0
- package/deploy/{15_transfer_bridge_governance_ownership.ts → 16_transfer_bridge_governance_ownership.ts} +0 -0
- package/deploy/{16_transfer_tbtc_vault_ownership.ts → 17_transfer_tbtc_vault_ownership.ts} +0 -0
- package/deploy/{17_transfer_maintainer_proxy_ownership.ts → 18_transfer_maintainer_proxy_ownership.ts} +0 -0
- package/deploy/{18_transfer_proxy_admin_ownership.ts → 19_transfer_proxy_admin_ownership.ts} +0 -0
- package/deploy/{19_authorize_maintainer_proxy_in_bridge.ts → 20_authorize_maintainer_proxy_in_bridge.ts} +0 -0
- package/deploy/{20_authorize_maintainer_proxy_in_reimbursement_pool.ts → 21_authorize_maintainer_proxy_in_reimbursement_pool.ts} +0 -0
- package/deploy/{21_authorize_bridge_in_reimbursement_pool.ts → 22_authorize_bridge_in_reimbursement_pool.ts} +0 -0
- package/deploy/{22_deploy_proxy_admin_with_deputy.ts → 23_deploy_proxy_admin_with_deputy.ts} +0 -0
- package/export/deploy/08_disable_moving_funds.js +79 -0
- package/export/deploy/{08_deploy_tbtc_vault.js → 09_deploy_tbtc_vault.js} +0 -0
- package/export/deploy/{09_deploy_bridge_governance.js → 10_deploy_bridge_governance.js} +0 -0
- package/export/deploy/{10_deploy_maintainer_proxy.js → 11_deploy_maintainer_proxy.js} +0 -0
- package/export/deploy/{11_bank_update_bridge.js → 12_bank_update_bridge.js} +0 -0
- package/export/deploy/{12_authorize_spv_maintainer_in_bridge.js → 13_authorize_spv_maintainer_in_bridge.js} +0 -0
- package/export/deploy/{13_transfer_bank_ownership.js → 14_transfer_bank_ownership.js} +0 -0
- package/export/deploy/{14_transfer_bridge_governance.js → 15_transfer_bridge_governance.js} +0 -0
- package/export/deploy/{15_transfer_bridge_governance_ownership.js → 16_transfer_bridge_governance_ownership.js} +0 -0
- package/export/deploy/{16_transfer_tbtc_vault_ownership.js → 17_transfer_tbtc_vault_ownership.js} +0 -0
- package/export/deploy/{17_transfer_maintainer_proxy_ownership.js → 18_transfer_maintainer_proxy_ownership.js} +0 -0
- package/export/deploy/{18_transfer_proxy_admin_ownership.js → 19_transfer_proxy_admin_ownership.js} +0 -0
- package/export/deploy/{19_authorize_maintainer_proxy_in_bridge.js → 20_authorize_maintainer_proxy_in_bridge.js} +0 -0
- package/export/deploy/{20_authorize_maintainer_proxy_in_reimbursement_pool.js → 21_authorize_maintainer_proxy_in_reimbursement_pool.js} +0 -0
- package/export/deploy/{21_authorize_bridge_in_reimbursement_pool.js → 22_authorize_bridge_in_reimbursement_pool.js} +0 -0
- package/export/deploy/{22_deploy_proxy_admin_with_deputy.js → 23_deploy_proxy_admin_with_deputy.js} +0 -0
- package/package.json +1 -1
package/artifacts/BLS.json
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"transactionIndex": 0,
|
|
182
182
|
"gasUsed": "709678",
|
|
183
183
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
184
|
-
"blockHash": "
|
|
184
|
+
"blockHash": "0x7331ca420d63718a245b0aa145679ac5152078374fe0544765e0f8797352ccfd",
|
|
185
185
|
"transactionHash": "0x8e6e618ad46064e9dc00980c9119245f00abf1a6a4dfdc909b1450a389b13695",
|
|
186
186
|
"logs": [],
|
|
187
187
|
"blockNumber": 26,
|
package/artifacts/Bank.json
CHANGED
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"transactionIndex": 0,
|
|
555
555
|
"gasUsed": "1488589",
|
|
556
556
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000200000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
557
|
-
"blockHash": "
|
|
557
|
+
"blockHash": "0x1fc778d1c6641c9a154ec9c38ee906befb01e6381c74157105b41001561c4b08",
|
|
558
558
|
"transactionHash": "0x91bdeda93aa0098a08a59a539fddec0f8600676f6b71ccde874cf367652b1a0e",
|
|
559
559
|
"logs": [
|
|
560
560
|
{
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
],
|
|
570
570
|
"data": "0x",
|
|
571
571
|
"logIndex": 0,
|
|
572
|
-
"blockHash": "
|
|
572
|
+
"blockHash": "0x1fc778d1c6641c9a154ec9c38ee906befb01e6381c74157105b41001561c4b08"
|
|
573
573
|
}
|
|
574
574
|
],
|
|
575
575
|
"blockNumber": 59,
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"transactionIndex": 0,
|
|
180
180
|
"gasUsed": "1295311",
|
|
181
181
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
182
|
-
"blockHash": "
|
|
182
|
+
"blockHash": "0x0dcccb2163c555942680fe5af7c849db41bce4da63deb259185550edd2418a38",
|
|
183
183
|
"transactionHash": "0x7171ddb3e906c6419e0641121d87b27baa1ba1e4f920ceab2c5776e6c45278b3",
|
|
184
184
|
"logs": [],
|
|
185
185
|
"blockNumber": 27,
|
package/artifacts/BeaconDkg.json
CHANGED
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"transactionIndex": 0,
|
|
174
174
|
"gasUsed": "1092054",
|
|
175
175
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
176
|
-
"blockHash": "
|
|
176
|
+
"blockHash": "0x537c64bd448cc34181d60df6d36cf558d56a7ef5ea44f83ea89ef59fd93248bb",
|
|
177
177
|
"transactionHash": "0x368defbfd2b2adb111880f396a2af76935cdab6487feb361f2b5bdfeeb838242",
|
|
178
178
|
"logs": [],
|
|
179
179
|
"blockNumber": 28,
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"transactionIndex": 0,
|
|
397
397
|
"gasUsed": "1402826",
|
|
398
398
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
399
|
-
"blockHash": "
|
|
399
|
+
"blockHash": "0x969d24cea9df80e2e827671c372653f6bd0716d6d370b6197caa888f474bf472",
|
|
400
400
|
"transactionHash": "0x989f21da41eda232ec9b2ab26844a79f05fc91485d0062db11bb187f806a8f24",
|
|
401
401
|
"logs": [],
|
|
402
402
|
"blockNumber": 25,
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"transactionIndex": 0,
|
|
98
98
|
"gasUsed": "970416",
|
|
99
99
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
100
|
-
"blockHash": "
|
|
100
|
+
"blockHash": "0xaf6f28b57f641afbee535a037ae77906158663b5b279386b5788d301909e72ca",
|
|
101
101
|
"transactionHash": "0xddc5c94f507384f4006cb7a4a9912e774fcc0c7495248b9d033d475c12e891a2",
|
|
102
102
|
"logs": [],
|
|
103
103
|
"blockNumber": 29,
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
"transactionIndex": 0,
|
|
695
695
|
"gasUsed": "2486733",
|
|
696
696
|
"logsBloom": "0x00000000000000000002000000000000000000000000008000800000000000000000000080000000000000080000000000000000000000000000000000000000000000000000000000000000000800000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001001000000000000000000000000000",
|
|
697
|
-
"blockHash": "
|
|
697
|
+
"blockHash": "0xc58ea3a9d6447c2e9176af02bd0089014491083b273a8e90b584a22a4f26ff36",
|
|
698
698
|
"transactionHash": "0x99194ff23ed18e396287749ae98b5a2394f9c19eef06d1f4ba3b77b70a9e6f63",
|
|
699
699
|
"logs": [
|
|
700
700
|
{
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
],
|
|
710
710
|
"data": "0x",
|
|
711
711
|
"logIndex": 0,
|
|
712
|
-
"blockHash": "
|
|
712
|
+
"blockHash": "0xc58ea3a9d6447c2e9176af02bd0089014491083b273a8e90b584a22a4f26ff36"
|
|
713
713
|
},
|
|
714
714
|
{
|
|
715
715
|
"transactionIndex": 0,
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
],
|
|
722
722
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
723
723
|
"logIndex": 1,
|
|
724
|
-
"blockHash": "
|
|
724
|
+
"blockHash": "0xc58ea3a9d6447c2e9176af02bd0089014491083b273a8e90b584a22a4f26ff36"
|
|
725
725
|
}
|
|
726
726
|
],
|
|
727
727
|
"blockNumber": 23,
|
package/artifacts/Bridge.json
CHANGED
|
@@ -2943,7 +2943,7 @@
|
|
|
2943
2943
|
"transactionIndex": 0,
|
|
2944
2944
|
"gasUsed": "972150",
|
|
2945
2945
|
"logsBloom": "0x00000000000000000000000000000000400000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000002000000000000000800000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020080020000000000800000000000100000000000000000000400000000001000000000000000000000000020000020000000000000000000040000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
|
|
2946
|
-
"blockHash": "
|
|
2946
|
+
"blockHash": "0x0edfc0c663460f9adec2506022ef5dfe7f46b69aeb85c63eac8ac5e419309909",
|
|
2947
2947
|
"transactionHash": "0x6f266af5008d146010d5fb6519f3a2e2baabb045fd0ed5a2ecd0b18c319ebb73",
|
|
2948
2948
|
"logs": [
|
|
2949
2949
|
{
|
|
@@ -2957,7 +2957,7 @@
|
|
|
2957
2957
|
],
|
|
2958
2958
|
"data": "0x",
|
|
2959
2959
|
"logIndex": 0,
|
|
2960
|
-
"blockHash": "
|
|
2960
|
+
"blockHash": "0x0edfc0c663460f9adec2506022ef5dfe7f46b69aeb85c63eac8ac5e419309909"
|
|
2961
2961
|
},
|
|
2962
2962
|
{
|
|
2963
2963
|
"transactionIndex": 0,
|
|
@@ -2969,7 +2969,7 @@
|
|
|
2969
2969
|
],
|
|
2970
2970
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
2971
2971
|
"logIndex": 1,
|
|
2972
|
-
"blockHash": "
|
|
2972
|
+
"blockHash": "0x0edfc0c663460f9adec2506022ef5dfe7f46b69aeb85c63eac8ac5e419309909"
|
|
2973
2973
|
},
|
|
2974
2974
|
{
|
|
2975
2975
|
"transactionIndex": 0,
|
|
@@ -2981,7 +2981,7 @@
|
|
|
2981
2981
|
],
|
|
2982
2982
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
2983
2983
|
"logIndex": 2,
|
|
2984
|
-
"blockHash": "
|
|
2984
|
+
"blockHash": "0x0edfc0c663460f9adec2506022ef5dfe7f46b69aeb85c63eac8ac5e419309909"
|
|
2985
2985
|
},
|
|
2986
2986
|
{
|
|
2987
2987
|
"transactionIndex": 0,
|
|
@@ -2993,7 +2993,7 @@
|
|
|
2993
2993
|
],
|
|
2994
2994
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000afdacd509e73115ea1654b1a770f1a807e7c9c0",
|
|
2995
2995
|
"logIndex": 3,
|
|
2996
|
-
"blockHash": "
|
|
2996
|
+
"blockHash": "0x0edfc0c663460f9adec2506022ef5dfe7f46b69aeb85c63eac8ac5e419309909"
|
|
2997
2997
|
}
|
|
2998
2998
|
],
|
|
2999
2999
|
"blockNumber": 67,
|
|
@@ -1921,7 +1921,7 @@
|
|
|
1921
1921
|
"transactionIndex": 0,
|
|
1922
1922
|
"gasUsed": "4711940",
|
|
1923
1923
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000002000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
1924
|
-
"blockHash": "
|
|
1924
|
+
"blockHash": "0x5d4c5bfabd619157cf1d46532d3b6571a84aabaf9b45d8603d529f44b9761d34",
|
|
1925
1925
|
"transactionHash": "0x5327d2eafe7e161b950a8e326d5688230d3b88e8c0959ba977ebad9fbba83cbe",
|
|
1926
1926
|
"logs": [
|
|
1927
1927
|
{
|
|
@@ -1936,7 +1936,7 @@
|
|
|
1936
1936
|
],
|
|
1937
1937
|
"data": "0x",
|
|
1938
1938
|
"logIndex": 0,
|
|
1939
|
-
"blockHash": "
|
|
1939
|
+
"blockHash": "0x5d4c5bfabd619157cf1d46532d3b6571a84aabaf9b45d8603d529f44b9761d34"
|
|
1940
1940
|
}
|
|
1941
1941
|
],
|
|
1942
1942
|
"blockNumber": 70,
|
|
@@ -1066,7 +1066,7 @@
|
|
|
1066
1066
|
"transactionIndex": 0,
|
|
1067
1067
|
"gasUsed": "3123912",
|
|
1068
1068
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1069
|
-
"blockHash": "
|
|
1069
|
+
"blockHash": "0x59631e9e9d98bc9efe668f9842e825137efae198fc36247424f058e32e75af98",
|
|
1070
1070
|
"transactionHash": "0xd6c2f23dda6c0b27864fe01a803778e96317591950ad3e3f4c43fc8ad92622f0",
|
|
1071
1071
|
"logs": [],
|
|
1072
1072
|
"blockNumber": 69,
|
package/artifacts/Deposit.json
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"transactionIndex": 0,
|
|
72
72
|
"gasUsed": "1411164",
|
|
73
73
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
74
|
-
"blockHash": "
|
|
74
|
+
"blockHash": "0x47bbe703f056ad390ac9ba23be487482886bbf228489ac8543e1ff9480f9183d",
|
|
75
75
|
"transactionHash": "0x74454407aa2559761d1b4d4617c83c70887da3f2e46dd36c1a7dbf79afe634e6",
|
|
76
76
|
"logs": [],
|
|
77
77
|
"blockNumber": 60,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"transactionIndex": 0,
|
|
30
30
|
"gasUsed": "2542488",
|
|
31
31
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
32
|
-
"blockHash": "
|
|
32
|
+
"blockHash": "0x268b3700622be1fe4dd202f2aea4ccd10242eb6ddb08411ea1cd4daeef9f834e",
|
|
33
33
|
"transactionHash": "0xbfdde5332d8b0b20aaf759052e6ccb8cf8398f509a43d9ffc06d32f8c0a508ec",
|
|
34
34
|
"logs": [],
|
|
35
35
|
"blockNumber": 61,
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"transactionIndex": 0,
|
|
410
410
|
"gasUsed": "1404946",
|
|
411
411
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
412
|
-
"blockHash": "
|
|
412
|
+
"blockHash": "0xdda6154049fb82132d81bf3640958e18718667728152c59345d53af8827df8ed",
|
|
413
413
|
"transactionHash": "0x9a236e8ecbf089206d5a2299a49e68c78519f5092e9307224610f9e222da3bdc",
|
|
414
414
|
"logs": [],
|
|
415
415
|
"blockNumber": 40,
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"transactionIndex": 0,
|
|
103
103
|
"gasUsed": "990907",
|
|
104
104
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
105
|
-
"blockHash": "
|
|
105
|
+
"blockHash": "0x472888ea704a343e8dc59bd5f89a2e787a1a112bfaf3f50c1c7ad353f2d8ec85",
|
|
106
106
|
"transactionHash": "0x7470b5dc78845f593908d4049dd4ffe3c8b595621bbe364f297d77a7fe11b69a",
|
|
107
107
|
"logs": [],
|
|
108
108
|
"blockNumber": 41,
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
"transactionIndex": 0,
|
|
695
695
|
"gasUsed": "2486733",
|
|
696
696
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000080000000040000080000000000000000000000000000000000000000000000000000000000000000000800000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
697
|
-
"blockHash": "
|
|
697
|
+
"blockHash": "0x94158a02dd84b79f1f532307fc0fbe696ba416e35f3b546a22dad224405243b9",
|
|
698
698
|
"transactionHash": "0x991d7cf7af884b0ab497f54fbef4e4680124c0260b3e1f8417211ed64fbf28ad",
|
|
699
699
|
"logs": [
|
|
700
700
|
{
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
],
|
|
710
710
|
"data": "0x",
|
|
711
711
|
"logIndex": 0,
|
|
712
|
-
"blockHash": "
|
|
712
|
+
"blockHash": "0x94158a02dd84b79f1f532307fc0fbe696ba416e35f3b546a22dad224405243b9"
|
|
713
713
|
},
|
|
714
714
|
{
|
|
715
715
|
"transactionIndex": 0,
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
],
|
|
722
722
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
723
723
|
"logIndex": 1,
|
|
724
|
-
"blockHash": "
|
|
724
|
+
"blockHash": "0x94158a02dd84b79f1f532307fc0fbe696ba416e35f3b546a22dad224405243b9"
|
|
725
725
|
}
|
|
726
726
|
],
|
|
727
727
|
"blockNumber": 38,
|
package/artifacts/Fraud.json
CHANGED
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"transactionIndex": 0,
|
|
86
86
|
"gasUsed": "1942165",
|
|
87
87
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
88
|
-
"blockHash": "
|
|
88
|
+
"blockHash": "0xa3b5357445e03f76b1971566f8fb0abf3ecf44abb0da82799bf3f1c0166d3011",
|
|
89
89
|
"transactionHash": "0x870fe65d1b0ec4c92a6eb81794b08428c5f627ed8707ccffae31fdde321b049c",
|
|
90
90
|
"logs": [],
|
|
91
91
|
"blockNumber": 64,
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"transactionIndex": 0,
|
|
55
55
|
"gasUsed": "137624",
|
|
56
56
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
57
|
-
"blockHash": "
|
|
57
|
+
"blockHash": "0x766aed69908876ff4435defc21abef406c504ec64a0215ef1d8318f49660ea7d",
|
|
58
58
|
"transactionHash": "0x40421a75c7287418fcddefbe17ea26a37d8c1c873e5f72a0ca2be59597432841",
|
|
59
59
|
"logs": [],
|
|
60
60
|
"blockNumber": 1,
|
package/artifacts/KeepStake.json
CHANGED
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"transactionIndex": 0,
|
|
180
180
|
"gasUsed": "1355541",
|
|
181
181
|
"logsBloom": "0x00000000000000000002000000000000040000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000001000000000000000000000000000000000900020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
182
|
-
"blockHash": "
|
|
182
|
+
"blockHash": "0x62ebac2a55bf4aea0875ecd22dc85ecddebea0ff75057cbef2b55ce7b1372f2f",
|
|
183
183
|
"transactionHash": "0x05d42422785a2c2dcd464b554a18a9b1f16510a0f5e02c4ed73b706e0d3e2d08",
|
|
184
184
|
"logs": [
|
|
185
185
|
{
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
],
|
|
195
195
|
"data": "0x",
|
|
196
196
|
"logIndex": 0,
|
|
197
|
-
"blockHash": "
|
|
197
|
+
"blockHash": "0x62ebac2a55bf4aea0875ecd22dc85ecddebea0ff75057cbef2b55ce7b1372f2f"
|
|
198
198
|
}
|
|
199
199
|
],
|
|
200
200
|
"blockNumber": 14,
|
package/artifacts/KeepToken.json
CHANGED
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
"transactionIndex": 0,
|
|
482
482
|
"gasUsed": "1257963",
|
|
483
483
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000100000800000000000000000000000000000000404000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
484
|
-
"blockHash": "
|
|
484
|
+
"blockHash": "0x189896920689dba8c0cbfb8014819152ff7562c5b24e68edb110351143e0dd05",
|
|
485
485
|
"transactionHash": "0x64dc5d397e25b60c3185eb091ab43e64d739f4023e3982928885c01096422c93",
|
|
486
486
|
"logs": [
|
|
487
487
|
{
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
],
|
|
497
497
|
"data": "0x",
|
|
498
498
|
"logIndex": 0,
|
|
499
|
-
"blockHash": "
|
|
499
|
+
"blockHash": "0x189896920689dba8c0cbfb8014819152ff7562c5b24e68edb110351143e0dd05"
|
|
500
500
|
}
|
|
501
501
|
],
|
|
502
502
|
"blockNumber": 2,
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"transactionIndex": 0,
|
|
270
270
|
"gasUsed": "502899",
|
|
271
271
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
272
|
-
"blockHash": "
|
|
272
|
+
"blockHash": "0x7c6b4f544e1112472c0e3e100071e2e3effbaec829d7b62155466e308257037f",
|
|
273
273
|
"transactionHash": "0x54a70fbb97f14407aa93023821adbffca2ad648fe8f65a253c8a3754810362c4",
|
|
274
274
|
"logs": [],
|
|
275
275
|
"blockNumber": 4,
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
"transactionIndex": 0,
|
|
443
443
|
"gasUsed": "1977380",
|
|
444
444
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000001000400000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000080000000000001000000000000000000000000000000",
|
|
445
|
-
"blockHash": "
|
|
445
|
+
"blockHash": "0x9136ffcf96666e97d5a2ca639fcf04119774fbb2bc6777cd30a1dd843ca13899",
|
|
446
446
|
"transactionHash": "0x4eaee389bebd1d83a0187d08e38f7b2c295901dbce0c70e90eea4e675b9a9a53",
|
|
447
447
|
"logs": [
|
|
448
448
|
{
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
],
|
|
458
458
|
"data": "0x",
|
|
459
459
|
"logIndex": 0,
|
|
460
|
-
"blockHash": "
|
|
460
|
+
"blockHash": "0x9136ffcf96666e97d5a2ca639fcf04119774fbb2bc6777cd30a1dd843ca13899"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
463
463
|
"blockNumber": 54,
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
"transactionIndex": 0,
|
|
1140
1140
|
"gasUsed": "2357631",
|
|
1141
1141
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000004000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
1142
|
-
"blockHash": "
|
|
1142
|
+
"blockHash": "0xf2ab850f331906687c0131f9da7c4f0aa2e6ee21bfd1955df30b1bbcd921d766",
|
|
1143
1143
|
"transactionHash": "0xcf90224dd31c5fabea42134b8cf87667fd84fe2e53651d8063658a8b9ba34b7d",
|
|
1144
1144
|
"logs": [
|
|
1145
1145
|
{
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
],
|
|
1155
1155
|
"data": "0x",
|
|
1156
1156
|
"logIndex": 0,
|
|
1157
|
-
"blockHash": "
|
|
1157
|
+
"blockHash": "0xf2ab850f331906687c0131f9da7c4f0aa2e6ee21bfd1955df30b1bbcd921d766"
|
|
1158
1158
|
}
|
|
1159
1159
|
],
|
|
1160
1160
|
"blockNumber": 71,
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"transactionIndex": 0,
|
|
138
138
|
"gasUsed": "4349864",
|
|
139
139
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
140
|
-
"blockHash": "
|
|
140
|
+
"blockHash": "0x0a4fd30c0c4dd6ea86b7ccb65ffe2fb88bd475c92aeb458e1551c8c172652901",
|
|
141
141
|
"transactionHash": "0x7dfce083c8dca3461075ecb35324da8922632bd135d5a0d67c9cf11f856e6436",
|
|
142
142
|
"logs": [],
|
|
143
143
|
"blockNumber": 65,
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"transactionIndex": 0,
|
|
174
174
|
"gasUsed": "327718",
|
|
175
175
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
176
|
-
"blockHash": "
|
|
176
|
+
"blockHash": "0xc6f06c6d469e38e3a467975878663e50bd19644ea71ac4fe0a74b52d1ed322d2",
|
|
177
177
|
"transactionHash": "0x7a4ddf0f73b8edebbe64ab083fd4b94f6cd0e755bed3a1a22830837e752cf8f5",
|
|
178
178
|
"logs": [],
|
|
179
179
|
"blockNumber": 5,
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
"transactionIndex": 0,
|
|
482
482
|
"gasUsed": "1257963",
|
|
483
483
|
"logsBloom": "0x00000000000000000002000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000400000000",
|
|
484
|
-
"blockHash": "
|
|
484
|
+
"blockHash": "0xc05151785255db5af8ab0fc8dcc4127704c87d86cc02719ffb73805210221b0b",
|
|
485
485
|
"transactionHash": "0xb1e6b9cf201844e5b6c00103410d195c3ed851cb3262fa1ff91caab43231a2c5",
|
|
486
486
|
"logs": [
|
|
487
487
|
{
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
],
|
|
497
497
|
"data": "0x",
|
|
498
498
|
"logIndex": 0,
|
|
499
|
-
"blockHash": "
|
|
499
|
+
"blockHash": "0xc05151785255db5af8ab0fc8dcc4127704c87d86cc02719ffb73805210221b0b"
|
|
500
500
|
}
|
|
501
501
|
],
|
|
502
502
|
"blockNumber": 6,
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
"transactionIndex": 0,
|
|
2145
2145
|
"gasUsed": "5967884",
|
|
2146
2146
|
"logsBloom": "0x00000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000041000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
|
|
2147
|
-
"blockHash": "
|
|
2147
|
+
"blockHash": "0xf378e6e4465ac507aefa5fa6a22917959e26d9ffeac1e65919ae8aa5f444a057",
|
|
2148
2148
|
"transactionHash": "0x67fb8ad8d13b3708ab7bfed773379b2e55c2abb4ba9510ef19c484bdf668486a",
|
|
2149
2149
|
"logs": [
|
|
2150
2150
|
{
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
],
|
|
2158
2158
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
2159
2159
|
"logIndex": 0,
|
|
2160
|
-
"blockHash": "
|
|
2160
|
+
"blockHash": "0xf378e6e4465ac507aefa5fa6a22917959e26d9ffeac1e65919ae8aa5f444a057"
|
|
2161
2161
|
}
|
|
2162
2162
|
],
|
|
2163
2163
|
"blockNumber": 30,
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"transactionIndex": 0,
|
|
145
145
|
"gasUsed": "372733",
|
|
146
146
|
"logsBloom": "0x00000000000040000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800001000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
147
|
-
"blockHash": "
|
|
147
|
+
"blockHash": "0x6e4edf281baa4ee364dce618186ad1e9cae2e306abc4c3bc7d8e0963e26be335",
|
|
148
148
|
"transactionHash": "0x459d05583e236791fdd56e48b603eb96e9b335e42c258d241ff765ea01bac936",
|
|
149
149
|
"logs": [
|
|
150
150
|
{
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
],
|
|
160
160
|
"data": "0x",
|
|
161
161
|
"logIndex": 0,
|
|
162
|
-
"blockHash": "
|
|
162
|
+
"blockHash": "0x6e4edf281baa4ee364dce618186ad1e9cae2e306abc4c3bc7d8e0963e26be335"
|
|
163
163
|
}
|
|
164
164
|
],
|
|
165
165
|
"blockNumber": 37,
|
|
@@ -2410,7 +2410,7 @@
|
|
|
2410
2410
|
"transactionIndex": 0,
|
|
2411
2411
|
"gasUsed": "4293220",
|
|
2412
2412
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000020000000000000000000000000000000000001000000000000000000000100000000",
|
|
2413
|
-
"blockHash": "
|
|
2413
|
+
"blockHash": "0xbe8f519864cc375a2c70479aa317f0c1c66a4208d08d1732e41c7be5d99aa62c",
|
|
2414
2414
|
"transactionHash": "0xda1fbfb8686d54df8d7d26ad6ded86523ddb2f137abe49ad794c5d3d41a2da02",
|
|
2415
2415
|
"logs": [
|
|
2416
2416
|
{
|
|
@@ -2425,7 +2425,7 @@
|
|
|
2425
2425
|
],
|
|
2426
2426
|
"data": "0x",
|
|
2427
2427
|
"logIndex": 0,
|
|
2428
|
-
"blockHash": "
|
|
2428
|
+
"blockHash": "0xbe8f519864cc375a2c70479aa317f0c1c66a4208d08d1732e41c7be5d99aa62c"
|
|
2429
2429
|
}
|
|
2430
2430
|
],
|
|
2431
2431
|
"blockNumber": 34,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"transactionIndex": 0,
|
|
92
92
|
"gasUsed": "3521941",
|
|
93
93
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
94
|
-
"blockHash": "
|
|
94
|
+
"blockHash": "0xdce9f936e8ed9f6727fc7919aa01e27e4a15a431690d5acca3ffbf7e3347228a",
|
|
95
95
|
"transactionHash": "0x353497d272c0685a471b982502340cb19f422d986636c2557d502716a9906383",
|
|
96
96
|
"logs": [],
|
|
97
97
|
"blockNumber": 62,
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"transactionIndex": 0,
|
|
319
319
|
"gasUsed": "670722",
|
|
320
320
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000002000000000001000000000000000000000000000000",
|
|
321
|
-
"blockHash": "
|
|
321
|
+
"blockHash": "0x0c60b1e7430be013b8dd039e6629bcde1a81c1e091cd6b46de2c05346624366b",
|
|
322
322
|
"transactionHash": "0x44c2bb755adcc39910d45e3d8d954c4e60773feb8d44ea8bf76499c0adc2f7e1",
|
|
323
323
|
"logs": [
|
|
324
324
|
{
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
],
|
|
334
334
|
"data": "0x",
|
|
335
335
|
"logIndex": 0,
|
|
336
|
-
"blockHash": "
|
|
336
|
+
"blockHash": "0x0c60b1e7430be013b8dd039e6629bcde1a81c1e091cd6b46de2c05346624366b"
|
|
337
337
|
}
|
|
338
338
|
],
|
|
339
339
|
"blockNumber": 22,
|
package/artifacts/T.json
CHANGED
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"transactionIndex": 0,
|
|
783
783
|
"gasUsed": "2233156",
|
|
784
784
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000808020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000040000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
785
|
-
"blockHash": "
|
|
785
|
+
"blockHash": "0x2b444c77da09fb58da4c3e98602509e747fd6f09427400c7b5228aa0d9caccd4",
|
|
786
786
|
"transactionHash": "0x9587210e09b700720245220026e4819fbc763ef079760461f88f778b20065feb",
|
|
787
787
|
"logs": [
|
|
788
788
|
{
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
],
|
|
798
798
|
"data": "0x",
|
|
799
799
|
"logIndex": 0,
|
|
800
|
-
"blockHash": "
|
|
800
|
+
"blockHash": "0x2b444c77da09fb58da4c3e98602509e747fd6f09427400c7b5228aa0d9caccd4"
|
|
801
801
|
}
|
|
802
802
|
],
|
|
803
803
|
"blockNumber": 8,
|
package/artifacts/TBTC.json
CHANGED
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
"transactionIndex": 0,
|
|
533
533
|
"gasUsed": "1656167",
|
|
534
534
|
"logsBloom": "0x00000000000000000002000000000000000000000000000001800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000800000000000000000000",
|
|
535
|
-
"blockHash": "
|
|
535
|
+
"blockHash": "0xfea472b4b41168299e408959d85f68d9ac851f8790465bef8dc2f90daa254648",
|
|
536
536
|
"transactionHash": "0x06ed17971b2b43500b14f6a63b0860f289acd4b8b34b060c6272f68727d08aa1",
|
|
537
537
|
"logs": [
|
|
538
538
|
{
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
],
|
|
548
548
|
"data": "0x",
|
|
549
549
|
"logIndex": 0,
|
|
550
|
-
"blockHash": "
|
|
550
|
+
"blockHash": "0xfea472b4b41168299e408959d85f68d9ac851f8790465bef8dc2f90daa254648"
|
|
551
551
|
}
|
|
552
552
|
],
|
|
553
553
|
"blockNumber": 56,
|
package/artifacts/TBTCToken.json
CHANGED
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"transactionIndex": 0,
|
|
508
508
|
"gasUsed": "1368654",
|
|
509
509
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002020000000000000000000800000000000000001000000000000000000000000000000",
|
|
510
|
-
"blockHash": "
|
|
510
|
+
"blockHash": "0xd001cee470926f0e7567c3b58839b202daced7399fde13b9fb250283b3abcce3",
|
|
511
511
|
"transactionHash": "0x765f0c469c5eea895f0d6a2198752419d454b897a8860a12761efe6a4f7bf4fb",
|
|
512
512
|
"logs": [
|
|
513
513
|
{
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
],
|
|
523
523
|
"data": "0x",
|
|
524
524
|
"logIndex": 0,
|
|
525
|
-
"blockHash": "
|
|
525
|
+
"blockHash": "0xd001cee470926f0e7567c3b58839b202daced7399fde13b9fb250283b3abcce3"
|
|
526
526
|
}
|
|
527
527
|
],
|
|
528
528
|
"blockNumber": 55,
|
package/artifacts/TBTCVault.json
CHANGED
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
"transactionIndex": 0,
|
|
1083
1083
|
"gasUsed": "3279918",
|
|
1084
1084
|
"logsBloom": "0x00000000000000000002010000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000100000000000000000000000",
|
|
1085
|
-
"blockHash": "
|
|
1085
|
+
"blockHash": "0xab22e3be2573b8f29c4fc9192751926dab87430ddec008f1c04ff66e2aa0b68d",
|
|
1086
1086
|
"transactionHash": "0xcd0282749d44efab5aefe93944acc4ebbeb2076cc6a1e93c026dcd5625e3dd00",
|
|
1087
1087
|
"logs": [
|
|
1088
1088
|
{
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
],
|
|
1098
1098
|
"data": "0x",
|
|
1099
1099
|
"logIndex": 0,
|
|
1100
|
-
"blockHash": "
|
|
1100
|
+
"blockHash": "0xab22e3be2573b8f29c4fc9192751926dab87430ddec008f1c04ff66e2aa0b68d"
|
|
1101
1101
|
}
|
|
1102
1102
|
],
|
|
1103
1103
|
"blockNumber": 68,
|
|
@@ -1596,7 +1596,7 @@
|
|
|
1596
1596
|
"transactionIndex": 0,
|
|
1597
1597
|
"gasUsed": "5285427",
|
|
1598
1598
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1599
|
-
"blockHash": "
|
|
1599
|
+
"blockHash": "0x41985257e6991e6abbd49e66a04543543f2c35380058a9a01f43ab79dc95e1ea",
|
|
1600
1600
|
"transactionHash": "0x8debc57ad18c6eb9208778fff06495cace02fa144c13fe549b41129829a2e44f",
|
|
1601
1601
|
"logs": [],
|
|
1602
1602
|
"blockNumber": 15,
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
"transactionIndex": 0,
|
|
1270
1270
|
"gasUsed": "3456607",
|
|
1271
1271
|
"logsBloom": "0x00002004000000000102000000001000000040000000000000000000000008000000000020000000000000000000000000000000000000000000000400400000000000000000000000000000000000000000000000000000000010000000000010000800020000000002000000000800000000000000000000000000000000001000002000000000200002000040000000000000000008000000000000000202000000001040000000000000000000000000000004000000001000000000000000000000000000000000000040000000000000001000000100080000800020000000000000000000000000000000000001000000000000000000000000002000",
|
|
1272
|
-
"blockHash": "
|
|
1272
|
+
"blockHash": "0x17c6600427e95a2f6d3bee5203ef70be0215494c2f4f9f27097fe964e98129d7",
|
|
1273
1273
|
"transactionHash": "0xcb02a40eb220a8d0cb30392196f3c3bf58a283a200727b0b3c79983870bddab5",
|
|
1274
1274
|
"logs": [
|
|
1275
1275
|
{
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
],
|
|
1283
1283
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000096",
|
|
1284
1284
|
"logIndex": 0,
|
|
1285
|
-
"blockHash": "
|
|
1285
|
+
"blockHash": "0x17c6600427e95a2f6d3bee5203ef70be0215494c2f4f9f27097fe964e98129d7"
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
1288
1288
|
"transactionIndex": 0,
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
],
|
|
1295
1295
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000019",
|
|
1296
1296
|
"logIndex": 1,
|
|
1297
|
-
"blockHash": "
|
|
1297
|
+
"blockHash": "0x17c6600427e95a2f6d3bee5203ef70be0215494c2f4f9f27097fe964e98129d7"
|
|
1298
1298
|
},
|
|
1299
1299
|
{
|
|
1300
1300
|
"transactionIndex": 0,
|
|
@@ -1306,7 +1306,7 @@
|
|
|
1306
1306
|
],
|
|
1307
1307
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000033ec",
|
|
1308
1308
|
"logIndex": 2,
|
|
1309
|
-
"blockHash": "
|
|
1309
|
+
"blockHash": "0x17c6600427e95a2f6d3bee5203ef70be0215494c2f4f9f27097fe964e98129d7"
|
|
1310
1310
|
},
|
|
1311
1311
|
{
|
|
1312
1312
|
"transactionIndex": 0,
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
],
|
|
1319
1319
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001039d",
|
|
1320
1320
|
"logIndex": 3,
|
|
1321
|
-
"blockHash": "
|
|
1321
|
+
"blockHash": "0x17c6600427e95a2f6d3bee5203ef70be0215494c2f4f9f27097fe964e98129d7"
|
|
1322
1322
|
},
|
|
1323
1323
|
{
|
|
1324
1324
|
"transactionIndex": 0,
|
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
],
|
|
1331
1331
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000033ec",
|
|
1332
1332
|
"logIndex": 4,
|
|
1333
|
-
"blockHash": "
|
|
1333
|
+
"blockHash": "0x17c6600427e95a2f6d3bee5203ef70be0215494c2f4f9f27097fe964e98129d7"
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
1336
|
"transactionIndex": 0,
|
|
@@ -1342,7 +1342,7 @@
|
|
|
1342
1342
|
],
|
|
1343
1343
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000005c7c905b505f0cf40ab6600d05e677f717916f6b",
|
|
1344
1344
|
"logIndex": 5,
|
|
1345
|
-
"blockHash": "
|
|
1345
|
+
"blockHash": "0x17c6600427e95a2f6d3bee5203ef70be0215494c2f4f9f27097fe964e98129d7"
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
1348
|
"transactionIndex": 0,
|
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
],
|
|
1358
1358
|
"data": "0x",
|
|
1359
1359
|
"logIndex": 6,
|
|
1360
|
-
"blockHash": "
|
|
1360
|
+
"blockHash": "0x17c6600427e95a2f6d3bee5203ef70be0215494c2f4f9f27097fe964e98129d7"
|
|
1361
1361
|
},
|
|
1362
1362
|
{
|
|
1363
1363
|
"transactionIndex": 0,
|
|
@@ -1372,7 +1372,7 @@
|
|
|
1372
1372
|
],
|
|
1373
1373
|
"data": "0x",
|
|
1374
1374
|
"logIndex": 7,
|
|
1375
|
-
"blockHash": "
|
|
1375
|
+
"blockHash": "0x17c6600427e95a2f6d3bee5203ef70be0215494c2f4f9f27097fe964e98129d7"
|
|
1376
1376
|
}
|
|
1377
1377
|
],
|
|
1378
1378
|
"blockNumber": 19,
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
"transactionIndex": 0,
|
|
751
751
|
"gasUsed": "1617384",
|
|
752
752
|
"logsBloom": "0x000000040000000008020000000000000a0000000000000080000000000000000000000000000000000000000001000000000000000000000200000010600000000000000000000000000000000000000010000000000000000000000001000000000800020000400000000000000800000000000000000000020000000000000000000000000000000000000000000000000000000008080000000000000000000000000020000000000000000000000000000004000000001000000000000000000000000000004000000000000000000200000000000100000000000020000000000000001000000000000000000001400000000000000000000000000000",
|
|
753
|
-
"blockHash": "
|
|
753
|
+
"blockHash": "0x6a0a96aa2f2a888ffeeb866d0342a5c68664bac2aacc074db74b1e0d7ce5eb7c",
|
|
754
754
|
"transactionHash": "0xebcda2c70b5e49631d4a83bd96710fd1541e6dcd4236db8bb70b69e3fee9addc",
|
|
755
755
|
"logs": [
|
|
756
756
|
{
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
],
|
|
767
767
|
"data": "0x",
|
|
768
768
|
"logIndex": 0,
|
|
769
|
-
"blockHash": "
|
|
769
|
+
"blockHash": "0x6a0a96aa2f2a888ffeeb866d0342a5c68664bac2aacc074db74b1e0d7ce5eb7c"
|
|
770
770
|
},
|
|
771
771
|
{
|
|
772
772
|
"transactionIndex": 0,
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
],
|
|
782
782
|
"data": "0x",
|
|
783
783
|
"logIndex": 1,
|
|
784
|
-
"blockHash": "
|
|
784
|
+
"blockHash": "0x6a0a96aa2f2a888ffeeb866d0342a5c68664bac2aacc074db74b1e0d7ce5eb7c"
|
|
785
785
|
},
|
|
786
786
|
{
|
|
787
787
|
"transactionIndex": 0,
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
],
|
|
797
797
|
"data": "0x",
|
|
798
798
|
"logIndex": 2,
|
|
799
|
-
"blockHash": "
|
|
799
|
+
"blockHash": "0x6a0a96aa2f2a888ffeeb866d0342a5c68664bac2aacc074db74b1e0d7ce5eb7c"
|
|
800
800
|
},
|
|
801
801
|
{
|
|
802
802
|
"transactionIndex": 0,
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
],
|
|
812
812
|
"data": "0x",
|
|
813
813
|
"logIndex": 3,
|
|
814
|
-
"blockHash": "
|
|
814
|
+
"blockHash": "0x6a0a96aa2f2a888ffeeb866d0342a5c68664bac2aacc074db74b1e0d7ce5eb7c"
|
|
815
815
|
},
|
|
816
816
|
{
|
|
817
817
|
"transactionIndex": 0,
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
],
|
|
827
827
|
"data": "0x",
|
|
828
828
|
"logIndex": 4,
|
|
829
|
-
"blockHash": "
|
|
829
|
+
"blockHash": "0x6a0a96aa2f2a888ffeeb866d0342a5c68664bac2aacc074db74b1e0d7ce5eb7c"
|
|
830
830
|
},
|
|
831
831
|
{
|
|
832
832
|
"transactionIndex": 0,
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
],
|
|
842
842
|
"data": "0x",
|
|
843
843
|
"logIndex": 5,
|
|
844
|
-
"blockHash": "
|
|
844
|
+
"blockHash": "0x6a0a96aa2f2a888ffeeb866d0342a5c68664bac2aacc074db74b1e0d7ce5eb7c"
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
847
|
"transactionIndex": 0,
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
],
|
|
854
854
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002a300",
|
|
855
855
|
"logIndex": 6,
|
|
856
|
-
"blockHash": "
|
|
856
|
+
"blockHash": "0x6a0a96aa2f2a888ffeeb866d0342a5c68664bac2aacc074db74b1e0d7ce5eb7c"
|
|
857
857
|
}
|
|
858
858
|
],
|
|
859
859
|
"blockNumber": 18,
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"transactionIndex": 0,
|
|
518
518
|
"gasUsed": "1456351",
|
|
519
519
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002010000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
520
|
-
"blockHash": "
|
|
520
|
+
"blockHash": "0x67d5b8f6dbb0e4fec4400c1c9c6ef0e08c46b99a90cbf26ba64573c47feec258",
|
|
521
521
|
"transactionHash": "0x7aa5f97db2f0d8730d94d8f965a8ec6d30477331d240f583601808d01ab496d9",
|
|
522
522
|
"logs": [
|
|
523
523
|
{
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
],
|
|
533
533
|
"data": "0x",
|
|
534
534
|
"logIndex": 0,
|
|
535
|
-
"blockHash": "
|
|
535
|
+
"blockHash": "0x67d5b8f6dbb0e4fec4400c1c9c6ef0e08c46b99a90cbf26ba64573c47feec258"
|
|
536
536
|
}
|
|
537
537
|
],
|
|
538
538
|
"blockNumber": 57,
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"transactionIndex": 0,
|
|
273
273
|
"gasUsed": "804148",
|
|
274
274
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
275
|
-
"blockHash": "
|
|
275
|
+
"blockHash": "0xf51f21d8a66e9516a492d54be36361d505cbfa772422196497c7783a3d15e3ee",
|
|
276
276
|
"transactionHash": "0x1fa2edd54ffe85f0c76ff2a5c2242c208fe52f4144b5a916cf7be8efa5dc44d4",
|
|
277
277
|
"logs": [],
|
|
278
278
|
"blockNumber": 10,
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"transactionIndex": 0,
|
|
273
273
|
"gasUsed": "804160",
|
|
274
274
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
275
|
-
"blockHash": "
|
|
275
|
+
"blockHash": "0x4f979dbf156d378894a5aed6f5e0149f156341fe511c3dfa1ad4703344834ff5",
|
|
276
276
|
"transactionHash": "0xdc9a0b9fe0ff91fb7ccf6bc9f4d48430e56764f684f2d527e5ba8e327ade9260",
|
|
277
277
|
"logs": [],
|
|
278
278
|
"blockNumber": 11,
|
|
@@ -1891,7 +1891,7 @@
|
|
|
1891
1891
|
"transactionIndex": 0,
|
|
1892
1892
|
"gasUsed": "1047233",
|
|
1893
1893
|
"logsBloom": "0x00000000000000000000000000000000400000004040000000000000000000200040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000800000000000000000000000000000000000000000000000000000000800000000008000008000000000000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000000020000000020000000000040000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
|
|
1894
|
-
"blockHash": "
|
|
1894
|
+
"blockHash": "0xbbb2799024a2a8c101a846543fbc0eeefb835a72d09f1cc696ade4041a75e500",
|
|
1895
1895
|
"transactionHash": "0xd3807c6b6cb8d9004608d9d265db4ac1e40471b222356e454cb20ddc93230319",
|
|
1896
1896
|
"logs": [
|
|
1897
1897
|
{
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
],
|
|
1906
1906
|
"data": "0x",
|
|
1907
1907
|
"logIndex": 0,
|
|
1908
|
-
"blockHash": "
|
|
1908
|
+
"blockHash": "0xbbb2799024a2a8c101a846543fbc0eeefb835a72d09f1cc696ade4041a75e500"
|
|
1909
1909
|
},
|
|
1910
1910
|
{
|
|
1911
1911
|
"transactionIndex": 0,
|
|
@@ -1917,7 +1917,7 @@
|
|
|
1917
1917
|
],
|
|
1918
1918
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
1919
1919
|
"logIndex": 1,
|
|
1920
|
-
"blockHash": "
|
|
1920
|
+
"blockHash": "0xbbb2799024a2a8c101a846543fbc0eeefb835a72d09f1cc696ade4041a75e500"
|
|
1921
1921
|
},
|
|
1922
1922
|
{
|
|
1923
1923
|
"transactionIndex": 0,
|
|
@@ -1929,7 +1929,7 @@
|
|
|
1929
1929
|
],
|
|
1930
1930
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1931
1931
|
"logIndex": 2,
|
|
1932
|
-
"blockHash": "
|
|
1932
|
+
"blockHash": "0xbbb2799024a2a8c101a846543fbc0eeefb835a72d09f1cc696ade4041a75e500"
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
1935
|
"transactionIndex": 0,
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
],
|
|
1942
1942
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000afdacd509e73115ea1654b1a770f1a807e7c9c0",
|
|
1943
1943
|
"logIndex": 3,
|
|
1944
|
-
"blockHash": "
|
|
1944
|
+
"blockHash": "0xbbb2799024a2a8c101a846543fbc0eeefb835a72d09f1cc696ade4041a75e500"
|
|
1945
1945
|
}
|
|
1946
1946
|
],
|
|
1947
1947
|
"blockNumber": 44,
|
|
@@ -1963,7 +1963,7 @@
|
|
|
1963
1963
|
"transactionIndex": 0,
|
|
1964
1964
|
"gasUsed": "3938527",
|
|
1965
1965
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000002000800020000000000000000000800000000000000000000000000000000400000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000002000000000000000000000000",
|
|
1966
|
-
"blockHash": "
|
|
1966
|
+
"blockHash": "0x6b6e19af9d1372188d489b4c397aa809db722257c2b5fbdfca53a1e661cae1fa",
|
|
1967
1967
|
"transactionHash": "0x5f5bfd4423d64cd19c1989acdca423b2dbe61639526e5db963470c05bc0a0461",
|
|
1968
1968
|
"logs": [
|
|
1969
1969
|
{
|
|
@@ -1978,7 +1978,7 @@
|
|
|
1978
1978
|
],
|
|
1979
1979
|
"data": "0x",
|
|
1980
1980
|
"logIndex": 0,
|
|
1981
|
-
"blockHash": "
|
|
1981
|
+
"blockHash": "0x6b6e19af9d1372188d489b4c397aa809db722257c2b5fbdfca53a1e661cae1fa"
|
|
1982
1982
|
}
|
|
1983
1983
|
],
|
|
1984
1984
|
"blockNumber": 48,
|
package/artifacts/Wallets.json
CHANGED
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"transactionIndex": 0,
|
|
112
112
|
"gasUsed": "911756",
|
|
113
113
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
114
|
-
"blockHash": "
|
|
114
|
+
"blockHash": "0xa64f5a85ce78f98e0ac7dffa9d30f4d53f1867a0b34e0095e5ca9e4273a67121",
|
|
115
115
|
"transactionHash": "0xbd2ed7457ebca3a621c96fe7a9de0049555250e32ba9de5d7af2b7a17ed36be0",
|
|
116
116
|
"logs": [],
|
|
117
117
|
"blockNumber": 63,
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type { HardhatRuntimeEnvironment } from "hardhat/types"
|
|
2
|
+
import type { DeployFunction } from "hardhat-deploy/types"
|
|
3
|
+
|
|
4
|
+
const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
|
|
5
|
+
const { deployments, ethers, getNamedAccounts } = hre
|
|
6
|
+
const { execute, read } = deployments
|
|
7
|
+
const { deployer } = await getNamedAccounts()
|
|
8
|
+
|
|
9
|
+
deployments.log("disabling moving funds in the Bridge")
|
|
10
|
+
|
|
11
|
+
// To disable moving funds mechanism, we need to prevent wallets entering
|
|
12
|
+
// into the `MOVING_FUNDS` state. A wallet can enter this state in three ways:
|
|
13
|
+
// 1. Wallet does not handle a redemption request on time
|
|
14
|
+
// 2. Wallet submits a valid heartbeat failure claim
|
|
15
|
+
// 3. Wallet is no longer an active wallet and becomes "closeable" i.e.
|
|
16
|
+
// fulfills all conditions necessary to begin the closing process
|
|
17
|
+
//
|
|
18
|
+
// The first way is covered as redemptions are disabled for the initial
|
|
19
|
+
// launch (see 07_disable_redemptions.ts).
|
|
20
|
+
//
|
|
21
|
+
// The second way requires that a majority of the wallet signing group signs
|
|
22
|
+
// the claim. However, the claim feature is not yet implemented in the
|
|
23
|
+
// official off-chain software so the only option is a malicious majority
|
|
24
|
+
// that cooperates to produce a claim against the protocol. That case has a
|
|
25
|
+
// very low probability.
|
|
26
|
+
//
|
|
27
|
+
// The third case is the only one relevant for this script. A wallet cannot
|
|
28
|
+
// become "closeable" if both of the following is true:
|
|
29
|
+
// - walletMaxAge is set to the maximum value allowed for uint32 type (2^32-1 = 4294967295)
|
|
30
|
+
// - walletClosureMinBtcBalance is zero
|
|
31
|
+
//
|
|
32
|
+
// In practice, walletClosureMinBtcBalance's minimum value enforced by the
|
|
33
|
+
// contract is 1. That should do the trick because only non-active wallets
|
|
34
|
+
// with 0 BTC (no funds to move) can become "closeable" in that case.
|
|
35
|
+
const walletMaxAge = ethers.BigNumber.from("4294967295")
|
|
36
|
+
const walletClosureMinBtcBalance = ethers.BigNumber.from("1")
|
|
37
|
+
|
|
38
|
+
// Fetch the current values of other wallet parameters to keep them unchanged.
|
|
39
|
+
const walletParameters = await read("Bridge", "walletParameters")
|
|
40
|
+
|
|
41
|
+
await execute(
|
|
42
|
+
"Bridge",
|
|
43
|
+
{ from: deployer, log: true, waitConfirmations: 1 },
|
|
44
|
+
"updateWalletParameters",
|
|
45
|
+
walletParameters.walletCreationPeriod,
|
|
46
|
+
walletParameters.walletCreationMinBtcBalance,
|
|
47
|
+
walletParameters.walletCreationMaxBtcBalance,
|
|
48
|
+
walletClosureMinBtcBalance,
|
|
49
|
+
walletMaxAge,
|
|
50
|
+
walletParameters.walletMaxBtcTransfer,
|
|
51
|
+
walletParameters.walletClosingPeriod
|
|
52
|
+
)
|
|
53
|
+
|
|
54
|
+
// To emphasize the fact that moving funds is disabled, we set the
|
|
55
|
+
// movingFundsTimeout to uint32 max value (2^32-1 = 4294967295) and
|
|
56
|
+
// movingFundsTimeoutSlashingAmount to zero.
|
|
57
|
+
const movingFundsTimeout = ethers.BigNumber.from("4294967295")
|
|
58
|
+
const movingFundsTimeoutSlashingAmount = ethers.BigNumber.from("0")
|
|
59
|
+
|
|
60
|
+
// Fetch the current values of other moving funds parameters to keep them unchanged.
|
|
61
|
+
const movingFundsParameters = await read("Bridge", "movingFundsParameters")
|
|
62
|
+
|
|
63
|
+
await execute(
|
|
64
|
+
"Bridge",
|
|
65
|
+
{ from: deployer, log: true, waitConfirmations: 1 },
|
|
66
|
+
"updateMovingFundsParameters",
|
|
67
|
+
movingFundsParameters.movingFundsTxMaxTotalFee,
|
|
68
|
+
movingFundsParameters.movingFundsDustThreshold,
|
|
69
|
+
movingFundsParameters.movingFundsTimeoutResetDelay,
|
|
70
|
+
movingFundsTimeout,
|
|
71
|
+
movingFundsTimeoutSlashingAmount,
|
|
72
|
+
movingFundsParameters.movingFundsTimeoutNotifierRewardMultiplier,
|
|
73
|
+
movingFundsParameters.movingFundsCommitmentGasOffset,
|
|
74
|
+
movingFundsParameters.movedFundsSweepTxMaxTotalFee,
|
|
75
|
+
movingFundsParameters.movedFundsSweepTimeout,
|
|
76
|
+
movingFundsParameters.movedFundsSweepTimeoutSlashingAmount,
|
|
77
|
+
movingFundsParameters.movedFundsSweepTimeoutNotifierRewardMultiplier
|
|
78
|
+
)
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export default func
|
|
82
|
+
|
|
83
|
+
func.tags = ["DisableMovingFunds"]
|
|
84
|
+
func.dependencies = ["Bridge"]
|
|
85
|
+
|
|
86
|
+
func.skip = async (hre: HardhatRuntimeEnvironment): Promise<boolean> =>
|
|
87
|
+
hre.network.name !== "mainnet"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/deploy/{12_authorize_spv_maintainer_in_bridge.ts → 13_authorize_spv_maintainer_in_bridge.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/deploy/{18_transfer_proxy_admin_ownership.ts → 19_transfer_proxy_admin_ownership.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/deploy/{22_deploy_proxy_admin_with_deputy.ts → 23_deploy_proxy_admin_with_deputy.ts}
RENAMED
|
File without changes
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
15
|
+
function step(op) {
|
|
16
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
17
|
+
while (_) try {
|
|
18
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
19
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20
|
+
switch (op[0]) {
|
|
21
|
+
case 0: case 1: t = op; break;
|
|
22
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
23
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
25
|
+
default:
|
|
26
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
27
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
28
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
29
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
30
|
+
if (t[2]) _.ops.pop();
|
|
31
|
+
_.trys.pop(); continue;
|
|
32
|
+
}
|
|
33
|
+
op = body.call(thisArg, _);
|
|
34
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
35
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
var func = function (hre) { return __awaiter(void 0, void 0, void 0, function () {
|
|
40
|
+
var deployments, ethers, getNamedAccounts, execute, read, deployer, walletMaxAge, walletClosureMinBtcBalance, walletParameters, movingFundsTimeout, movingFundsTimeoutSlashingAmount, movingFundsParameters;
|
|
41
|
+
return __generator(this, function (_a) {
|
|
42
|
+
switch (_a.label) {
|
|
43
|
+
case 0:
|
|
44
|
+
deployments = hre.deployments, ethers = hre.ethers, getNamedAccounts = hre.getNamedAccounts;
|
|
45
|
+
execute = deployments.execute, read = deployments.read;
|
|
46
|
+
return [4 /*yield*/, getNamedAccounts()];
|
|
47
|
+
case 1:
|
|
48
|
+
deployer = (_a.sent()).deployer;
|
|
49
|
+
deployments.log("disabling moving funds in the Bridge");
|
|
50
|
+
walletMaxAge = ethers.BigNumber.from("4294967295");
|
|
51
|
+
walletClosureMinBtcBalance = ethers.BigNumber.from("1");
|
|
52
|
+
return [4 /*yield*/, read("Bridge", "walletParameters")];
|
|
53
|
+
case 2:
|
|
54
|
+
walletParameters = _a.sent();
|
|
55
|
+
return [4 /*yield*/, execute("Bridge", { from: deployer, log: true, waitConfirmations: 1 }, "updateWalletParameters", walletParameters.walletCreationPeriod, walletParameters.walletCreationMinBtcBalance, walletParameters.walletCreationMaxBtcBalance, walletClosureMinBtcBalance, walletMaxAge, walletParameters.walletMaxBtcTransfer, walletParameters.walletClosingPeriod)
|
|
56
|
+
// To emphasize the fact that moving funds is disabled, we set the
|
|
57
|
+
// movingFundsTimeout to uint32 max value (2^32-1 = 4294967295) and
|
|
58
|
+
// movingFundsTimeoutSlashingAmount to zero.
|
|
59
|
+
];
|
|
60
|
+
case 3:
|
|
61
|
+
_a.sent();
|
|
62
|
+
movingFundsTimeout = ethers.BigNumber.from("4294967295");
|
|
63
|
+
movingFundsTimeoutSlashingAmount = ethers.BigNumber.from("0");
|
|
64
|
+
return [4 /*yield*/, read("Bridge", "movingFundsParameters")];
|
|
65
|
+
case 4:
|
|
66
|
+
movingFundsParameters = _a.sent();
|
|
67
|
+
return [4 /*yield*/, execute("Bridge", { from: deployer, log: true, waitConfirmations: 1 }, "updateMovingFundsParameters", movingFundsParameters.movingFundsTxMaxTotalFee, movingFundsParameters.movingFundsDustThreshold, movingFundsParameters.movingFundsTimeoutResetDelay, movingFundsTimeout, movingFundsTimeoutSlashingAmount, movingFundsParameters.movingFundsTimeoutNotifierRewardMultiplier, movingFundsParameters.movingFundsCommitmentGasOffset, movingFundsParameters.movedFundsSweepTxMaxTotalFee, movingFundsParameters.movedFundsSweepTimeout, movingFundsParameters.movedFundsSweepTimeoutSlashingAmount, movingFundsParameters.movedFundsSweepTimeoutNotifierRewardMultiplier)];
|
|
68
|
+
case 5:
|
|
69
|
+
_a.sent();
|
|
70
|
+
return [2 /*return*/];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
}); };
|
|
74
|
+
exports.default = func;
|
|
75
|
+
func.tags = ["DisableMovingFunds"];
|
|
76
|
+
func.dependencies = ["Bridge"];
|
|
77
|
+
func.skip = function (hre) { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
78
|
+
return [2 /*return*/, hre.network.name !== "mainnet"];
|
|
79
|
+
}); }); };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/export/deploy/{16_transfer_tbtc_vault_ownership.js → 17_transfer_tbtc_vault_ownership.js}
RENAMED
|
File without changes
|
|
File without changes
|
package/export/deploy/{18_transfer_proxy_admin_ownership.js → 19_transfer_proxy_admin_ownership.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/export/deploy/{22_deploy_proxy_admin_with_deputy.js → 23_deploy_proxy_admin_with_deputy.js}
RENAMED
|
File without changes
|