@keep-network/tbtc-v2 0.1.1-dev.86 → 0.1.1-dev.89
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 +3 -3
- package/artifacts/Bridge.json +5 -5
- package/artifacts/Deposit.json +2 -2
- package/artifacts/DepositSweep.json +2 -2
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +2 -2
- package/artifacts/Fraud.json +2 -2
- 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/MovingFunds.json +2 -2
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeaconStub.json +1 -1
- package/artifacts/Redemption.json +2 -2
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/Relay.json +2 -2
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +142 -69
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +3 -3
- 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 +2 -2
- package/artifacts/solcInputs/{6371edede0c121e15ead18cf51551442.json → 00e4740299c76687f54267cd49adc9d5.json} +4 -4
- 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/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/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/build/contracts/vault/TBTCVault.sol/TBTCVault.json +87 -29
- package/contracts/vault/TBTCVault.sol +68 -36
- package/deploy/{03_transfer_roles.ts → 03_transfer_vending_machine_roles.ts} +1 -1
- package/deploy/{08_transfer_ownership.ts → 08_transfer_bank_ownership.ts} +1 -1
- package/deploy/09_transfer_tbtc_vault_ownership.ts +15 -0
- package/deploy/{09_transfer_governance.ts → 10_transfer_bridge_governance.ts} +1 -1
- package/deploy/{10_transfer_proxy_admin_ownership.ts → 11_transfer_proxy_admin_ownership.ts} +0 -0
- package/deploy/{11_deploy_proxy_admin_with_deputy.ts → 12_deploy_proxy_admin_with_deputy.ts} +0 -0
- package/export.json +85 -27
- package/package.json +1 -1
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"transactionIndex": 0,
|
|
143
143
|
"gasUsed": "299421",
|
|
144
144
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
145
|
-
"blockHash": "
|
|
145
|
+
"blockHash": "0xe97f652d4cf64c45bd3ea24c17b61a4c57c019d3a6a5ba13e0e42d7b67ba9fd8",
|
|
146
146
|
"transactionHash": "0x539de85bbef41793013eeb77244971225d2e85bcd683be4d27b68164f292f7a3",
|
|
147
147
|
"logs": [],
|
|
148
148
|
"blockNumber": 5,
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
"transactionIndex": 0,
|
|
482
482
|
"gasUsed": "1257963",
|
|
483
483
|
"logsBloom": "0x00000000000000000002000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000400000000",
|
|
484
|
-
"blockHash": "
|
|
484
|
+
"blockHash": "0x6622b955a67f638e574f7bc549f01fa565c43f4c53532c48cecf37c761761b6b",
|
|
485
485
|
"transactionHash": "0x05de216bfa023ef6d09c0eaaf6e2098829a60596097f55c775d04b1d21c37f22",
|
|
486
486
|
"logs": [
|
|
487
487
|
{
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
],
|
|
497
497
|
"data": "0x",
|
|
498
498
|
"logIndex": 0,
|
|
499
|
-
"blockHash": "
|
|
499
|
+
"blockHash": "0x6622b955a67f638e574f7bc549f01fa565c43f4c53532c48cecf37c761761b6b"
|
|
500
500
|
}
|
|
501
501
|
],
|
|
502
502
|
"blockNumber": 6,
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"transactionIndex": 0,
|
|
69
69
|
"gasUsed": "207597",
|
|
70
70
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
71
|
-
"blockHash": "
|
|
71
|
+
"blockHash": "0xc4bcbfe812619599546ece19f7360e98ff8e239ec9f4dba133c37ab8b321c933",
|
|
72
72
|
"transactionHash": "0x63b94e7f53766e399bec8ab54495230b8cd59777e0bf9e676ae6952bd50f15b4",
|
|
73
73
|
"logs": [],
|
|
74
74
|
"blockNumber": 25,
|