@keep-network/tbtc-v2 1.0.3-dev.1 → 1.0.3-dev.2
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 +3 -3
- 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 +2 -2
- package/artifacts/Deposit.json +2 -2
- package/artifacts/DepositSweep.json +2 -2
- package/artifacts/DonationVault.json +3 -3
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +3 -3
- 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/LightRelay.json +18 -18
- package/artifacts/MaintainerProxy.json +19 -19
- package/artifacts/MovingFunds.json +2 -2
- 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 +2 -2
- package/artifacts/ReimbursementPool.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 +23 -23
- 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/VendingMachineV2.json +360 -0
- package/artifacts/VendingMachineV3.json +405 -0
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +2 -2
- package/artifacts/solcInputs/{5835b0a74f2a5433fcfb8074d31a6e8a.json → b0025f1f7efe4824592ac0c9793776c3.json} +6 -0
- 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/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/VendingMachineV2.sol/VendingMachineV2.dbg.json +4 -0
- package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +245 -0
- package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +4 -0
- package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +282 -0
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/RelayUtils.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/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/contracts/bridge/VendingMachineV2.sol +114 -0
- package/contracts/bridge/VendingMachineV3.sol +134 -0
- package/deploy/24_transfer_tbtc_ownership.ts +7 -14
- package/deploy/30_deploy_vending_machine_v2.ts +34 -0
- package/deploy/31_deploy_vending_machine_v3.ts +34 -0
- package/deploy/32_transfer_vending_machine_v2_ownership.ts +19 -0
- package/deploy/33_transfer_vending_machine_v3_ownership.ts +19 -0
- package/export/artifacts/@keep-network/bitcoin-spv-sol/contracts/BTCUtils.sol/BTCUtils.json +20 -20
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +1986 -1986
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +20 -20
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +1836 -1836
- package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +545 -545
- package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +506 -506
- package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +23 -23
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +2456 -2456
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +465 -465
- package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +568 -568
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +603 -603
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +1001 -1001
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +1877 -1877
- package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +654 -654
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +2534 -2534
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +736 -736
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +1872 -1872
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +7083 -7083
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +1257 -1257
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +6199 -0
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +7151 -0
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +3002 -3002
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2393 -2393
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +1922 -1922
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +1874 -1874
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +8122 -8122
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +1922 -1922
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +130 -130
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +2047 -2047
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +354 -354
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +568 -568
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +2291 -2291
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +1698 -1698
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +189 -189
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2847 -2847
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +858 -858
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +3476 -3476
- package/export/deploy/24_transfer_tbtc_ownership.js +14 -14
- package/export/deploy/30_deploy_vending_machine_v2.js +86 -0
- package/export/deploy/31_deploy_vending_machine_v3.js +86 -0
- package/export/deploy/32_transfer_vending_machine_v2_ownership.js +60 -0
- package/export/deploy/33_transfer_vending_machine_v3_ownership.js +60 -0
- package/export/hardhat.config.js +5 -0
- package/export/typechain/VendingMachineV2.js +2 -0
- package/export/typechain/VendingMachineV3.js +2 -0
- package/export/typechain/factories/VendingMachineV2__factory.js +324 -0
- package/export/typechain/factories/VendingMachineV3__factory.js +361 -0
- package/export/typechain/index.js +5 -1
- package/package.json +1 -1
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"transactionIndex": 0,
|
|
174
174
|
"gasUsed": "327718",
|
|
175
175
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
176
|
-
"blockHash": "
|
|
176
|
+
"blockHash": "0xd78e0ef5618ac0887151161362a505806e2e8620f48105c01bd4721caeb2047c",
|
|
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": "0x4e8a039fc8f10f399cd07e16769d05e8edde3d7a932c6091a9363da9cb0def8a",
|
|
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": "0x4e8a039fc8f10f399cd07e16769d05e8edde3d7a932c6091a9363da9cb0def8a"
|
|
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": "0xf99e204290601fe90c79809387a2896d5eee1075ab0028a3c25d06c1b1bf4b30",
|
|
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": "0xf99e204290601fe90c79809387a2896d5eee1075ab0028a3c25d06c1b1bf4b30"
|
|
2161
2161
|
}
|
|
2162
2162
|
],
|
|
2163
2163
|
"blockNumber": 30,
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"transactionIndex": 0,
|
|
132
132
|
"gasUsed": "335112",
|
|
133
133
|
"logsBloom": "0x00000000000040000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800001000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
134
|
-
"blockHash": "
|
|
134
|
+
"blockHash": "0x3a27e01b694c5c806ee9362b9d70f15c11159803ca9ffc2deb4b3cffeeb102d5",
|
|
135
135
|
"transactionHash": "0x775a435384df90debd195df3192f28354b3e89977cb5458965ca634c9d6564fc",
|
|
136
136
|
"logs": [
|
|
137
137
|
{
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
],
|
|
147
147
|
"data": "0x",
|
|
148
148
|
"logIndex": 0,
|
|
149
|
-
"blockHash": "
|
|
149
|
+
"blockHash": "0x3a27e01b694c5c806ee9362b9d70f15c11159803ca9ffc2deb4b3cffeeb102d5"
|
|
150
150
|
}
|
|
151
151
|
],
|
|
152
152
|
"blockNumber": 37,
|
|
@@ -2410,7 +2410,7 @@
|
|
|
2410
2410
|
"transactionIndex": 0,
|
|
2411
2411
|
"gasUsed": "4293220",
|
|
2412
2412
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000020000000000000000000000000000000000001000000000000000000000100000000",
|
|
2413
|
-
"blockHash": "
|
|
2413
|
+
"blockHash": "0x366eafc5a2cdd9b370218b409ea7178d4e5838266d6272a720bf78de228ca9b7",
|
|
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": "0x366eafc5a2cdd9b370218b409ea7178d4e5838266d6272a720bf78de228ca9b7"
|
|
2429
2429
|
}
|
|
2430
2430
|
],
|
|
2431
2431
|
"blockNumber": 34,
|