@keep-network/tbtc-v2 0.1.1-dev.101 → 0.1.1-dev.102
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/Bank.json +6 -6
- package/artifacts/Bridge.json +11 -11
- package/artifacts/BridgeGovernance.json +6 -6
- package/artifacts/BridgeGovernanceParameters.json +4 -4
- package/artifacts/Deposit.json +4 -4
- package/artifacts/DepositSweep.json +4 -4
- package/artifacts/EcdsaDkgValidator.json +3 -3
- package/artifacts/EcdsaInactivity.json +3 -3
- package/artifacts/EcdsaSortitionPool.json +5 -5
- package/artifacts/Fraud.json +4 -4
- package/artifacts/KeepRegistry.json +3 -3
- package/artifacts/KeepStake.json +5 -5
- package/artifacts/KeepToken.json +5 -5
- package/artifacts/KeepTokenStaking.json +3 -3
- package/artifacts/MaintainerProxy.json +1522 -0
- package/artifacts/MovingFunds.json +4 -4
- package/artifacts/NuCypherStakingEscrow.json +3 -3
- package/artifacts/NuCypherToken.json +5 -5
- package/artifacts/RandomBeaconStub.json +3 -3
- package/artifacts/Redemption.json +4 -4
- package/artifacts/ReimbursementPool.json +5 -5
- package/artifacts/Relay.json +6 -6
- package/artifacts/T.json +5 -5
- package/artifacts/TBTC.json +6 -6
- package/artifacts/TBTCToken.json +6 -6
- package/artifacts/TBTCVault.json +12 -12
- package/artifacts/TokenStaking.json +3 -3
- package/artifacts/TokenholderGovernor.json +19 -19
- package/artifacts/TokenholderTimelock.json +17 -17
- package/artifacts/VendingMachine.json +6 -6
- package/artifacts/VendingMachineKeep.json +3 -3
- package/artifacts/VendingMachineNuCypher.json +3 -3
- package/artifacts/WalletRegistry.json +11 -11
- package/artifacts/WalletRegistryGovernance.json +5 -5
- package/artifacts/Wallets.json +4 -4
- package/artifacts/solcInputs/{af641e0b3597cdfa29d6ad42d1cd8742.json → f53bc10568b6d3c32d2989742aa1c456.json} +25 -22
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
- package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
- package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +4 -0
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +1111 -0
- package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
- package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
- package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/contracts/maintainer/MaintainerProxy.sol +512 -0
- package/deploy/08_deploy_maintainer_proxy.ts +30 -0
- package/deploy/{08_bank_update_bridge.ts → 09_bank_update_bridge.ts} +0 -0
- package/deploy/{09_transfer_bank_ownership.ts → 10_transfer_bank_ownership.ts} +0 -0
- package/deploy/{12_transfer_bridge_governance.ts → 11_transfer_bridge_governance.ts} +0 -0
- package/deploy/{11_transfer_bridge_governance_ownership.ts → 12_transfer_bridge_governance_ownership.ts} +0 -0
- package/deploy/{10_transfer_tbtc_vault_ownership.ts → 13_transfer_tbtc_vault_ownership.ts} +0 -0
- package/deploy/14_transfer_maintainer_proxy_ownership.ts +19 -0
- package/deploy/{13_initialize_wallet_owner.ts → 15_initialize_wallet_owner.ts} +0 -0
- package/deploy/{15_transfer_proxy_admin_ownership.ts → 16_transfer_proxy_admin_ownership.ts} +0 -0
- package/deploy/17_authorize_maintainer_proxy.ts +22 -0
- package/deploy/18_transfer_reimbursement_pool_ownership.ts +19 -0
- package/deploy/{14_deploy_proxy_admin_with_deputy.ts → 19_deploy_proxy_admin_with_deputy.ts} +0 -0
- package/export.json +1105 -0
- package/package.json +1 -1
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"type": "function"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
|
-
"transactionHash": "
|
|
49
|
+
"transactionHash": "0x40421a75c7287418fcddefbe17ea26a37d8c1c873e5f72a0ca2be59597432841",
|
|
50
50
|
"receipt": {
|
|
51
51
|
"to": null,
|
|
52
52
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"transactionIndex": 0,
|
|
55
55
|
"gasUsed": "137624",
|
|
56
56
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
57
|
-
"blockHash": "
|
|
58
|
-
"transactionHash": "
|
|
57
|
+
"blockHash": "0xdab150b1dd9fe0867518631d69e9b88910bfe9d39e8fb81836e098eaf351a169",
|
|
58
|
+
"transactionHash": "0x40421a75c7287418fcddefbe17ea26a37d8c1c873e5f72a0ca2be59597432841",
|
|
59
59
|
"logs": [],
|
|
60
60
|
"blockNumber": 1,
|
|
61
61
|
"cumulativeGasUsed": "137624",
|
package/artifacts/KeepStake.json
CHANGED
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"type": "function"
|
|
172
172
|
}
|
|
173
173
|
],
|
|
174
|
-
"transactionHash": "
|
|
174
|
+
"transactionHash": "0xdfa4d6c3433511c8a694c2f0311445efe8ecba83a037efb428279baa78697357",
|
|
175
175
|
"receipt": {
|
|
176
176
|
"to": null,
|
|
177
177
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -179,13 +179,13 @@
|
|
|
179
179
|
"transactionIndex": 0,
|
|
180
180
|
"gasUsed": "1355541",
|
|
181
181
|
"logsBloom": "0x00000000000000000002000000000000040000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000001000000000000000000000000000000000900020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
182
|
-
"blockHash": "
|
|
183
|
-
"transactionHash": "
|
|
182
|
+
"blockHash": "0x3e6dfb1df0614cd8b4b5a5d3a01c161d34c7a44596d73abcfc642508082a66d4",
|
|
183
|
+
"transactionHash": "0xdfa4d6c3433511c8a694c2f0311445efe8ecba83a037efb428279baa78697357",
|
|
184
184
|
"logs": [
|
|
185
185
|
{
|
|
186
186
|
"transactionIndex": 0,
|
|
187
187
|
"blockNumber": 14,
|
|
188
|
-
"transactionHash": "
|
|
188
|
+
"transactionHash": "0xdfa4d6c3433511c8a694c2f0311445efe8ecba83a037efb428279baa78697357",
|
|
189
189
|
"address": "0x2dE080e97B0caE9825375D31f5D0eD5751fDf16D",
|
|
190
190
|
"topics": [
|
|
191
191
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
],
|
|
195
195
|
"data": "0x",
|
|
196
196
|
"logIndex": 0,
|
|
197
|
-
"blockHash": "
|
|
197
|
+
"blockHash": "0x3e6dfb1df0614cd8b4b5a5d3a01c161d34c7a44596d73abcfc642508082a66d4"
|
|
198
198
|
}
|
|
199
199
|
],
|
|
200
200
|
"blockNumber": 14,
|
package/artifacts/KeepToken.json
CHANGED
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"type": "function"
|
|
474
474
|
}
|
|
475
475
|
],
|
|
476
|
-
"transactionHash": "
|
|
476
|
+
"transactionHash": "0x64dc5d397e25b60c3185eb091ab43e64d739f4023e3982928885c01096422c93",
|
|
477
477
|
"receipt": {
|
|
478
478
|
"to": null,
|
|
479
479
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -481,13 +481,13 @@
|
|
|
481
481
|
"transactionIndex": 0,
|
|
482
482
|
"gasUsed": "1257963",
|
|
483
483
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000100000800000000000000000000000000000000404000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
484
|
-
"blockHash": "
|
|
485
|
-
"transactionHash": "
|
|
484
|
+
"blockHash": "0x346cca04c585bd121bb34ceba7786aac44a97f7e09001a0c2f12ed67f5840747",
|
|
485
|
+
"transactionHash": "0x64dc5d397e25b60c3185eb091ab43e64d739f4023e3982928885c01096422c93",
|
|
486
486
|
"logs": [
|
|
487
487
|
{
|
|
488
488
|
"transactionIndex": 0,
|
|
489
489
|
"blockNumber": 2,
|
|
490
|
-
"transactionHash": "
|
|
490
|
+
"transactionHash": "0x64dc5d397e25b60c3185eb091ab43e64d739f4023e3982928885c01096422c93",
|
|
491
491
|
"address": "0x71C95911E9a5D330f4D621842EC243EE1343292e",
|
|
492
492
|
"topics": [
|
|
493
493
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
],
|
|
497
497
|
"data": "0x",
|
|
498
498
|
"logIndex": 0,
|
|
499
|
-
"blockHash": "
|
|
499
|
+
"blockHash": "0x346cca04c585bd121bb34ceba7786aac44a97f7e09001a0c2f12ed67f5840747"
|
|
500
500
|
}
|
|
501
501
|
],
|
|
502
502
|
"blockNumber": 2,
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"type": "function"
|
|
262
262
|
}
|
|
263
263
|
],
|
|
264
|
-
"transactionHash": "
|
|
264
|
+
"transactionHash": "0x5e2b61edfdafa735ce390341ff7cc00d28e20588868ef1c4e9e0fa96cf65e682",
|
|
265
265
|
"receipt": {
|
|
266
266
|
"to": null,
|
|
267
267
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
"transactionIndex": 0,
|
|
270
270
|
"gasUsed": "502911",
|
|
271
271
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
272
|
-
"blockHash": "
|
|
273
|
-
"transactionHash": "
|
|
272
|
+
"blockHash": "0x0f1b147c156e3ae61c66013b1db04614a24a93bfdabf4cedd62af9f41990a562",
|
|
273
|
+
"transactionHash": "0x5e2b61edfdafa735ce390341ff7cc00d28e20588868ef1c4e9e0fa96cf65e682",
|
|
274
274
|
"logs": [],
|
|
275
275
|
"blockNumber": 4,
|
|
276
276
|
"cumulativeGasUsed": "502911",
|