@keep-network/tbtc-v2 1.6.0-dev.6 → 1.6.0-dev.8
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 +6 -6
- package/artifacts/Bank.json +17 -17
- package/artifacts/BeaconAuthorization.json +6 -6
- package/artifacts/BeaconDkg.json +6 -6
- package/artifacts/BeaconDkgValidator.json +9 -9
- package/artifacts/BeaconInactivity.json +6 -6
- package/artifacts/BeaconSortitionPool.json +16 -16
- package/artifacts/Bridge.json +32 -32
- package/artifacts/BridgeGovernance.json +14 -14
- package/artifacts/BridgeGovernanceParameters.json +7 -7
- package/artifacts/Deposit.json +7 -7
- package/artifacts/DepositSweep.json +7 -7
- package/artifacts/DonationVault.json +11 -11
- package/artifacts/EcdsaDkgValidator.json +7 -7
- package/artifacts/EcdsaInactivity.json +6 -6
- package/artifacts/EcdsaSortitionPool.json +16 -16
- package/artifacts/Fraud.json +7 -7
- package/artifacts/LightRelay.json +28 -28
- package/artifacts/LightRelayMaintainerProxy.json +24 -24
- package/artifacts/MaintainerProxy.json +37 -37
- package/artifacts/MovingFunds.json +7 -7
- package/artifacts/NuCypherToken.json +11 -11
- package/artifacts/RandomBeacon.json +23 -23
- package/artifacts/RandomBeaconChaosnet.json +11 -11
- package/artifacts/RandomBeaconGovernance.json +12 -12
- package/artifacts/Redemption.json +7 -7
- package/artifacts/ReimbursementPool.json +11 -11
- package/artifacts/T.json +11 -11
- package/artifacts/TBTC.json +19 -19
- package/artifacts/TBTCToken.json +19 -19
- package/artifacts/TBTCVault.json +36 -36
- package/artifacts/TokenStaking.json +156 -308
- package/artifacts/TokenholderGovernor.json +47 -47
- package/artifacts/TokenholderTimelock.json +36 -36
- package/artifacts/VendingMachine.json +22 -22
- package/artifacts/VendingMachineNuCypher.json +9 -9
- package/artifacts/VendingMachineV2.json +15 -15
- package/artifacts/VendingMachineV3.json +15 -15
- package/artifacts/WalletProposalValidator.json +84 -13
- package/artifacts/WalletRegistry.json +31 -31
- package/artifacts/WalletRegistryGovernance.json +56 -56
- package/artifacts/Wallets.json +7 -7
- package/artifacts/solcInputs/{d46fa1d8846c35adf326ab51a3910266.json → e2337fbc33ddf79d3229147ce15c40b6.json} +3 -3
- 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 +1 -1
- package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
- package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
- package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +60 -2
- 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/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
- package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.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/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.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/WalletProposalValidator.sol +129 -0
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +24 -24
- package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +23 -23
- package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
- package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
- package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +206 -206
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
- package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
- package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +320 -320
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
- package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
- package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
- package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +9987 -5463
- package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
- package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +98 -98
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +149 -149
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
- package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +62 -62
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +79 -79
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +358 -358
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +78 -78
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +78 -78
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +78 -78
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +85 -85
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +78 -78
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
- package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +184 -184
- package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
- package/export/typechain/factories/IStaking__factory.js +24 -103
- package/export/typechain/factories/WalletProposalValidator__factory.js +59 -1
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/package.json +2 -2
- package/artifacts/KeepRegistry.json +0 -99
- package/artifacts/KeepStake.json +0 -286
- package/artifacts/KeepToken.json +0 -711
- package/artifacts/KeepTokenStaking.json +0 -483
- package/artifacts/NuCypherStakingEscrow.json +0 -287
- package/artifacts/VendingMachineKeep.json +0 -400
package/artifacts/Bridge.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -2961,81 +2961,81 @@
|
|
|
2961
2961
|
"type": "function"
|
|
2962
2962
|
}
|
|
2963
2963
|
],
|
|
2964
|
-
"transactionHash": "
|
|
2964
|
+
"transactionHash": "0x3f8abf509e49af979dcfde2afd9f0930562b1a5ac21b07078356809c78055993",
|
|
2965
2965
|
"receipt": {
|
|
2966
2966
|
"to": null,
|
|
2967
2967
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
2968
|
-
"contractAddress": "
|
|
2968
|
+
"contractAddress": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
2969
2969
|
"transactionIndex": 0,
|
|
2970
2970
|
"gasUsed": "972117",
|
|
2971
|
-
"logsBloom": "
|
|
2972
|
-
"blockHash": "
|
|
2973
|
-
"transactionHash": "
|
|
2971
|
+
"logsBloom": "0x00000000000000000000000000000000400000004000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000800000000000000000000000000000000000000000000000000000200800000000000000000000000000080000000000000000000000000000000000000000080000000000000800000000000000080000000000000000400000000000000000000002010000000000000000020000000000000000000040000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
|
|
2972
|
+
"blockHash": "0x5236c1e9c186e0a56454d8c4f9d25f4657a60623fac53e2bfec9585dc0cd316f",
|
|
2973
|
+
"transactionHash": "0x3f8abf509e49af979dcfde2afd9f0930562b1a5ac21b07078356809c78055993",
|
|
2974
2974
|
"logs": [
|
|
2975
2975
|
{
|
|
2976
2976
|
"transactionIndex": 0,
|
|
2977
|
-
"blockNumber":
|
|
2978
|
-
"transactionHash": "
|
|
2979
|
-
"address": "
|
|
2977
|
+
"blockNumber": 57,
|
|
2978
|
+
"transactionHash": "0x3f8abf509e49af979dcfde2afd9f0930562b1a5ac21b07078356809c78055993",
|
|
2979
|
+
"address": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
2980
2980
|
"topics": [
|
|
2981
2981
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
2982
|
-
"
|
|
2982
|
+
"0x0000000000000000000000001d99a347b5ecdbaa3c5365470d461cf66b77ecd2"
|
|
2983
2983
|
],
|
|
2984
2984
|
"data": "0x",
|
|
2985
2985
|
"logIndex": 0,
|
|
2986
|
-
"blockHash": "
|
|
2986
|
+
"blockHash": "0x5236c1e9c186e0a56454d8c4f9d25f4657a60623fac53e2bfec9585dc0cd316f"
|
|
2987
2987
|
},
|
|
2988
2988
|
{
|
|
2989
2989
|
"transactionIndex": 0,
|
|
2990
|
-
"blockNumber":
|
|
2991
|
-
"transactionHash": "
|
|
2992
|
-
"address": "
|
|
2990
|
+
"blockNumber": 57,
|
|
2991
|
+
"transactionHash": "0x3f8abf509e49af979dcfde2afd9f0930562b1a5ac21b07078356809c78055993",
|
|
2992
|
+
"address": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
2993
2993
|
"topics": [
|
|
2994
2994
|
"0x5f56bee8cffbe9a78652a74a60705edede02af10b0bbb888ca44b79a0d42ce80"
|
|
2995
2995
|
],
|
|
2996
2996
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
2997
2997
|
"logIndex": 1,
|
|
2998
|
-
"blockHash": "
|
|
2998
|
+
"blockHash": "0x5236c1e9c186e0a56454d8c4f9d25f4657a60623fac53e2bfec9585dc0cd316f"
|
|
2999
2999
|
},
|
|
3000
3000
|
{
|
|
3001
3001
|
"transactionIndex": 0,
|
|
3002
|
-
"blockNumber":
|
|
3003
|
-
"transactionHash": "
|
|
3004
|
-
"address": "
|
|
3002
|
+
"blockNumber": 57,
|
|
3003
|
+
"transactionHash": "0x3f8abf509e49af979dcfde2afd9f0930562b1a5ac21b07078356809c78055993",
|
|
3004
|
+
"address": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
3005
3005
|
"topics": [
|
|
3006
3006
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
3007
3007
|
],
|
|
3008
3008
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
3009
3009
|
"logIndex": 2,
|
|
3010
|
-
"blockHash": "
|
|
3010
|
+
"blockHash": "0x5236c1e9c186e0a56454d8c4f9d25f4657a60623fac53e2bfec9585dc0cd316f"
|
|
3011
3011
|
},
|
|
3012
3012
|
{
|
|
3013
3013
|
"transactionIndex": 0,
|
|
3014
|
-
"blockNumber":
|
|
3015
|
-
"transactionHash": "
|
|
3016
|
-
"address": "
|
|
3014
|
+
"blockNumber": 57,
|
|
3015
|
+
"transactionHash": "0x3f8abf509e49af979dcfde2afd9f0930562b1a5ac21b07078356809c78055993",
|
|
3016
|
+
"address": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
3017
3017
|
"topics": [
|
|
3018
3018
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
3019
3019
|
],
|
|
3020
|
-
"data": "
|
|
3020
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f818a7c2afc45cf4b9ddc48933c9a1edd624e46f",
|
|
3021
3021
|
"logIndex": 3,
|
|
3022
|
-
"blockHash": "
|
|
3022
|
+
"blockHash": "0x5236c1e9c186e0a56454d8c4f9d25f4657a60623fac53e2bfec9585dc0cd316f"
|
|
3023
3023
|
}
|
|
3024
3024
|
],
|
|
3025
|
-
"blockNumber":
|
|
3025
|
+
"blockNumber": 57,
|
|
3026
3026
|
"cumulativeGasUsed": "972117",
|
|
3027
3027
|
"status": 1,
|
|
3028
3028
|
"byzantium": true
|
|
3029
3029
|
},
|
|
3030
3030
|
"numDeployments": 1,
|
|
3031
3031
|
"libraries": {
|
|
3032
|
-
"Deposit": "
|
|
3033
|
-
"DepositSweep": "
|
|
3034
|
-
"Redemption": "
|
|
3035
|
-
"Wallets": "
|
|
3036
|
-
"Fraud": "
|
|
3037
|
-
"MovingFunds": "
|
|
3032
|
+
"Deposit": "0xa85b028984bC54A2a3D844B070544F59dDDf89DE",
|
|
3033
|
+
"DepositSweep": "0xD499f5F7d3C918D0e553BA03954c4E02af16B6e4",
|
|
3034
|
+
"Redemption": "0xDadd1125B8Df98A66Abd5EB302C0d9Ca5A061dC2",
|
|
3035
|
+
"Wallets": "0x23d351BA89eaAc4E328133Cb48e050064C219A1E",
|
|
3036
|
+
"Fraud": "0x35D2F51DBC8b401B11fA3FE04423E0f5cd9fEDb4",
|
|
3037
|
+
"MovingFunds": "0x49FcbCC4E425add3a45AFC82F4dD0E5c227A0Ff8"
|
|
3038
3038
|
},
|
|
3039
|
-
"implementation": "
|
|
3039
|
+
"implementation": "0x1D99a347B5EcdbAa3C5365470d461Cf66B77ECd2",
|
|
3040
3040
|
"devdoc": "Contract deployed as upgradable proxy"
|
|
3041
3041
|
}
|