@keep-network/tbtc-v2 1.5.0-dev.3 → 1.5.0-dev.4

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.
Files changed (111) hide show
  1. package/artifacts/BLS.json +1 -1
  2. package/artifacts/Bank.json +3 -3
  3. package/artifacts/BeaconAuthorization.json +1 -1
  4. package/artifacts/BeaconDkg.json +1 -1
  5. package/artifacts/BeaconDkgValidator.json +1 -1
  6. package/artifacts/BeaconInactivity.json +1 -1
  7. package/artifacts/BeaconSortitionPool.json +3 -3
  8. package/artifacts/Bridge.json +5 -5
  9. package/artifacts/BridgeGovernance.json +2 -2
  10. package/artifacts/BridgeGovernanceParameters.json +2 -2
  11. package/artifacts/Deposit.json +2 -2
  12. package/artifacts/DepositSweep.json +2 -2
  13. package/artifacts/DonationVault.json +3 -3
  14. package/artifacts/EcdsaDkgValidator.json +1 -1
  15. package/artifacts/EcdsaInactivity.json +1 -1
  16. package/artifacts/EcdsaSortitionPool.json +3 -3
  17. package/artifacts/Fraud.json +2 -2
  18. package/artifacts/KeepRegistry.json +1 -1
  19. package/artifacts/KeepStake.json +2 -2
  20. package/artifacts/KeepToken.json +2 -2
  21. package/artifacts/KeepTokenStaking.json +1 -1
  22. package/artifacts/LightRelay.json +18 -18
  23. package/artifacts/LightRelayMaintainerProxy.json +8 -8
  24. package/artifacts/MaintainerProxy.json +19 -19
  25. package/artifacts/MovingFunds.json +2 -2
  26. package/artifacts/NuCypherStakingEscrow.json +1 -1
  27. package/artifacts/NuCypherToken.json +2 -2
  28. package/artifacts/RandomBeacon.json +2 -2
  29. package/artifacts/RandomBeaconChaosnet.json +2 -2
  30. package/artifacts/RandomBeaconGovernance.json +2 -2
  31. package/artifacts/Redemption.json +2 -2
  32. package/artifacts/ReimbursementPool.json +2 -2
  33. package/artifacts/T.json +2 -2
  34. package/artifacts/TBTC.json +3 -3
  35. package/artifacts/TBTCToken.json +3 -3
  36. package/artifacts/TBTCVault.json +23 -23
  37. package/artifacts/TokenStaking.json +1 -1
  38. package/artifacts/TokenholderGovernor.json +9 -9
  39. package/artifacts/TokenholderTimelock.json +8 -8
  40. package/artifacts/VendingMachine.json +3 -3
  41. package/artifacts/VendingMachineKeep.json +1 -1
  42. package/artifacts/VendingMachineNuCypher.json +1 -1
  43. package/artifacts/VendingMachineV2.json +3 -3
  44. package/artifacts/VendingMachineV3.json +3 -3
  45. package/artifacts/WalletCoordinator.json +280 -13
  46. package/artifacts/WalletRegistry.json +5 -5
  47. package/artifacts/WalletRegistryGovernance.json +2 -2
  48. package/artifacts/Wallets.json +2 -2
  49. package/artifacts/solcInputs/{62f0e623403ed4e28ae856e5d0acb6bc.json → 6cc4a0b423ac26dbfcae644b54bee6ae.json} +1 -1
  50. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  51. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  52. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  53. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  54. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  55. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  56. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  57. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  58. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  59. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  60. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  61. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  62. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  63. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  64. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  65. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  66. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  67. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  68. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  69. package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.dbg.json +1 -1
  70. package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +269 -2
  71. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  72. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  73. package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
  74. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  75. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  76. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  77. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  78. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  79. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  80. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  81. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  82. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  83. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  84. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  85. package/contracts/bridge/WalletCoordinator.sol +322 -9
  86. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +22 -22
  87. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +6 -6
  88. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +6 -6
  89. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +6 -6
  90. package/export/artifacts/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +18112 -12052
  91. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +40 -40
  92. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +49 -49
  93. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +88 -88
  94. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
  95. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +31 -31
  96. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
  97. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +58 -58
  98. package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +59 -59
  99. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +2 -2
  100. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
  101. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  102. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
  103. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
  104. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
  105. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +2 -2
  106. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
  107. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
  108. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
  109. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +135 -135
  110. package/export/typechain/factories/WalletCoordinator__factory.js +268 -1
  111. package/package.json +1 -1
@@ -193,6 +193,79 @@
193
193
  "name": "OwnershipTransferred",
194
194
  "type": "event"
