@keep-network/tbtc-v2 1.8.0-dev.0 → 1.8.0-dev.1
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 +11 -11
- package/artifacts/BeaconAuthorization.json +11 -11
- package/artifacts/BeaconDkg.json +9 -9
- package/artifacts/BeaconDkgValidator.json +12 -12
- package/artifacts/BeaconInactivity.json +11 -11
- package/artifacts/BeaconSortitionPool.json +16 -16
- package/artifacts/Bridge.json +32 -32
- package/artifacts/BridgeGovernance.json +14 -14
- package/artifacts/BridgeGovernanceParameters.json +6 -6
- package/artifacts/Deposit.json +6 -6
- package/artifacts/DepositSweep.json +6 -6
- package/artifacts/DonationVault.json +7 -7
- package/artifacts/EcdsaDkgValidator.json +7 -7
- package/artifacts/EcdsaInactivity.json +6 -6
- package/artifacts/EcdsaSortitionPool.json +16 -16
- package/artifacts/Fraud.json +6 -6
- package/artifacts/LightRelay.json +11 -11
- package/artifacts/LightRelayMaintainerProxy.json +13 -13
- package/artifacts/MaintainerProxy.json +13 -13
- package/artifacts/MovingFunds.json +6 -6
- package/artifacts/NuCypherToken.json +11 -11
- package/artifacts/RandomBeacon.json +126 -126
- package/artifacts/RandomBeaconChaosnet.json +13 -13
- package/artifacts/RandomBeaconGovernance.json +66 -66
- package/artifacts/Redemption.json +6 -6
- package/artifacts/RedemptionWatchtower.json +26 -26
- package/artifacts/ReimbursementPool.json +19 -19
- package/artifacts/T.json +11 -11
- package/artifacts/TBTC.json +11 -11
- package/artifacts/TBTCToken.json +11 -11
- package/artifacts/TBTCVault.json +14 -14
- package/artifacts/Timelock.json +80 -80
- package/artifacts/TokenStaking.json +156 -308
- package/artifacts/TokenholderGovernor.json +47 -47
- package/artifacts/TokenholderTimelock.json +36 -36
- package/artifacts/VendingMachine.json +13 -13
- package/artifacts/VendingMachineNuCypher.json +9 -9
- package/artifacts/VendingMachineV2.json +13 -13
- package/artifacts/VendingMachineV3.json +13 -13
- package/artifacts/WalletProposalValidator.json +7 -7
- package/artifacts/WalletRegistry.json +31 -31
- package/artifacts/WalletRegistryGovernance.json +56 -56
- package/artifacts/Wallets.json +6 -6
- package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
- package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
- package/export/typechain/factories/IStaking__factory.js +24 -103
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/package.json +4 -4
- 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/BLS.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xe6b98F104c1BEf218F3893ADab4160Dc73Eb8367",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -173,18 +173,18 @@
|
|
|
173
173
|
"type": "function"
|
|
174
174
|
}
|
|
175
175
|
],
|
|
176
|
-
"transactionHash": "
|
|
176
|
+
"transactionHash": "0x34b71c16b8b6efa9edfd50da14004b79b03bb9eafbf562cab963150c9bfeeaaa",
|
|
177
177
|
"receipt": {
|
|
178
178
|
"to": null,
|
|
179
179
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
180
|
-
"contractAddress": "
|
|
180
|
+
"contractAddress": "0xe6b98F104c1BEf218F3893ADab4160Dc73Eb8367",
|
|
181
181
|
"transactionIndex": 0,
|
|
182
182
|
"gasUsed": "709678",
|
|
183
183
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
184
|
-
"blockHash": "
|
|
185
|
-
"transactionHash": "
|
|
184
|
+
"blockHash": "0xb46ea310f2bba62b49eceb437f021ac450ba38d704709c4478137a9819c1efd8",
|
|
185
|
+
"transactionHash": "0x34b71c16b8b6efa9edfd50da14004b79b03bb9eafbf562cab963150c9bfeeaaa",
|
|
186
186
|
"logs": [],
|
|
187
|
-
"blockNumber":
|
|
187
|
+
"blockNumber": 17,
|
|
188
188
|
"cumulativeGasUsed": "709678",
|
|
189
189
|
"status": 1,
|
|
190
190
|
"byzantium": true
|
package/artifacts/Bank.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x34ee84036C47d852901b7069aBD80171D9A489a6",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -546,22 +546,22 @@
|
|
|
546
546
|
"type": "function"
|
|
547
547
|
}
|
|
548
548
|
],
|
|
549
|
-
"transactionHash": "
|
|
549
|
+
"transactionHash": "0xa356827add9cc85ce655c6d2aa265f2e0556a68d840f8b65022e19d992f402cd",
|
|
550
550
|
"receipt": {
|
|
551
551
|
"to": null,
|
|
552
552
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
553
|
-
"contractAddress": "
|
|
553
|
+
"contractAddress": "0x34ee84036C47d852901b7069aBD80171D9A489a6",
|
|
554
554
|
"transactionIndex": 0,
|
|
555
555
|
"gasUsed": "1454871",
|
|
556
|
-
"logsBloom": "
|
|
557
|
-
"blockHash": "
|
|
558
|
-
"transactionHash": "
|
|
556
|
+
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000002000800020000000000000000000800000000000000000000000000000000400000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000002000000000000000000000000",
|
|
557
|
+
"blockHash": "0xf1f95372c412a7563b7f8bd10ead023b2f8f9ffea4ae269b4f3918794ef781de",
|
|
558
|
+
"transactionHash": "0xa356827add9cc85ce655c6d2aa265f2e0556a68d840f8b65022e19d992f402cd",
|
|
559
559
|
"logs": [
|
|
560
560
|
{
|
|
561
561
|
"transactionIndex": 0,
|
|
562
|
-
"blockNumber":
|
|
563
|
-
"transactionHash": "
|
|
564
|
-
"address": "
|
|
562
|
+
"blockNumber": 49,
|
|
563
|
+
"transactionHash": "0xa356827add9cc85ce655c6d2aa265f2e0556a68d840f8b65022e19d992f402cd",
|
|
564
|
+
"address": "0x34ee84036C47d852901b7069aBD80171D9A489a6",
|
|
565
565
|
"topics": [
|
|
566
566
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
567
567
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -569,10 +569,10 @@
|
|
|
569
569
|
],
|
|
570
570
|
"data": "0x",
|
|
571
571
|
"logIndex": 0,
|
|
572
|
-
"blockHash": "
|
|
572
|
+
"blockHash": "0xf1f95372c412a7563b7f8bd10ead023b2f8f9ffea4ae269b4f3918794ef781de"
|
|
573
573
|
}
|
|
574
574
|
],
|
|
575
|
-
"blockNumber":
|
|
575
|
+
"blockNumber": 49,
|
|
576
576
|
"cumulativeGasUsed": "1454871",
|
|
577
577
|
"status": 1,
|
|
578
578
|
"byzantium": true
|