@keep-network/tbtc-v2 0.1.1-dev.85 → 0.1.1-dev.88
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 +252 -52
- 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/{0f79d51f4c2e0d6bf7d919933c677b91.json → 27ac4a57be279323111e8884efd59d76.json} +10 -10
- 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 +167 -18
- package/contracts/vault/TBTCVault.sol +120 -33
- 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 +165 -16
- package/package.json +1 -1
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"transactionIndex": 0,
|
|
55
55
|
"gasUsed": "137624",
|
|
56
56
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
57
|
-
"blockHash": "
|
|
57
|
+
"blockHash": "0xc1e055322b89111be796175031046b7a683abf3fda07e9c7b8e808adbab9f825",
|
|
58
58
|
"transactionHash": "0xa397958c4dfffae8c44c95cb43c07e6acb9d8c23d3751dbf051f534200fc9285",
|
|
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": "0x03b19f58f7bfb5e6d75680bc30c5f453d86f2aa48faf396bc2afbfa28551aa02",
|
|
183
183
|
"transactionHash": "0x88cf38c6dcb848837c4b38d47fe657a57687f5de6321d2ab09c6c175030cc7b1",
|
|
184
184
|
"logs": [
|
|
185
185
|
{
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
],
|
|
195
195
|
"data": "0x",
|
|
196
196
|
"logIndex": 0,
|
|
197
|
-
"blockHash": "
|
|
197
|
+
"blockHash": "0x03b19f58f7bfb5e6d75680bc30c5f453d86f2aa48faf396bc2afbfa28551aa02"
|
|
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": "0xfd31bd6ab184e4c7e18ae8330e717e2e7d0fd888cb8c6e87172cbabfff727a78",
|
|
485
485
|
"transactionHash": "0x550909ee2d960e9cb79e1f8c22e0a14a09336be9cea962807853403dc1add328",
|
|
486
486
|
"logs": [
|
|
487
487
|
{
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
],
|
|
497
497
|
"data": "0x",
|
|
498
498
|
"logIndex": 0,
|
|
499
|
-
"blockHash": "
|
|
499
|
+
"blockHash": "0xfd31bd6ab184e4c7e18ae8330e717e2e7d0fd888cb8c6e87172cbabfff727a78"
|
|
500
500
|
}
|
|
501
501
|
],
|
|
502
502
|
"blockNumber": 2,
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"transactionIndex": 0,
|
|
270
270
|
"gasUsed": "502911",
|
|
271
271
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
272
|
-
"blockHash": "
|
|
272
|
+
"blockHash": "0x1966260a06c54d0666095c2d131016b7970b39f48ee6dac327740d4d1a2d49f8",
|
|
273
273
|
"transactionHash": "0x6fdf4744026b803948d9b9b2e8bf6aa2b08af42b28b836a23436454384d33bee",
|
|
274
274
|
"logs": [],
|
|
275
275
|
"blockNumber": 4,
|