195
195
  },
196
+ {
197
+ "anonymous": false,
198
+ "inputs": [
199
+ {
200
+ "indexed": false,
201
+ "internalType": "uint32",
202
+ "name": "redemptionProposalValidity",
203
+ "type": "uint32"
204
+ },
205
+ {
206
+ "indexed": false,
207
+ "internalType": "uint32",
208
+ "name": "redemptionRequestMinAge",
209
+ "type": "uint32"
210
+ },
211
+ {
212
+ "indexed": false,
213
+ "internalType": "uint32",
214
+ "name": "redemptionRequestTimeoutSafetyMargin",
215
+ "type": "uint32"
216
+ },
217
+ {
218
+ "indexed": false,
219
+ "internalType": "uint16",
220
+ "name": "redemptionMaxSize",
221
+ "type": "uint16"
222
+ },
223
+ {
224
+ "indexed": false,
225
+ "internalType": "uint32",
226
+ "name": "redemptionProposalSubmissionGasOffset",
227
+ "type": "uint32"
228
+ }
229
+ ],
230
+ "name": "RedemptionProposalParametersUpdated",
231
+ "type": "event"
232
+ },
233
+ {
234
+ "anonymous": false,
235
+ "inputs": [
236
+ {
237
+ "components": [
238
+ {
239
+ "internalType": "bytes20",
240
+ "name": "walletPubKeyHash",
241
+ "type": "bytes20"
242
+ },
243
+ {
244
+ "internalType": "bytes[]",
245
+ "name": "redeemersOutputScripts",
246
+ "type": "bytes[]"
247
+ },
248
+ {
249
+ "internalType": "uint256",
250
+ "name": "redemptionTxFee",
251
+ "type": "uint256"
252
+ }
253
+ ],
254
+ "indexed": false,
255
+ "internalType": "struct WalletCoordinator.RedemptionProposal",
256
+ "name": "proposal",
257
+ "type": "tuple"
258
+ },
259
+ {
260
+ "indexed": true,
261
+ "internalType": "address",
262
+ "name": "coordinator",
263
+ "type": "address"
264
+ }
265
+ ],
266
+ "name": "RedemptionProposalSubmitted",
267
+ "type": "event"
268
+ },
196
269
  {
197
270
  "anonymous": false,
198
271
  "inputs": [
@@ -381,6 +454,71 @@
381
454
  "stateMutability": "view",
382
455
  "type": "function"
383
456
  },
457
+ {
458
+ "inputs": [],
459
+ "name": "redemptionMaxSize",
460
+ "outputs": [
461
+ {
462
+ "internalType": "uint16",
463
+ "name": "",
464
+ "type": "uint16"
465
+ }
466
+ ],
467
+ "stateMutability": "view",
468
+ "type": "function"
469
+ },
470
+ {
471
+ "inputs": [],
472
+ "name": "redemptionProposalSubmissionGasOffset",
473
+ "outputs": [
474
+ {
475
+ "internalType": "uint32",
476
+ "name": "",
477
+ "type": "uint32"
478
+ }
479
+ ],
480
+ "stateMutability": "view",
481
+ "type": "function"
482
+ },
483
+ {
484
+ "inputs": [],
485
+ "name": "redemptionProposalValidity",
486
+ "outputs": [
487
+ {
488
+ "internalType": "uint32",
489
+ "name": "",
490
+ "type": "uint32"
491
+ }
492
+ ],
493
+ "stateMutability": "view",
494
+ "type": "function"
495
+ },
496
+ {
497
+ "inputs": [],
498
+ "name": "redemptionRequestMinAge",
499
+ "outputs": [
500
+ {
501
+ "internalType": "uint32",
502
+ "name": "",
503
+ "type": "uint32"
504
+ }
505
+ ],
506
+ "stateMutability": "view",
507
+ "type": "function"
508
+ },
509
+ {
510
+ "inputs": [],
511
+ "name": "redemptionRequestTimeoutSafetyMargin",
512
+ "outputs": [
513
+ {
514
+ "internalType": "uint32",
515
+ "name": "",
516
+ "type": "uint32"
517
+ }
518
+ ],
519
+ "stateMutability": "view",
520
+ "type": "function"
521
+ },
384
522
  {
385
523
  "inputs": [],
386
524
  "name": "reimbursementPool",
@@ -544,6 +682,66 @@
544
682
  "stateMutability": "nonpayable",
545
683
  "type": "function"
546
684
  },
685
+ {
686
+ "inputs": [
687
+ {
688
+ "components": [
689
+ {
690
+ "internalType": "bytes20",
691
+ "name": "walletPubKeyHash",
692
+ "type": "bytes20"
693
+ },
694
+ {
695
+ "internalType": "bytes[]",
696
+ "name": "redeemersOutputScripts",
697
+ "type": "bytes[]"
698
+ },
699
+ {
700
+ "internalType": "uint256",
701
+ "name": "redemptionTxFee",
702
+ "type": "uint256"
703
+ }
704
+ ],
705
+ "internalType": "struct WalletCoordinator.RedemptionProposal",
706
+ "name": "proposal",
707
+ "type": "tuple"
708
+ }
709
+ ],
710
+ "name": "submitRedemptionProposal",
711
+ "outputs": [],
712
+ "stateMutability": "nonpayable",
713
+ "type": "function"
714
+ },
715
+ {
716
+ "inputs": [
717
+ {
718
+ "components": [
719
+ {
720
+ "internalType": "bytes20",
721
+ "name": "walletPubKeyHash",
722
+ "type": "bytes20"
723
+ },
724
+ {
725
+ "internalType": "bytes[]",
726
+ "name": "redeemersOutputScripts",
727
+ "type": "bytes[]"
728
+ },
729
+ {
730
+ "internalType": "uint256",
731
+ "name": "redemptionTxFee",
732
+ "type": "uint256"
733
+ }
734
+ ],
735
+ "internalType": "struct WalletCoordinator.RedemptionProposal",
736
+ "name": "proposal",
737
+ "type": "tuple"
738
+ }
739
+ ],
740
+ "name": "submitRedemptionProposalWithReimbursement",
741
+ "outputs": [],
742
+ "stateMutability": "nonpayable",
743
+ "type": "function"
744
+ },
547
745
  {
548
746
  "inputs": [
549
747
  {
@@ -621,6 +819,39 @@
621
819
  "stateMutability": "nonpayable",
622
820
  "type": "function"
623
821
  },
822
+ {
823
+ "inputs": [
824
+ {
825
+ "internalType": "uint32",
826
+ "name": "_redemptionProposalValidity",
827
+ "type": "uint32"
828
+ },
829
+ {
830
+ "internalType": "uint32",
831
+ "name": "_redemptionRequestMinAge",
832
+ "type": "uint32"
833
+ },
834
+ {
835
+ "internalType": "uint32",
836
+ "name": "_redemptionRequestTimeoutSafetyMargin",
837
+ "type": "uint32"
838
+ },
839
+ {
840
+ "internalType": "uint16",
841
+ "name": "_redemptionMaxSize",
842
+ "type": "uint16"
843
+ },
844
+ {
845
+ "internalType": "uint32",
846
+ "name": "_redemptionProposalSubmissionGasOffset",
847
+ "type": "uint32"
848
+ }
849
+ ],
850
+ "name": "updateRedemptionProposalParameters",
851
+ "outputs": [],
852
+ "stateMutability": "nonpayable",
853
+ "type": "function"
854
+ },
624
855
  {
625
856
  "inputs": [
626
857
  {
@@ -741,6 +972,42 @@
741
972
  "stateMutability": "view",
742
973
  "type": "function"
743
974
  },
975
+ {
976
+ "inputs": [
977
+ {
978
+ "components": [
979
+ {
980
+ "internalType": "bytes20",
981
+ "name": "walletPubKeyHash",
982
+ "type": "bytes20"
983
+ },
984
+ {
985
+ "internalType": "bytes[]",
986
+ "name": "redeemersOutputScripts",
987
+ "type": "bytes[]"
988
+ },
989
+ {
990
+ "internalType": "uint256",
991
+ "name": "redemptionTxFee",
992
+ "type": "uint256"
993
+ }
994
+ ],
995
+ "internalType": "struct WalletCoordinator.RedemptionProposal",
996
+ "name": "proposal",
997
+ "type": "tuple"
998
+ }
999
+ ],
1000
+ "name": "validateRedemptionProposal",
1001
+ "outputs": [
1002
+ {
1003
+ "internalType": "bool",
1004
+ "name": "",
1005
+ "type": "bool"
1006
+ }
1007
+ ],
1008
+ "stateMutability": "view",
1009
+ "type": "function"
1010
+ },
744
1011
  {
745
1012
  "inputs": [
746
1013
  {
@@ -766,21 +1033,21 @@
766
1033
  "type": "function"
767
1034
  }
768
1035
  ],
769
- "transactionHash": "0x6f0590870517ed2d095a573a7b7c5e869e55efc5f941996ef3b1aba007f15928",
1036
+ "transactionHash": "0x5b7eb754a532dfb73c56919d896c14accfa3fa335930b597e0311bc72c20133d",
770
1037
  "receipt": {
771
1038
  "to": null,
772
1039
  "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
773
1040
  "contractAddress": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
774
1041
  "transactionIndex": 0,
775
- "gasUsed": "723321",
1042
+ "gasUsed": "723325",
776
1043
  "logsBloom": "0x00000000000000000002000000000000400000000000000000800000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000002000001000000000000000000000000000000000800020000000000000000000800000000800000000000000000000000400000000000000000400000000000080000000000000080000000000000800000000000000000008000000000000400000000000000000000000000000000000000000020000000000000000000040000000000000400000000000000000030000000000000400000000000000000000001000000000000000000000000000000",
777
- "blockHash": "0x4dacf351ece14e0070e86c4ea7f2bb3eccdc6f3312ef59a7ab07fa70ad9990a2",
778
- "transactionHash": "0x6f0590870517ed2d095a573a7b7c5e869e55efc5f941996ef3b1aba007f15928",
1044
+ "blockHash": "0xa17790e8e5d1111c0e55a270f986928b524a9f864f2d099f45bf3e59d705c84f",
1045
+ "transactionHash": "0x5b7eb754a532dfb73c56919d896c14accfa3fa335930b597e0311bc72c20133d",
779
1046
  "logs": [
780
1047
  {
781
1048
  "transactionIndex": 0,
782
1049
  "blockNumber": 81,
783
- "transactionHash": "0x6f0590870517ed2d095a573a7b7c5e869e55efc5f941996ef3b1aba007f15928",
1050
+ "transactionHash": "0x5b7eb754a532dfb73c56919d896c14accfa3fa335930b597e0311bc72c20133d",
784
1051
  "address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
785
1052
  "topics": [
786
1053
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
@@ -788,12 +1055,12 @@
788
1055
  ],
789
1056
  "data": "0x",
790
1057
  "logIndex": 0,
791
- "blockHash": "0x4dacf351ece14e0070e86c4ea7f2bb3eccdc6f3312ef59a7ab07fa70ad9990a2"
1058
+ "blockHash": "0xa17790e8e5d1111c0e55a270f986928b524a9f864f2d099f45bf3e59d705c84f"
792
1059
  },
793
1060
  {
794
1061
  "transactionIndex": 0,
795
1062
  "blockNumber": 81,
796
- "transactionHash": "0x6f0590870517ed2d095a573a7b7c5e869e55efc5f941996ef3b1aba007f15928",
1063
+ "transactionHash": "0x5b7eb754a532dfb73c56919d896c14accfa3fa335930b597e0311bc72c20133d",
797
1064
  "address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
798
1065
  "topics": [
799
1066
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
@@ -802,35 +1069,35 @@
802
1069
  ],
803
1070
  "data": "0x",
804
1071
  "logIndex": 1,
805
- "blockHash": "0x4dacf351ece14e0070e86c4ea7f2bb3eccdc6f3312ef59a7ab07fa70ad9990a2"
1072
+ "blockHash": "0xa17790e8e5d1111c0e55a270f986928b524a9f864f2d099f45bf3e59d705c84f"
806
1073
  },
807
1074
  {
808
1075
  "transactionIndex": 0,
809
1076
  "blockNumber": 81,
810
- "transactionHash": "0x6f0590870517ed2d095a573a7b7c5e869e55efc5f941996ef3b1aba007f15928",
1077
+ "transactionHash": "0x5b7eb754a532dfb73c56919d896c14accfa3fa335930b597e0311bc72c20133d",
811
1078
  "address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
812
1079
  "topics": [
813
1080
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
814
1081
  ],
815
1082
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
816
1083
  "logIndex": 2,
817
- "blockHash": "0x4dacf351ece14e0070e86c4ea7f2bb3eccdc6f3312ef59a7ab07fa70ad9990a2"
1084
+ "blockHash": "0xa17790e8e5d1111c0e55a270f986928b524a9f864f2d099f45bf3e59d705c84f"
818
1085
  },
819
1086
  {
820
1087
  "transactionIndex": 0,
821
1088
  "blockNumber": 81,
822
- "transactionHash": "0x6f0590870517ed2d095a573a7b7c5e869e55efc5f941996ef3b1aba007f15928",
1089
+ "transactionHash": "0x5b7eb754a532dfb73c56919d896c14accfa3fa335930b597e0311bc72c20133d",
823
1090
  "address": "0x34E59e53Bd4f1A60ca8b6c21572509027571341d",
824
1091
  "topics": [
825
1092
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
826
1093
  ],
827
1094
  "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000afdacd509e73115ea1654b1a770f1a807e7c9c0",
828
1095
  "logIndex": 3,
829
- "blockHash": "0x4dacf351ece14e0070e86c4ea7f2bb3eccdc6f3312ef59a7ab07fa70ad9990a2"
1096
+ "blockHash": "0xa17790e8e5d1111c0e55a270f986928b524a9f864f2d099f45bf3e59d705c84f"
830
1097
  }
831
1098
  ],
832
1099
  "blockNumber": 81,
833
- "cumulativeGasUsed": "723321",
1100
+ "cumulativeGasUsed": "723325",
834
1101
  "status": 1,
835
1102
  "byzantium": true
836
1103
  },
@@ -1891,7 +1891,7 @@
1891
1891
  "transactionIndex": 0,
1892
1892
  "gasUsed": "1047188",
1893
1893
  "logsBloom": "0x00000000000000000000000000000000400000004040000000000000000000200040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000800000000000000000000000000000000000000000000000000000000800000000008000008000000000000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000000020000000020000000000040000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
1894
- "blockHash": "0xc0d42ea9b9ecd4f1d96f387ec9f919a904289ee7b996398e0e5b0375cedb96cc",
1894
+ "blockHash": "0x6f315406ee6ecac47e9d23e9f6a5251863fd424069714f315da6fd175760089e",
1895
1895
  "transactionHash": "0xa9307cf26c3c11c7cb31375b57517ed4cd0da1f2e9c49492b4339d577f36026d",
1896
1896
  "logs": [
1897
1897
  {
@@ -1905,7 +1905,7 @@
1905
1905
  ],
1906
1906
  "data": "0x",
1907
1907
  "logIndex": 0,
1908
- "blockHash": "0xc0d42ea9b9ecd4f1d96f387ec9f919a904289ee7b996398e0e5b0375cedb96cc"
1908
+ "blockHash": "0x6f315406ee6ecac47e9d23e9f6a5251863fd424069714f315da6fd175760089e"
1909
1909
  },
1910
1910
  {
1911
1911
  "transactionIndex": 0,
@@ -1917,7 +1917,7 @@
1917
1917
  ],
1918
1918
  "data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
1919
1919
  "logIndex": 1,
1920
- "blockHash": "0xc0d42ea9b9ecd4f1d96f387ec9f919a904289ee7b996398e0e5b0375cedb96cc"
1920
+ "blockHash": "0x6f315406ee6ecac47e9d23e9f6a5251863fd424069714f315da6fd175760089e"
1921
1921
  },
1922
1922
  {
1923
1923
  "transactionIndex": 0,
@@ -1929,7 +1929,7 @@
1929
1929
  ],
1930
1930
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
1931
1931
  "logIndex": 2,
1932
- "blockHash": "0xc0d42ea9b9ecd4f1d96f387ec9f919a904289ee7b996398e0e5b0375cedb96cc"
1932
+ "blockHash": "0x6f315406ee6ecac47e9d23e9f6a5251863fd424069714f315da6fd175760089e"
1933
1933
  },
1934
1934
  {
1935
1935
  "transactionIndex": 0,
@@ -1941,7 +1941,7 @@
1941
1941
  ],
1942
1942
  "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000afdacd509e73115ea1654b1a770f1a807e7c9c0",
1943
1943
  "logIndex": 3,
1944
- "blockHash": "0xc0d42ea9b9ecd4f1d96f387ec9f919a904289ee7b996398e0e5b0375cedb96cc"
1944
+ "blockHash": "0x6f315406ee6ecac47e9d23e9f6a5251863fd424069714f315da6fd175760089e"
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": "0xc6a1c7d1558d7e02ff08086dbaf982cbbfde74512bfed3a2b1fcb9c8ed08f872",
1966
+ "blockHash": "0xf30dd602158fd5680d86d73fd11a0b413cc1b7732e27d409cf8c706c34df1df1",
1967
1967
  "transactionHash": "0x15a96b277512ecd6879d30ce05ca390f3daf8fc8bcd9fa8082fa211acf779a8f",
1968
1968
  "logs": [
1969
1969
  {
@@ -1978,7 +1978,7 @@
1978
1978
  ],
1979
1979
  "data": "0x",
1980
1980
  "logIndex": 0,
1981
- "blockHash": "0xc6a1c7d1558d7e02ff08086dbaf982cbbfde74512bfed3a2b1fcb9c8ed08f872"
1981
+ "blockHash": "0xf30dd602158fd5680d86d73fd11a0b413cc1b7732e27d409cf8c706c34df1df1"
1982
1982
  }
1983
1983
  ],
1984
1984
  "blockNumber": 48,