@keep-network/tbtc-v2 0.1.1-dev.76 → 0.1.1-dev.79
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 +32 -27
- package/artifacts/Bridge.json +34 -34
- package/artifacts/Deposit.json +10 -10
- package/artifacts/DepositSweep.json +10 -10
- package/artifacts/EcdsaDkgValidator.json +16 -17
- package/artifacts/EcdsaInactivity.json +6 -6
- package/artifacts/EcdsaSortitionPool.json +1004 -0
- package/artifacts/Fraud.json +10 -10
- 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 +10 -10
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeaconStub.json +6 -6
- package/artifacts/Redemption.json +10 -10
- package/artifacts/ReimbursementPool.json +24 -24
- package/artifacts/Relay.json +12 -12
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +19 -19
- package/artifacts/TBTCToken.json +19 -19
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +24 -24
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +893 -1167
- package/artifacts/WalletRegistryGovernance.json +2754 -0
- package/artifacts/Wallets.json +10 -10
- package/artifacts/solcInputs/{49c80d59bf0ae61f27a8bb5db19af68a.json → 4f6d4f5cd1e3d835e20ed55926a445cd.json} +113 -74
- 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/Bank.sol/Bank.json +8 -3
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +4 -0
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.json +34 -0
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.json +2 -2
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.json +2 -2
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.json +2 -2
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.json +2 -2
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.json +2 -2
- 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/Fraud.sol/Fraud.json +2 -2
- 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/MovingFunds.sol/MovingFunds.json +2 -2
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.json +2 -2
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.json +2 -2
- 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/bridge/Wallets.sol/Wallets.json +2 -2
- 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/DonationVault.sol/DonationVault.json +7 -2
- package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
- package/build/contracts/vault/IVault.sol/IVault.json +5 -0
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.json +7 -2
- package/contracts/bank/Bank.sol +18 -9
- package/contracts/bank/IReceiveBalanceApproval.sol +45 -0
- package/contracts/hardhat-dependency-compiler/@keep-network/ecdsa/contracts/WalletRegistry.sol +3 -0
- package/contracts/vault/DonationVault.sol +5 -5
- package/contracts/vault/IVault.sol +3 -19
- package/contracts/vault/TBTCVault.sol +5 -5
- package/deploy/05_deploy_bridge.ts +5 -1
- package/deploy/09_transfer_proxy_admin_ownership.ts +15 -8
- package/export.json +2527 -3066
- package/package.json +1 -1
- package/artifacts/DefaultProxyAdmin.json +0 -259
- package/artifacts/SortitionPool.json +0 -1005
- package/artifacts/WalletRegistry_Implementation.json +0 -2824
- package/artifacts/WalletRegistry_Proxy.json +0 -259
- package/artifacts/solcInputs/1635d55d57a0a2552952c0d22586ed23.json +0 -56
- package/deploy/00_resolve_wallet_registry.ts +0 -83
package/artifacts/Bridge.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"type": "event",
|
|
@@ -2564,81 +2564,81 @@
|
|
|
2564
2564
|
]
|
|
2565
2565
|
}
|
|
2566
2566
|
],
|
|
2567
|
-
"transactionHash": "
|
|
2567
|
+
"transactionHash": "0x0a017e4cc840576d650eef4af9f11516ed84eb230f2104bd3a30f0a5375a4356",
|
|
2568
2568
|
"receipt": {
|
|
2569
2569
|
"to": null,
|
|
2570
2570
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
2571
|
-
"contractAddress": "
|
|
2571
|
+
"contractAddress": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2572
2572
|
"transactionIndex": 0,
|
|
2573
|
-
"gasUsed": "
|
|
2574
|
-
"logsBloom": "
|
|
2575
|
-
"blockHash": "
|
|
2576
|
-
"transactionHash": "
|
|
2573
|
+
"gasUsed": "1132559",
|
|
2574
|
+
"logsBloom": "0x00000000000000000000000000000000400000004000000000000000000000000000000000000040000040000000000000000000000000000000000010000000000000000000000000000000000002000000000000000800000000000100000000000000000000000000000000000000000000800000000000000000001000000000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000000020040000000000000000040000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
|
|
2575
|
+
"blockHash": "0xde39c68262f439c8d245dca84a6432d7727a1a6f40072a9ac7ed5755d2e6649f",
|
|
2576
|
+
"transactionHash": "0x0a017e4cc840576d650eef4af9f11516ed84eb230f2104bd3a30f0a5375a4356",
|
|
2577
2577
|
"logs": [
|
|
2578
2578
|
{
|
|
2579
2579
|
"transactionIndex": 0,
|
|
2580
|
-
"blockNumber":
|
|
2581
|
-
"transactionHash": "
|
|
2582
|
-
"address": "
|
|
2580
|
+
"blockNumber": 50,
|
|
2581
|
+
"transactionHash": "0x0a017e4cc840576d650eef4af9f11516ed84eb230f2104bd3a30f0a5375a4356",
|
|
2582
|
+
"address": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2583
2583
|
"topics": [
|
|
2584
2584
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
2585
|
-
"
|
|
2585
|
+
"0x000000000000000000000000a85b028984bc54a2a3d844b070544f59dddf89de"
|
|
2586
2586
|
],
|
|
2587
2587
|
"data": "0x",
|
|
2588
2588
|
"logIndex": 0,
|
|
2589
|
-
"blockHash": "
|
|
2589
|
+
"blockHash": "0xde39c68262f439c8d245dca84a6432d7727a1a6f40072a9ac7ed5755d2e6649f"
|
|
2590
2590
|
},
|
|
2591
2591
|
{
|
|
2592
2592
|
"transactionIndex": 0,
|
|
2593
|
-
"blockNumber":
|
|
2594
|
-
"transactionHash": "
|
|
2595
|
-
"address": "
|
|
2593
|
+
"blockNumber": 50,
|
|
2594
|
+
"transactionHash": "0x0a017e4cc840576d650eef4af9f11516ed84eb230f2104bd3a30f0a5375a4356",
|
|
2595
|
+
"address": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2596
2596
|
"topics": [
|
|
2597
2597
|
"0x5f56bee8cffbe9a78652a74a60705edede02af10b0bbb888ca44b79a0d42ce80"
|
|
2598
2598
|
],
|
|
2599
2599
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
2600
2600
|
"logIndex": 1,
|
|
2601
|
-
"blockHash": "
|
|
2601
|
+
"blockHash": "0xde39c68262f439c8d245dca84a6432d7727a1a6f40072a9ac7ed5755d2e6649f"
|
|
2602
2602
|
},
|
|
2603
2603
|
{
|
|
2604
2604
|
"transactionIndex": 0,
|
|
2605
|
-
"blockNumber":
|
|
2606
|
-
"transactionHash": "
|
|
2607
|
-
"address": "
|
|
2605
|
+
"blockNumber": 50,
|
|
2606
|
+
"transactionHash": "0x0a017e4cc840576d650eef4af9f11516ed84eb230f2104bd3a30f0a5375a4356",
|
|
2607
|
+
"address": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2608
2608
|
"topics": [
|
|
2609
2609
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
2610
2610
|
],
|
|
2611
2611
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
2612
2612
|
"logIndex": 2,
|
|
2613
|
-
"blockHash": "
|
|
2613
|
+
"blockHash": "0xde39c68262f439c8d245dca84a6432d7727a1a6f40072a9ac7ed5755d2e6649f"
|
|
2614
2614
|
},
|
|
2615
2615
|
{
|
|
2616
2616
|
"transactionIndex": 0,
|
|
2617
|
-
"blockNumber":
|
|
2618
|
-
"transactionHash": "
|
|
2619
|
-
"address": "
|
|
2617
|
+
"blockNumber": 50,
|
|
2618
|
+
"transactionHash": "0x0a017e4cc840576d650eef4af9f11516ed84eb230f2104bd3a30f0a5375a4356",
|
|
2619
|
+
"address": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
2620
2620
|
"topics": [
|
|
2621
2621
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
2622
2622
|
],
|
|
2623
|
-
"data": "
|
|
2623
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ed17543171c1459714cdc6519b58ffcc29a3c3c9",
|
|
2624
2624
|
"logIndex": 3,
|
|
2625
|
-
"blockHash": "
|
|
2625
|
+
"blockHash": "0xde39c68262f439c8d245dca84a6432d7727a1a6f40072a9ac7ed5755d2e6649f"
|
|
2626
2626
|
}
|
|
2627
2627
|
],
|
|
2628
|
-
"blockNumber":
|
|
2629
|
-
"cumulativeGasUsed": "
|
|
2628
|
+
"blockNumber": 50,
|
|
2629
|
+
"cumulativeGasUsed": "1132559",
|
|
2630
2630
|
"status": 1,
|
|
2631
2631
|
"byzantium": true
|
|
2632
2632
|
},
|
|
2633
2633
|
"numDeployments": 1,
|
|
2634
2634
|
"libraries": {
|
|
2635
|
-
"Deposit": "
|
|
2636
|
-
"DepositSweep": "
|
|
2637
|
-
"Redemption": "
|
|
2638
|
-
"Wallets": "
|
|
2639
|
-
"Fraud": "
|
|
2640
|
-
"MovingFunds": "
|
|
2635
|
+
"Deposit": "0x0AFdAcD509e73115EA1654B1a770f1a807e7c9C0",
|
|
2636
|
+
"DepositSweep": "0xc63d2a04762529edB649d7a4cC3E57A0085e8544",
|
|
2637
|
+
"Redemption": "0x1a6a3e7Bb246158dF31d8f924B84D961669Ba4e5",
|
|
2638
|
+
"Wallets": "0x093e8F4d8f267d2CeEc9eB889E2054710d187beD",
|
|
2639
|
+
"Fraud": "0xBa3e08b4753E68952031102518379ED2fDADcA30",
|
|
2640
|
+
"MovingFunds": "0x34ee84036C47d852901b7069aBD80171D9A489a6"
|
|
2641
2641
|
},
|
|
2642
|
-
"implementation": "
|
|
2642
|
+
"implementation": "0xa85b028984bC54A2a3D844B070544F59dDDf89DE",
|
|
2643
2643
|
"devdoc": "Contract deployed as upgradable proxy"
|
|
2644
2644
|
}
|