@keep-network/tbtc-v2 0.1.1-dev.121 → 0.1.1-dev.122
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/06_disable_fraud_challenges.ts +5 -2
- package/deploy/07_disable_redemptions.ts +46 -0
- package/deploy/{07_deploy_tbtc_vault.ts → 08_deploy_tbtc_vault.ts} +0 -0
- package/deploy/{08_deploy_bridge_governance.ts → 09_deploy_bridge_governance.ts} +0 -0
- package/deploy/{09_deploy_maintainer_proxy.ts → 10_deploy_maintainer_proxy.ts} +0 -0
- package/deploy/{10_bank_update_bridge.ts → 11_bank_update_bridge.ts} +0 -0
- package/deploy/{11_authorize_spv_maintainer_in_bridge.ts → 12_authorize_spv_maintainer_in_bridge.ts} +0 -0
- package/deploy/{12_transfer_bank_ownership.ts → 13_transfer_bank_ownership.ts} +0 -0
- package/deploy/{13_transfer_bridge_governance.ts → 14_transfer_bridge_governance.ts} +0 -0
- package/deploy/{14_transfer_bridge_governance_ownership.ts → 15_transfer_bridge_governance_ownership.ts} +0 -0
- package/deploy/{15_transfer_tbtc_vault_ownership.ts → 16_transfer_tbtc_vault_ownership.ts} +0 -0
- package/deploy/{16_transfer_maintainer_proxy_ownership.ts → 17_transfer_maintainer_proxy_ownership.ts} +0 -0
- package/deploy/{17_transfer_proxy_admin_ownership.ts → 18_transfer_proxy_admin_ownership.ts} +0 -0
- package/deploy/{18_authorize_maintainer_proxy_in_bridge.ts → 19_authorize_maintainer_proxy_in_bridge.ts} +0 -0
- package/deploy/{19_authorize_maintainer_proxy_in_reimbursement_pool.ts → 20_authorize_maintainer_proxy_in_reimbursement_pool.ts} +0 -0
- package/deploy/{20_authorize_bridge_in_reimbursement_pool.ts → 21_authorize_bridge_in_reimbursement_pool.ts} +0 -0
- package/deploy/{21_deploy_proxy_admin_with_deputy.ts → 22_deploy_proxy_admin_with_deputy.ts} +0 -0
- package/export/deploy/06_disable_fraud_challenges.js +3 -2
- package/export/deploy/07_disable_redemptions.js +68 -0
- package/export/deploy/{07_deploy_tbtc_vault.js → 08_deploy_tbtc_vault.js} +0 -0
- package/export/deploy/{08_deploy_bridge_governance.js → 09_deploy_bridge_governance.js} +0 -0
- package/export/deploy/{09_deploy_maintainer_proxy.js → 10_deploy_maintainer_proxy.js} +0 -0
- package/export/deploy/{10_bank_update_bridge.js → 11_bank_update_bridge.js} +0 -0
- package/export/deploy/{11_authorize_spv_maintainer_in_bridge.js → 12_authorize_spv_maintainer_in_bridge.js} +0 -0
- package/export/deploy/{12_transfer_bank_ownership.js → 13_transfer_bank_ownership.js} +0 -0
- package/export/deploy/{13_transfer_bridge_governance.js → 14_transfer_bridge_governance.js} +0 -0
- package/export/deploy/{14_transfer_bridge_governance_ownership.js → 15_transfer_bridge_governance_ownership.js} +0 -0
- package/export/deploy/{15_transfer_tbtc_vault_ownership.js → 16_transfer_tbtc_vault_ownership.js} +0 -0
- package/export/deploy/{16_transfer_maintainer_proxy_ownership.js → 17_transfer_maintainer_proxy_ownership.js} +0 -0
- package/export/deploy/{17_transfer_proxy_admin_ownership.js → 18_transfer_proxy_admin_ownership.js} +0 -0
- package/export/deploy/{18_authorize_maintainer_proxy_in_bridge.js → 19_authorize_maintainer_proxy_in_bridge.js} +0 -0
- package/export/deploy/{19_authorize_maintainer_proxy_in_reimbursement_pool.js → 20_authorize_maintainer_proxy_in_reimbursement_pool.js} +0 -0
- package/export/deploy/{20_authorize_bridge_in_reimbursement_pool.js → 21_authorize_bridge_in_reimbursement_pool.js} +0 -0
- package/export/deploy/{21_deploy_proxy_admin_with_deputy.js → 22_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": "0xf32da974292899a12f847169e322aaedcb6af2216cb4ca4c476d7bf99ac90658",
|
|
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": "0x6350581ddaab48867c294068ed65d5904bd9b8ead3187249ae27166ff5737f9a",
|
|
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": "0x6350581ddaab48867c294068ed65d5904bd9b8ead3187249ae27166ff5737f9a"
|
|
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": "0x8bd4fb17d259eff1fae50014f877956b39415a810e1d22e2ba93fb742a2fa734",
|
|
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": "0x140e2bde4ac19112cafdc955482165d362a74f4eb0b30bc7edaedea8e46024a3",
|
|
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": "0x92a768895c4d6d9f45dead7b31bfbbb5e26fb7052b13dac023a9beca9c1f695a",
|
|
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": "0xa40b782948593a3f52fa2babcf0adb8adef13532bbb3f5d2823c1148b992d416",
|
|
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": "0x454a4b6a604fc9720b472c6a3698599368f7a78a6d8cbda3f1f38ff09260ade5",
|
|
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": "0x454a4b6a604fc9720b472c6a3698599368f7a78a6d8cbda3f1f38ff09260ade5"
|
|
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": "0x454a4b6a604fc9720b472c6a3698599368f7a78a6d8cbda3f1f38ff09260ade5"
|
|
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": "0x764a67fec91f2e8f419dced1f4876164bb213701db8d8c792d67879d40f8a052",
|
|
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": "0x764a67fec91f2e8f419dced1f4876164bb213701db8d8c792d67879d40f8a052"
|
|
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": "0x764a67fec91f2e8f419dced1f4876164bb213701db8d8c792d67879d40f8a052"
|
|
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": "0x764a67fec91f2e8f419dced1f4876164bb213701db8d8c792d67879d40f8a052"
|
|
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": "0x764a67fec91f2e8f419dced1f4876164bb213701db8d8c792d67879d40f8a052"
|
|
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": "0x88f52819dd3f9a00b6f981220ec82fa1c428d0fa5ae895d6f24f344506df380d",
|
|
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": "0x88f52819dd3f9a00b6f981220ec82fa1c428d0fa5ae895d6f24f344506df380d"
|
|
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": "0xd435a4f6f56bd1e5b1f4efb36739e7b9742600b8ced662e8cba15c8bc4d2097e",
|
|
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": "0xde0f25a572852d2adf540f72143f6c5fac41cb0ed86a1ff07f5e718a35a67fb2",
|
|
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": "0xbc73b983c106228fcf915a17d08a8ded7e9d9ce8ae830eca95091ecf98426bc8",
|
|
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": "0x19f592c13a8110990615b67aa302cbde19742021f8c8ef00c4061a5d35000368",
|
|
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": "0xc8c5651b8ac7e55b0246566649a19eec5ba9fe96c21bcf601c0a1bd44f7d0611",
|
|
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": "0x35e57a0fd5d1b164bddfa93c8c13e50fc2022446521a4fbcdf37914078ae0989",
|
|
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": "0x35e57a0fd5d1b164bddfa93c8c13e50fc2022446521a4fbcdf37914078ae0989"
|
|
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": "0x35e57a0fd5d1b164bddfa93c8c13e50fc2022446521a4fbcdf37914078ae0989"
|
|
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": "0x8d8327738fc0ee6d4c831f86eccc1e677b73a3dd915792754fa3634ef8414360",
|
|
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": "0xe9c52eadc711e64525fd6c71a8a62d9f60550a3be4b435dc2f0bcd0f92eb1bb4",
|
|
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": "0x608e8a043f908a2ac68f3b397018c357fa2481adbfe1720b5ffc5b8549bc3b8f",
|
|
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": "0x608e8a043f908a2ac68f3b397018c357fa2481adbfe1720b5ffc5b8549bc3b8f"
|
|
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": "0x1d76934bd3ecbeed8796647f11bfa22963f25a226fa2446ba6f7ced78af4fd96",
|
|
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": "0x1d76934bd3ecbeed8796647f11bfa22963f25a226fa2446ba6f7ced78af4fd96"
|
|
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": "0x657a507a8978299c9b6c9b6b7ac54bc8d37aa009962395d91c7937f72548f2b0",
|
|
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": "0xe3aea0ff9e8fbf27ef2b91c93e487b7a0580787be6c6dbccd7846061aafa6591",
|
|
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": "0xe3aea0ff9e8fbf27ef2b91c93e487b7a0580787be6c6dbccd7846061aafa6591"
|
|
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": "0x005b598a1387adda0820ed1075523464870b4c0f27d354b50fd32e2e91cbde63",
|
|
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": "0x005b598a1387adda0820ed1075523464870b4c0f27d354b50fd32e2e91cbde63"
|
|
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": "0x85e24eaa8c1de1569f078e2d695d8abbbe176bcec8a924be8f9b73a3545a69fe",
|
|
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": "0xfb25115d7e28a5bce12ea401ec02f0b2ac639248fa853b6093b37522407a3c36",
|
|
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": "0x941c28e15cea721c9f82e925917d6290068f7691627ec33c16777cfbc0d69c66",
|
|
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": "0x941c28e15cea721c9f82e925917d6290068f7691627ec33c16777cfbc0d69c66"
|
|
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": "0xe1d06451e83a63769f34a1a08fc1fcc695014dd6afc1d260b476ae3f41cba9ca",
|
|
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": "0xe1d06451e83a63769f34a1a08fc1fcc695014dd6afc1d260b476ae3f41cba9ca"
|
|
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": "0x41c2f9baa4e90e8b4875fa709a59ca791a5d70350d08f3707c10d10c31b57c08",
|
|
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": "0x41c2f9baa4e90e8b4875fa709a59ca791a5d70350d08f3707c10d10c31b57c08"
|
|
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": "0x78501c655775688e7c443d87a583e5b6f5812c5fe9bcc5110fd2f8f072b2ad1b",
|
|
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": "0x78501c655775688e7c443d87a583e5b6f5812c5fe9bcc5110fd2f8f072b2ad1b"
|
|
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": "0x6299d179517586d89e0f50d56ac859beb044ed8f2d8823845ce2e3427453a23d",
|
|
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": "0x8cfacbd926df7695642a63757a04cc8d51f85b196e7b6f4e472eef9949d40971",
|
|
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": "0x8cfacbd926df7695642a63757a04cc8d51f85b196e7b6f4e472eef9949d40971"
|
|
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": "0x19dae07792340f7340e62f2094344c696d2c3dde6e85a05156e9bce6399735da",
|
|
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": "0x19dae07792340f7340e62f2094344c696d2c3dde6e85a05156e9bce6399735da"
|
|
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": "0x9cfb1336e514096012c61615fdd233b9a5de69c81e899fe21f432709b5309403",
|
|
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": "0x9cfb1336e514096012c61615fdd233b9a5de69c81e899fe21f432709b5309403"
|
|
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": "0x08a0e229c504fdabcaf9df5fc62d79dd9bda833018a678baf6b0ed4ba32cc234",
|
|
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": "0x08a0e229c504fdabcaf9df5fc62d79dd9bda833018a678baf6b0ed4ba32cc234"
|
|
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": "0xe1b91f7fe9364becc28738b8bb64e01f69e477b5e1acbc80abcdb98cd60ab314",
|
|
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": "0xe1b91f7fe9364becc28738b8bb64e01f69e477b5e1acbc80abcdb98cd60ab314"
|
|
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": "0x5b58da8371894c9c19e9cc00cb6e21bc49e37afbc731b1b6709d103671e19cfc",
|
|
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": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056",
|
|
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": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
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": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
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": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
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": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
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": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
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": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
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": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
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": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
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": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3",
|
|
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": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
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": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
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": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
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": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
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": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
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": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
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": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
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": "0x1a8bc589c4dd27739cae32c9ceba434018daed6ee61061268d235270a7b6cecd",
|
|
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": "0x1a8bc589c4dd27739cae32c9ceba434018daed6ee61061268d235270a7b6cecd"
|
|
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": "0x7ad875c8d020802891aea36383cadef9ade8cbd53cfb2b9c8439dd044b798269",
|
|
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": "0x7192c5218f8b0c0f60db06342e9e6934058c134cd2c50ae823ce19d1f1e41a88",
|
|
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": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a",
|
|
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": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a"
|
|
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": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a"
|
|
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": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a"
|
|
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": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a"
|
|
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": "0x184951b09720c18a634abf0b713226ab203eac629a7224436072634b306b3160",
|
|
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": "0x184951b09720c18a634abf0b713226ab203eac629a7224436072634b306b3160"
|
|
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": "0x13679d258e6d6669e6201360bd4eb06390f52da6cdf76391fe79a78f689b149a",
|
|
115
115
|
"transactionHash": "0xbd2ed7457ebca3a621c96fe7a9de0049555250e32ba9de5d7af2b7a17ed36be0",
|
|
116
116
|
"logs": [],
|
|
117
117
|
"blockNumber": 63,
|
|
@@ -16,7 +16,10 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
|
|
|
16
16
|
"79228162514264337593543950335"
|
|
17
17
|
)
|
|
18
18
|
|
|
19
|
-
//
|
|
19
|
+
// To emphasize the fact that frauds are disabled, we set the
|
|
20
|
+
// fraudChallengeDefeatTimeout to uint32 max value (2^32-1 = 4294967295) and
|
|
21
|
+
// fraudSlashingAmount to zero.
|
|
22
|
+
const fraudChallengeDefeatTimeout = ethers.BigNumber.from("4294967295")
|
|
20
23
|
const fraudSlashingAmount = ethers.BigNumber.from("0")
|
|
21
24
|
|
|
22
25
|
// Fetch the current values of other fraud parameters to keep them unchanged.
|
|
@@ -27,7 +30,7 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
|
|
|
27
30
|
{ from: deployer, log: true, waitConfirmations: 1 },
|
|
28
31
|
"updateFraudParameters",
|
|
29
32
|
fraudChallengeDepositAmount,
|
|
30
|
-
|
|
33
|
+
fraudChallengeDefeatTimeout,
|
|
31
34
|
fraudSlashingAmount,
|
|
32
35
|
fraudParameters.fraudNotifierRewardMultiplier
|
|
33
36
|
)
|
|
@@ -0,0 +1,46 @@
|
|
|
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 redemptions in the Bridge")
|
|
10
|
+
|
|
11
|
+
// To disable redemptions, we need to make the redemption dust threshold
|
|
12
|
+
// extremely high. The redemption dust threshold value is determined by the
|
|
13
|
+
// redemptionDustThreshold governance parameter. This parameter is uint64.
|
|
14
|
+
// The maximum value for the uint64 is 2^64-1 = 18446744073709551615.
|
|
15
|
+
const redemptionDustThreshold = ethers.BigNumber.from("18446744073709551615")
|
|
16
|
+
|
|
17
|
+
// To emphasize the fact that redemptions are disabled, we set the
|
|
18
|
+
// redemptionTimeout to uint32 max value (2^32-1 = 4294967295) and
|
|
19
|
+
// redemptionTimeoutSlashingAmount to zero.
|
|
20
|
+
const redemptionTimeout = ethers.BigNumber.from("4294967295")
|
|
21
|
+
const redemptionTimeoutSlashingAmount = ethers.BigNumber.from("0")
|
|
22
|
+
|
|
23
|
+
// Fetch the current values of other redemption parameters to keep them unchanged.
|
|
24
|
+
const redemptionParameters = await read("Bridge", "redemptionParameters")
|
|
25
|
+
|
|
26
|
+
await execute(
|
|
27
|
+
"Bridge",
|
|
28
|
+
{ from: deployer, log: true, waitConfirmations: 1 },
|
|
29
|
+
"updateRedemptionParameters",
|
|
30
|
+
redemptionDustThreshold,
|
|
31
|
+
redemptionParameters.redemptionTreasuryFeeDivisor,
|
|
32
|
+
redemptionParameters.redemptionTxMaxFee,
|
|
33
|
+
redemptionParameters.redemptionTxMaxTotalFee,
|
|
34
|
+
redemptionTimeout,
|
|
35
|
+
redemptionTimeoutSlashingAmount,
|
|
36
|
+
redemptionParameters.redemptionTimeoutNotifierRewardMultiplier
|
|
37
|
+
)
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export default func
|
|
41
|
+
|
|
42
|
+
func.tags = ["DisableRedemptions"]
|
|
43
|
+
func.dependencies = ["Bridge"]
|
|
44
|
+
|
|
45
|
+
func.skip = async (hre: HardhatRuntimeEnvironment): Promise<boolean> =>
|
|
46
|
+
hre.network.name !== "mainnet"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/deploy/{11_authorize_spv_maintainer_in_bridge.ts → 12_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/{17_transfer_proxy_admin_ownership.ts → 18_transfer_proxy_admin_ownership.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/deploy/{21_deploy_proxy_admin_with_deputy.ts → 22_deploy_proxy_admin_with_deputy.ts}
RENAMED
|
File without changes
|
|
@@ -37,7 +37,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
var func = function (hre) { return __awaiter(void 0, void 0, void 0, function () {
|
|
40
|
-
var deployments, ethers, getNamedAccounts, execute, read, deployer, fraudChallengeDepositAmount, fraudSlashingAmount, fraudParameters;
|
|
40
|
+
var deployments, ethers, getNamedAccounts, execute, read, deployer, fraudChallengeDepositAmount, fraudChallengeDefeatTimeout, fraudSlashingAmount, fraudParameters;
|
|
41
41
|
return __generator(this, function (_a) {
|
|
42
42
|
switch (_a.label) {
|
|
43
43
|
case 0:
|
|
@@ -48,11 +48,12 @@ var func = function (hre) { return __awaiter(void 0, void 0, void 0, function ()
|
|
|
48
48
|
deployer = (_a.sent()).deployer;
|
|
49
49
|
deployments.log("disabling fraud challenges in the Bridge");
|
|
50
50
|
fraudChallengeDepositAmount = ethers.BigNumber.from("79228162514264337593543950335");
|
|
51
|
+
fraudChallengeDefeatTimeout = ethers.BigNumber.from("4294967295");
|
|
51
52
|
fraudSlashingAmount = ethers.BigNumber.from("0");
|
|
52
53
|
return [4 /*yield*/, read("Bridge", "fraudParameters")];
|
|
53
54
|
case 2:
|
|
54
55
|
fraudParameters = _a.sent();
|
|
55
|
-
return [4 /*yield*/, execute("Bridge", { from: deployer, log: true, waitConfirmations: 1 }, "updateFraudParameters", fraudChallengeDepositAmount,
|
|
56
|
+
return [4 /*yield*/, execute("Bridge", { from: deployer, log: true, waitConfirmations: 1 }, "updateFraudParameters", fraudChallengeDepositAmount, fraudChallengeDefeatTimeout, fraudSlashingAmount, fraudParameters.fraudNotifierRewardMultiplier)];
|
|
56
57
|
case 3:
|
|
57
58
|
_a.sent();
|
|
58
59
|
return [2 /*return*/];
|
|
@@ -0,0 +1,68 @@
|
|
|
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, redemptionDustThreshold, redemptionTimeout, redemptionTimeoutSlashingAmount, redemptionParameters;
|
|
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 redemptions in the Bridge");
|
|
50
|
+
redemptionDustThreshold = ethers.BigNumber.from("18446744073709551615");
|
|
51
|
+
redemptionTimeout = ethers.BigNumber.from("4294967295");
|
|
52
|
+
redemptionTimeoutSlashingAmount = ethers.BigNumber.from("0");
|
|
53
|
+
return [4 /*yield*/, read("Bridge", "redemptionParameters")];
|
|
54
|
+
case 2:
|
|
55
|
+
redemptionParameters = _a.sent();
|
|
56
|
+
return [4 /*yield*/, execute("Bridge", { from: deployer, log: true, waitConfirmations: 1 }, "updateRedemptionParameters", redemptionDustThreshold, redemptionParameters.redemptionTreasuryFeeDivisor, redemptionParameters.redemptionTxMaxFee, redemptionParameters.redemptionTxMaxTotalFee, redemptionTimeout, redemptionTimeoutSlashingAmount, redemptionParameters.redemptionTimeoutNotifierRewardMultiplier)];
|
|
57
|
+
case 3:
|
|
58
|
+
_a.sent();
|
|
59
|
+
return [2 /*return*/];
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
}); };
|
|
63
|
+
exports.default = func;
|
|
64
|
+
func.tags = ["DisableRedemptions"];
|
|
65
|
+
func.dependencies = ["Bridge"];
|
|
66
|
+
func.skip = function (hre) { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
67
|
+
return [2 /*return*/, hre.network.name !== "mainnet"];
|
|
68
|
+
}); }); };
|
|
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/{15_transfer_tbtc_vault_ownership.js → 16_transfer_tbtc_vault_ownership.js}
RENAMED
|
File without changes
|
|
File without changes
|
package/export/deploy/{17_transfer_proxy_admin_ownership.js → 18_transfer_proxy_admin_ownership.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/export/deploy/{21_deploy_proxy_admin_with_deputy.js → 22_deploy_proxy_admin_with_deputy.js}
RENAMED
|
File without changes
|