@keep-network/tbtc-v2 1.1.0 → 1.2.0-dev.0
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/.chainId +1 -1
- package/artifacts/BLS.json +223 -0
- package/artifacts/Bank.json +50 -40
- package/artifacts/BeaconAuthorization.json +273 -0
- package/artifacts/BeaconDkg.json +241 -0
- package/artifacts/BeaconDkgValidator.json +501 -0
- package/artifacts/BeaconInactivity.json +151 -0
- package/artifacts/BeaconSortitionPool.json +1187 -0
- package/artifacts/Bridge.json +449 -32
- package/artifacts/BridgeGovernance.json +24 -24
- package/artifacts/BridgeGovernanceParameters.json +10 -10
- package/artifacts/Deposit.json +13 -13
- package/artifacts/DepositSweep.json +13 -13
- package/artifacts/DonationVault.json +17 -17
- package/artifacts/EcdsaDkgValidator.json +517 -0
- package/artifacts/EcdsaInactivity.json +156 -0
- package/artifacts/EcdsaSortitionPool.json +1187 -0
- package/artifacts/Fraud.json +14 -14
- package/artifacts/KeepRegistry.json +99 -0
- package/artifacts/KeepStake.json +286 -0
- package/artifacts/KeepToken.json +711 -0
- package/artifacts/KeepTokenStaking.json +483 -0
- package/artifacts/LightRelay.json +38 -38
- package/artifacts/MaintainerProxy.json +47 -47
- package/artifacts/MovingFunds.json +14 -14
- package/artifacts/NuCypherStakingEscrow.json +287 -0
- package/artifacts/NuCypherToken.json +711 -0
- package/artifacts/RandomBeacon.json +3271 -0
- package/artifacts/RandomBeaconChaosnet.json +252 -0
- package/artifacts/RandomBeaconGovernance.json +3499 -0
- package/artifacts/Redemption.json +13 -13
- package/artifacts/ReimbursementPool.json +509 -0
- package/artifacts/T.json +1148 -0
- package/artifacts/TBTC.json +37 -36
- package/artifacts/TBTCToken.json +738 -0
- package/artifacts/TBTCVault.json +47 -47
- package/artifacts/TokenStaking.json +2288 -0
- package/artifacts/TokenholderGovernor.json +1795 -0
- package/artifacts/TokenholderTimelock.json +1058 -0
- package/artifacts/VendingMachine.json +35 -34
- package/artifacts/VendingMachineKeep.json +400 -0
- package/artifacts/VendingMachineNuCypher.json +400 -0
- package/artifacts/VendingMachineV2.json +19 -19
- package/artifacts/VendingMachineV3.json +19 -19
- package/artifacts/WalletRegistry.json +1962 -0
- package/artifacts/WalletRegistryGovernance.json +2863 -0
- package/artifacts/Wallets.json +13 -13
- package/artifacts/solcInputs/{fccb130292c8c7cc958ab4fa31a3e180.json → cc4433405642a987910ddb374547d19a.json} +15 -12
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +11975 -0
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +51806 -0
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +11988 -0
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +822 -0
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +12729 -0
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +2160 -0
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +3407 -0
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +14263 -0
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +10644 -0
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +1160 -0
- package/export/test/integration/data/bls.js +12 -0
- package/export/test/integration/data/integration.js +133 -0
- package/export/test/integration/utils/ecdsa-wallet-registry.js +370 -0
- package/export/test/integration/utils/random-beacon.js +193 -0
- package/export/{deploy/08_deploy_maintainer_proxy.js → test/integration/utils/staking.js} +35 -32
- package/package.json +5 -5
- package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +0 -102
- package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +0 -218
- package/artifacts/solcInputs/887fad6b16575ba42183543c324eeb0e.json +0 -335
- package/export/deploy/00_resolve_relay.js +0 -83
- package/export/deploy/01_deploy_tbtc_v2_token.js +0 -70
- package/export/deploy/02_deploy_vending_machine.js +0 -84
- package/export/deploy/03_transfer_vending_machine_roles.js +0 -69
- package/export/deploy/04_deploy_bank.js +0 -73
- package/export/deploy/05_deploy_bridge.js +0 -178
- package/export/deploy/06_deploy_tbtc_vault.js +0 -80
- package/export/deploy/07_deploy_bridge_governance.js +0 -87
- package/export/deploy/09_bank_update_bridge.js +0 -63
- package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +0 -61
- package/export/deploy/11_transfer_bank_ownership.js +0 -60
- package/export/deploy/12_transfer_bridge_governance.js +0 -63
- package/export/deploy/13_transfer_bridge_governance_ownership.js +0 -60
- package/export/deploy/14_transfer_tbtc_vault_ownership.js +0 -60
- package/export/deploy/15_transfer_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/16_initialize_wallet_owner.js +0 -63
- package/export/deploy/16_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +0 -63
- package/export/deploy/17_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +0 -63
- package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
- package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +0 -63
- package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
- package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +0 -63
- package/export/deploy/20_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/21_transfer_reimbursement_pool_ownership.js +0 -60
- package/export/deploy/22_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/deploy/24_transfer_maintainer_proxy_ownership.js +0 -60
- package/export/deploy/25_transfer_proxy_admin_ownership.js +0 -73
- package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -70
- package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +0 -70
- package/export/deploy/28_deploy_proxy_admin_with_deputy.js +0 -80
- package/export/typechain/RelayStub.js +0 -2
- package/export/typechain/TestRelay.js +0 -2
- package/export/typechain/factories/RelayStub__factory.js +0 -546
- package/export/typechain/factories/TestRelay__factory.js +0 -168
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xB0748F8B73C53aB94b3DD1109f3427B7Bb2907F5",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -236,40 +236,40 @@
|
|
|
236
236
|
"type": "function"
|
|
237
237
|
}
|
|
238
238
|
],
|
|
239
|
-
"transactionHash": "
|
|
239
|
+
"transactionHash": "0xb6e494cd014c6aff65856e003f70bea26d82e39b8637fe4e7d6be34dacb787e8",
|
|
240
240
|
"receipt": {
|
|
241
241
|
"to": null,
|
|
242
|
-
"from": "
|
|
243
|
-
"contractAddress": "
|
|
244
|
-
"transactionIndex":
|
|
242
|
+
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
243
|
+
"contractAddress": "0xB0748F8B73C53aB94b3DD1109f3427B7Bb2907F5",
|
|
244
|
+
"transactionIndex": 0,
|
|
245
245
|
"gasUsed": "757154",
|
|
246
|
-
"logsBloom": "
|
|
247
|
-
"blockHash": "
|
|
248
|
-
"transactionHash": "
|
|
246
|
+
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000004000000000000000000020000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
247
|
+
"blockHash": "0x8cd6a70c4ada24d29fe01cd4eded40c7360e85f965a907c7b5fbf11e65685dc1",
|
|
248
|
+
"transactionHash": "0xb6e494cd014c6aff65856e003f70bea26d82e39b8637fe4e7d6be34dacb787e8",
|
|
249
249
|
"logs": [
|
|
250
250
|
{
|
|
251
|
-
"transactionIndex":
|
|
252
|
-
"blockNumber":
|
|
253
|
-
"transactionHash": "
|
|
254
|
-
"address": "
|
|
251
|
+
"transactionIndex": 0,
|
|
252
|
+
"blockNumber": 78,
|
|
253
|
+
"transactionHash": "0xb6e494cd014c6aff65856e003f70bea26d82e39b8637fe4e7d6be34dacb787e8",
|
|
254
|
+
"address": "0xB0748F8B73C53aB94b3DD1109f3427B7Bb2907F5",
|
|
255
255
|
"topics": [
|
|
256
256
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
257
257
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
258
|
-
"
|
|
258
|
+
"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
|
|
259
259
|
],
|
|
260
260
|
"data": "0x",
|
|
261
|
-
"logIndex":
|
|
262
|
-
"blockHash": "
|
|
261
|
+
"logIndex": 0,
|
|
262
|
+
"blockHash": "0x8cd6a70c4ada24d29fe01cd4eded40c7360e85f965a907c7b5fbf11e65685dc1"
|
|
263
263
|
}
|
|
264
264
|
],
|
|
265
|
-
"blockNumber":
|
|
266
|
-
"cumulativeGasUsed": "
|
|
265
|
+
"blockNumber": 78,
|
|
266
|
+
"cumulativeGasUsed": "757154",
|
|
267
267
|
"status": 1,
|
|
268
268
|
"byzantium": true
|
|
269
269
|
},
|
|
270
270
|
"args": [
|
|
271
|
-
"
|
|
272
|
-
"
|
|
271
|
+
"0x35D2F51DBC8b401B11fA3FE04423E0f5cd9fEDb4",
|
|
272
|
+
"0x1D99a347B5EcdbAa3C5365470d461Cf66B77ECd2"
|
|
273
273
|
],
|
|
274
274
|
"numDeployments": 1,
|
|
275
275
|
"solcInputHash": "b0025f1f7efe4824592ac0c9793776c3",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x549bc7EE4B85A2Df5F74799f213483CE599F1999",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -273,40 +273,40 @@
|
|
|
273
273
|
"type": "function"
|
|
274
274
|
}
|
|
275
275
|
],
|
|
276
|
-
"transactionHash": "
|
|
276
|
+
"transactionHash": "0xca9bfa5b8c4660211ef75e174db1f40065cb96021494ae822542b87d40be6c74",
|
|
277
277
|
"receipt": {
|
|
278
278
|
"to": null,
|
|
279
|
-
"from": "
|
|
280
|
-
"contractAddress": "
|
|
281
|
-
"transactionIndex":
|
|
279
|
+
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
280
|
+
"contractAddress": "0x549bc7EE4B85A2Df5F74799f213483CE599F1999",
|
|
281
|
+
"transactionIndex": 0,
|
|
282
282
|
"gasUsed": "932147",
|
|
283
|
-
"logsBloom": "
|
|
284
|
-
"blockHash": "
|
|
285
|
-
"transactionHash": "
|
|
283
|
+
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000020000000000000000000000000000000000001004000000000000000000000000000",
|
|
284
|
+
"blockHash": "0xd562747d3a545ac695b5526fbdb1e3bb3905c132819e76582f6dabf2e7a9fa31",
|
|
285
|
+
"transactionHash": "0xca9bfa5b8c4660211ef75e174db1f40065cb96021494ae822542b87d40be6c74",
|
|
286
286
|
"logs": [
|
|
287
287
|
{
|
|
288
|
-
"transactionIndex":
|
|
289
|
-
"blockNumber":
|
|
290
|
-
"transactionHash": "
|
|
291
|
-
"address": "
|
|
288
|
+
"transactionIndex": 0,
|
|
289
|
+
"blockNumber": 79,
|
|
290
|
+
"transactionHash": "0xca9bfa5b8c4660211ef75e174db1f40065cb96021494ae822542b87d40be6c74",
|
|
291
|
+
"address": "0x549bc7EE4B85A2Df5F74799f213483CE599F1999",
|
|
292
292
|
"topics": [
|
|
293
293
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
294
294
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
295
|
-
"
|
|
295
|
+
"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
|
|
296
296
|
],
|
|
297
297
|
"data": "0x",
|
|
298
|
-
"logIndex":
|
|
299
|
-
"blockHash": "
|
|
298
|
+
"logIndex": 0,
|
|
299
|
+
"blockHash": "0xd562747d3a545ac695b5526fbdb1e3bb3905c132819e76582f6dabf2e7a9fa31"
|
|
300
300
|
}
|
|
301
301
|
],
|
|
302
|
-
"blockNumber":
|
|
303
|
-
"cumulativeGasUsed": "
|
|
302
|
+
"blockNumber": 79,
|
|
303
|
+
"cumulativeGasUsed": "932147",
|
|
304
304
|
"status": 1,
|
|
305
305
|
"byzantium": true
|
|
306
306
|
},
|
|
307
307
|
"args": [
|
|
308
|
-
"
|
|
309
|
-
"
|
|
308
|
+
"0x35D2F51DBC8b401B11fA3FE04423E0f5cd9fEDb4",
|
|
309
|
+
"0x1D99a347B5EcdbAa3C5365470d461Cf66B77ECd2"
|
|
310
310
|
],
|
|
311
311
|
"numDeployments": 1,
|
|
312
312
|
"solcInputHash": "b0025f1f7efe4824592ac0c9793776c3",
|