@keep-network/tbtc-v2 0.1.1-dev.123 → 0.1.1-dev.125
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/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 +3 -3
- package/artifacts/MaintainerProxy.json +3 -3
- package/artifacts/MovingFunds.json +2 -2
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +73 -73
- package/artifacts/RandomBeaconChaosnet.json +16 -61
- package/artifacts/RandomBeaconGovernance.json +53 -53
- package/artifacts/Redemption.json +2 -2
- package/artifacts/ReimbursementPool.json +5 -5
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +24 -24
- 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/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +2 -2
- package/artifacts/solcInputs/{3b4450d68d0d01f700596a0744428791.json → 392170edc034929d363ada40bfeefe31.json} +1 -1
- 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/Wallets.sol/Wallets.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/build/contracts/vault/TBTCVault.sol/TBTCVault.json +2 -2
- package/contracts/vault/TBTCOptimisticMinting.sol +7 -3
- package/deploy/10_set_deposit_params.ts +38 -0
- package/deploy/{10_deploy_bridge_governance.ts → 11_deploy_bridge_governance.ts} +0 -0
- package/deploy/{11_deploy_maintainer_proxy.ts → 12_deploy_maintainer_proxy.ts} +0 -0
- package/deploy/{12_bank_update_bridge.ts → 13_bank_update_bridge.ts} +0 -0
- package/deploy/{13_authorize_spv_maintainer_in_bridge.ts → 14_authorize_spv_maintainer_in_bridge.ts} +0 -0
- package/deploy/{14_transfer_bank_ownership.ts → 15_transfer_bank_ownership.ts} +0 -0
- package/deploy/{15_transfer_bridge_governance.ts → 16_transfer_bridge_governance.ts} +0 -0
- package/deploy/{16_transfer_bridge_governance_ownership.ts → 17_transfer_bridge_governance_ownership.ts} +0 -0
- package/deploy/{17_transfer_tbtc_vault_ownership.ts → 18_transfer_tbtc_vault_ownership.ts} +0 -0
- package/deploy/{18_transfer_maintainer_proxy_ownership.ts → 19_transfer_maintainer_proxy_ownership.ts} +0 -0
- package/deploy/{19_transfer_proxy_admin_ownership.ts → 20_transfer_proxy_admin_ownership.ts} +0 -0
- package/deploy/{20_authorize_maintainer_proxy_in_bridge.ts → 21_authorize_maintainer_proxy_in_bridge.ts} +0 -0
- package/deploy/{21_authorize_maintainer_proxy_in_reimbursement_pool.ts → 22_authorize_maintainer_proxy_in_reimbursement_pool.ts} +0 -0
- package/deploy/{22_authorize_bridge_in_reimbursement_pool.ts → 23_authorize_bridge_in_reimbursement_pool.ts} +0 -0
- package/deploy/{23_deploy_proxy_admin_with_deputy.ts → 24_deploy_proxy_admin_with_deputy.ts} +0 -0
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +200 -200
- package/export/deploy/10_set_deposit_params.js +67 -0
- package/export/deploy/{10_deploy_bridge_governance.js → 11_deploy_bridge_governance.js} +0 -0
- package/export/deploy/{11_deploy_maintainer_proxy.js → 12_deploy_maintainer_proxy.js} +0 -0
- package/export/deploy/{12_bank_update_bridge.js → 13_bank_update_bridge.js} +0 -0
- package/export/deploy/{13_authorize_spv_maintainer_in_bridge.js → 14_authorize_spv_maintainer_in_bridge.js} +0 -0
- package/export/deploy/{14_transfer_bank_ownership.js → 15_transfer_bank_ownership.js} +0 -0
- package/export/deploy/{15_transfer_bridge_governance.js → 16_transfer_bridge_governance.js} +0 -0
- package/export/deploy/{16_transfer_bridge_governance_ownership.js → 17_transfer_bridge_governance_ownership.js} +0 -0
- package/export/deploy/{17_transfer_tbtc_vault_ownership.js → 18_transfer_tbtc_vault_ownership.js} +0 -0
- package/export/deploy/{18_transfer_maintainer_proxy_ownership.js → 19_transfer_maintainer_proxy_ownership.js} +0 -0
- package/export/deploy/{19_transfer_proxy_admin_ownership.js → 20_transfer_proxy_admin_ownership.js} +0 -0
- package/export/deploy/{20_authorize_maintainer_proxy_in_bridge.js → 21_authorize_maintainer_proxy_in_bridge.js} +0 -0
- package/export/deploy/{21_authorize_maintainer_proxy_in_reimbursement_pool.js → 22_authorize_maintainer_proxy_in_reimbursement_pool.js} +0 -0
- package/export/deploy/{22_authorize_bridge_in_reimbursement_pool.js → 23_authorize_bridge_in_reimbursement_pool.js} +0 -0
- package/export/deploy/{23_deploy_proxy_admin_with_deputy.js → 24_deploy_proxy_admin_with_deputy.js} +0 -0
- package/export/typechain/factories/TBTCVault__factory.js +1 -1
- package/package.json +2 -2
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"transactionIndex": 0,
|
|
174
174
|
"gasUsed": "327718",
|
|
175
175
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
176
|
-
"blockHash": "
|
|
176
|
+
"blockHash": "0xb2877f02a890cbaf16eeb2a70f6f316cf8170ed0707512e5aee850053363f60a",
|
|
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": "0x8d91b77f29687ca2daaf60a581a0bfc1e9d8792f5d63c69084da1eb531d11eb9",
|
|
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": "0x8d91b77f29687ca2daaf60a581a0bfc1e9d8792f5d63c69084da1eb531d11eb9"
|
|
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": "0xd32fe592148b22adfcb9c78ab8012ccc2b8e06d957416722a79dcbf7c987a6e7",
|
|
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": "0xd32fe592148b22adfcb9c78ab8012ccc2b8e06d957416722a79dcbf7c987a6e7"
|
|
2161
2161
|
}
|
|
2162
2162
|
],
|
|
2163
2163
|
"blockNumber": 30,
|
|
@@ -2552,15 +2552,15 @@
|
|
|
2552
2552
|
"type": "t_array(t_uint256)49_storage"
|
|
2553
2553
|
},
|
|
2554
2554
|
{
|
|
2555
|
-
"astId":
|
|
2555
|
+
"astId": 14710,
|
|
2556
2556
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2557
2557
|
"label": "reimbursementPool",
|
|
2558
2558
|
"offset": 0,
|
|
2559
2559
|
"slot": "50",
|
|
2560
|
-
"type": "t_contract(ReimbursementPool)
|
|
2560
|
+
"type": "t_contract(ReimbursementPool)15040"
|
|
2561
2561
|
},
|
|
2562
2562
|
{
|
|
2563
|
-
"astId":
|
|
2563
|
+
"astId": 14714,
|
|
2564
2564
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2565
2565
|
"label": "__gap",
|
|
2566
2566
|
"offset": 0,
|
|
@@ -2709,7 +2709,7 @@
|
|
|
2709
2709
|
"label": "authorization",
|
|
2710
2710
|
"offset": 0,
|
|
2711
2711
|
"slot": "116",
|
|
2712
|
-
"type": "t_struct(Data)
|
|
2712
|
+
"type": "t_struct(Data)16635_storage"
|
|
2713
2713
|
},
|
|
2714
2714
|
{
|
|
2715
2715
|
"astId": 9932,
|
|
@@ -2717,7 +2717,7 @@
|
|
|
2717
2717
|
"label": "dkg",
|
|
2718
2718
|
"offset": 0,
|
|
2719
2719
|
"slot": "120",
|
|
2720
|
-
"type": "t_struct(Data)
|
|
2720
|
+
"type": "t_struct(Data)17565_storage"
|
|
2721
2721
|
},
|
|
2722
2722
|
{
|
|
2723
2723
|
"astId": 9935,
|
|
@@ -2725,7 +2725,7 @@
|
|
|
2725
2725
|
"label": "groups",
|
|
2726
2726
|
"offset": 0,
|
|
2727
2727
|
"slot": "131",
|
|
2728
|
-
"type": "t_struct(Data)
|
|
2728
|
+
"type": "t_struct(Data)19068_storage"
|
|
2729
2729
|
},
|
|
2730
2730
|
{
|
|
2731
2731
|
"astId": 9938,
|
|
@@ -2733,7 +2733,7 @@
|
|
|
2733
2733
|
"label": "relay",
|
|
2734
2734
|
"offset": 0,
|
|
2735
2735
|
"slot": "136",
|
|
2736
|
-
"type": "t_struct(Data)
|
|
2736
|
+
"type": "t_struct(Data)19962_storage"
|
|
2737
2737
|
},
|
|
2738
2738
|
{
|
|
2739
2739
|
"astId": 9941,
|
|
@@ -2741,7 +2741,7 @@
|
|
|
2741
2741
|
"label": "callback",
|
|
2742
2742
|
"offset": 0,
|
|
2743
2743
|
"slot": "140",
|
|
2744
|
-
"type": "t_struct(Data)
|
|
2744
|
+
"type": "t_struct(Data)18972_storage"
|
|
2745
2745
|
}
|
|
2746
2746
|
],
|
|
2747
2747
|
"types": {
|
|
@@ -2793,7 +2793,7 @@
|
|
|
2793
2793
|
"label": "contract IERC20",
|
|
2794
2794
|
"numberOfBytes": "20"
|
|
2795
2795
|
},
|
|
2796
|
-
"t_contract(IRandomBeaconConsumer)
|
|
2796
|
+
"t_contract(IRandomBeaconConsumer)15063": {
|
|
2797
2797
|
"encoding": "inplace",
|
|
2798
2798
|
"label": "contract IRandomBeaconConsumer",
|
|
2799
2799
|
"numberOfBytes": "20"
|
|
@@ -2803,7 +2803,7 @@
|
|
|
2803
2803
|
"label": "contract IStaking",
|
|
2804
2804
|
"numberOfBytes": "20"
|
|
2805
2805
|
},
|
|
2806
|
-
"t_contract(ReimbursementPool)
|
|
2806
|
+
"t_contract(ReimbursementPool)15040": {
|
|
2807
2807
|
"encoding": "inplace",
|
|
2808
2808
|
"label": "contract ReimbursementPool",
|
|
2809
2809
|
"numberOfBytes": "20"
|
|
@@ -2827,19 +2827,19 @@
|
|
|
2827
2827
|
"numberOfBytes": "32",
|
|
2828
2828
|
"value": "t_bool"
|
|
2829
2829
|
},
|
|
2830
|
-
"t_mapping(t_address,t_struct(AuthorizationDecrease)
|
|
2830
|
+
"t_mapping(t_address,t_struct(AuthorizationDecrease)16618_storage)": {
|
|
2831
2831
|
"encoding": "mapping",
|
|
2832
2832
|
"key": "t_address",
|
|
2833
2833
|
"label": "mapping(address => struct BeaconAuthorization.AuthorizationDecrease)",
|
|
2834
2834
|
"numberOfBytes": "32",
|
|
2835
|
-
"value": "t_struct(AuthorizationDecrease)
|
|
2835
|
+
"value": "t_struct(AuthorizationDecrease)16618_storage"
|
|
2836
2836
|
},
|
|
2837
|
-
"t_mapping(t_bytes32,t_struct(Group)
|
|
2837
|
+
"t_mapping(t_bytes32,t_struct(Group)19052_storage)": {
|
|
2838
2838
|
"encoding": "mapping",
|
|
2839
2839
|
"key": "t_bytes32",
|
|
2840
2840
|
"label": "mapping(bytes32 => struct Groups.Group)",
|
|
2841
2841
|
"numberOfBytes": "32",
|
|
2842
|
-
"value": "t_struct(Group)
|
|
2842
|
+
"value": "t_struct(Group)19052_storage"
|
|
2843
2843
|
},
|
|
2844
2844
|
"t_mapping(t_uint64,t_uint256)": {
|
|
2845
2845
|
"encoding": "mapping",
|
|
@@ -2848,12 +2848,12 @@
|
|
|
2848
2848
|
"numberOfBytes": "32",
|
|
2849
2849
|
"value": "t_uint256"
|
|
2850
2850
|
},
|
|
2851
|
-
"t_struct(AuthorizationDecrease)
|
|
2851
|
+
"t_struct(AuthorizationDecrease)16618_storage": {
|
|
2852
2852
|
"encoding": "inplace",
|
|
2853
2853
|
"label": "struct BeaconAuthorization.AuthorizationDecrease",
|
|
2854
2854
|
"members": [
|
|
2855
2855
|
{
|
|
2856
|
-
"astId":
|
|
2856
|
+
"astId": 16615,
|
|
2857
2857
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2858
2858
|
"label": "decreasingBy",
|
|
2859
2859
|
"offset": 0,
|
|
@@ -2861,7 +2861,7 @@
|
|
|
2861
2861
|
"type": "t_uint96"
|
|
2862
2862
|
},
|
|
2863
2863
|
{
|
|
2864
|
-
"astId":
|
|
2864
|
+
"astId": 16617,
|
|
2865
2865
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2866
2866
|
"label": "decreasingAt",
|
|
2867
2867
|
"offset": 12,
|
|
@@ -2871,20 +2871,20 @@
|
|
|
2871
2871
|
],
|
|
2872
2872
|
"numberOfBytes": "32"
|
|
2873
2873
|
},
|
|
2874
|
-
"t_struct(Data)
|
|
2874
|
+
"t_struct(Data)16635_storage": {
|
|
2875
2875
|
"encoding": "inplace",
|
|
2876
2876
|
"label": "struct BeaconAuthorization.Data",
|
|
2877
2877
|
"members": [
|
|
2878
2878
|
{
|
|
2879
|
-
"astId":
|
|
2879
|
+
"astId": 16621,
|
|
2880
2880
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2881
2881
|
"label": "parameters",
|
|
2882
2882
|
"offset": 0,
|
|
2883
2883
|
"slot": "0",
|
|
2884
|
-
"type": "t_struct(Parameters)
|
|
2884
|
+
"type": "t_struct(Parameters)16613_storage"
|
|
2885
2885
|
},
|
|
2886
2886
|
{
|
|
2887
|
-
"astId":
|
|
2887
|
+
"astId": 16625,
|
|
2888
2888
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2889
2889
|
"label": "stakingProviderToOperator",
|
|
2890
2890
|
"offset": 0,
|
|
@@ -2892,7 +2892,7 @@
|
|
|
2892
2892
|
"type": "t_mapping(t_address,t_address)"
|
|
2893
2893
|
},
|
|
2894
2894
|
{
|
|
2895
|
-
"astId":
|
|
2895
|
+
"astId": 16629,
|
|
2896
2896
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2897
2897
|
"label": "operatorToStakingProvider",
|
|
2898
2898
|
"offset": 0,
|
|
@@ -2900,22 +2900,22 @@
|
|
|
2900
2900
|
"type": "t_mapping(t_address,t_address)"
|
|
2901
2901
|
},
|
|
2902
2902
|
{
|
|
2903
|
-
"astId":
|
|
2903
|
+
"astId": 16634,
|
|
2904
2904
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2905
2905
|
"label": "pendingDecreases",
|
|
2906
2906
|
"offset": 0,
|
|
2907
2907
|
"slot": "3",
|
|
2908
|
-
"type": "t_mapping(t_address,t_struct(AuthorizationDecrease)
|
|
2908
|
+
"type": "t_mapping(t_address,t_struct(AuthorizationDecrease)16618_storage)"
|
|
2909
2909
|
}
|
|
2910
2910
|
],
|
|
2911
2911
|
"numberOfBytes": "128"
|
|
2912
2912
|
},
|
|
2913
|
-
"t_struct(Data)
|
|
2913
|
+
"t_struct(Data)17565_storage": {
|
|
2914
2914
|
"encoding": "inplace",
|
|
2915
2915
|
"label": "struct BeaconDkg.Data",
|
|
2916
2916
|
"members": [
|
|
2917
2917
|
{
|
|
2918
|
-
"astId":
|
|
2918
|
+
"astId": 17548,
|
|
2919
2919
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2920
2920
|
"label": "sortitionPool",
|
|
2921
2921
|
"offset": 0,
|
|
@@ -2923,7 +2923,7 @@
|
|
|
2923
2923
|
"type": "t_contract(SortitionPool)1980"
|
|
2924
2924
|
},
|
|
2925
2925
|
{
|
|
2926
|
-
"astId":
|
|
2926
|
+
"astId": 17551,
|
|
2927
2927
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2928
2928
|
"label": "dkgValidator",
|
|
2929
2929
|
"offset": 0,
|
|
@@ -2931,15 +2931,15 @@
|
|
|
2931
2931
|
"type": "t_contract(BeaconDkgValidator)9741"
|
|
2932
2932
|
},
|
|
2933
2933
|
{
|
|
2934
|
-
"astId":
|
|
2934
|
+
"astId": 17554,
|
|
2935
2935
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2936
2936
|
"label": "parameters",
|
|
2937
2937
|
"offset": 0,
|
|
2938
2938
|
"slot": "2",
|
|
2939
|
-
"type": "t_struct(Parameters)
|
|
2939
|
+
"type": "t_struct(Parameters)17545_storage"
|
|
2940
2940
|
},
|
|
2941
2941
|
{
|
|
2942
|
-
"astId":
|
|
2942
|
+
"astId": 17556,
|
|
2943
2943
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2944
2944
|
"label": "startBlock",
|
|
2945
2945
|
"offset": 0,
|
|
@@ -2947,7 +2947,7 @@
|
|
|
2947
2947
|
"type": "t_uint256"
|
|
2948
2948
|
},
|
|
2949
2949
|
{
|
|
2950
|
-
"astId":
|
|
2950
|
+
"astId": 17558,
|
|
2951
2951
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2952
2952
|
"label": "seed",
|
|
2953
2953
|
"offset": 0,
|
|
@@ -2955,7 +2955,7 @@
|
|
|
2955
2955
|
"type": "t_uint256"
|
|
2956
2956
|
},
|
|
2957
2957
|
{
|
|
2958
|
-
"astId":
|
|
2958
|
+
"astId": 17560,
|
|
2959
2959
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2960
2960
|
"label": "resultSubmissionStartBlockOffset",
|
|
2961
2961
|
"offset": 0,
|
|
@@ -2963,7 +2963,7 @@
|
|
|
2963
2963
|
"type": "t_uint256"
|
|
2964
2964
|
},
|
|
2965
2965
|
{
|
|
2966
|
-
"astId":
|
|
2966
|
+
"astId": 17562,
|
|
2967
2967
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2968
2968
|
"label": "submittedResultHash",
|
|
2969
2969
|
"offset": 0,
|
|
@@ -2971,7 +2971,7 @@
|
|
|
2971
2971
|
"type": "t_bytes32"
|
|
2972
2972
|
},
|
|
2973
2973
|
{
|
|
2974
|
-
"astId":
|
|
2974
|
+
"astId": 17564,
|
|
2975
2975
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2976
2976
|
"label": "submittedResultBlock",
|
|
2977
2977
|
"offset": 0,
|
|
@@ -2981,35 +2981,35 @@
|
|
|
2981
2981
|
],
|
|
2982
2982
|
"numberOfBytes": "352"
|
|
2983
2983
|
},
|
|
2984
|
-
"t_struct(Data)
|
|
2984
|
+
"t_struct(Data)18972_storage": {
|
|
2985
2985
|
"encoding": "inplace",
|
|
2986
2986
|
"label": "struct Callback.Data",
|
|
2987
2987
|
"members": [
|
|
2988
2988
|
{
|
|
2989
|
-
"astId":
|
|
2989
|
+
"astId": 18971,
|
|
2990
2990
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
2991
2991
|
"label": "callbackContract",
|
|
2992
2992
|
"offset": 0,
|
|
2993
2993
|
"slot": "0",
|
|
2994
|
-
"type": "t_contract(IRandomBeaconConsumer)
|
|
2994
|
+
"type": "t_contract(IRandomBeaconConsumer)15063"
|
|
2995
2995
|
}
|
|
2996
2996
|
],
|
|
2997
2997
|
"numberOfBytes": "32"
|
|
2998
2998
|
},
|
|
2999
|
-
"t_struct(Data)
|
|
2999
|
+
"t_struct(Data)19068_storage": {
|
|
3000
3000
|
"encoding": "inplace",
|
|
3001
3001
|
"label": "struct Groups.Data",
|
|
3002
3002
|
"members": [
|
|
3003
3003
|
{
|
|
3004
|
-
"astId":
|
|
3004
|
+
"astId": 19057,
|
|
3005
3005
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3006
3006
|
"label": "groupsData",
|
|
3007
3007
|
"offset": 0,
|
|
3008
3008
|
"slot": "0",
|
|
3009
|
-
"type": "t_mapping(t_bytes32,t_struct(Group)
|
|
3009
|
+
"type": "t_mapping(t_bytes32,t_struct(Group)19052_storage)"
|
|
3010
3010
|
},
|
|
3011
3011
|
{
|
|
3012
|
-
"astId":
|
|
3012
|
+
"astId": 19060,
|
|
3013
3013
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3014
3014
|
"label": "groupsRegistry",
|
|
3015
3015
|
"offset": 0,
|
|
@@ -3017,7 +3017,7 @@
|
|
|
3017
3017
|
"type": "t_array(t_bytes32)dyn_storage"
|
|
3018
3018
|
},
|
|
3019
3019
|
{
|
|
3020
|
-
"astId":
|
|
3020
|
+
"astId": 19063,
|
|
3021
3021
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3022
3022
|
"label": "activeTerminatedGroups",
|
|
3023
3023
|
"offset": 0,
|
|
@@ -3025,7 +3025,7 @@
|
|
|
3025
3025
|
"type": "t_array(t_uint64)dyn_storage"
|
|
3026
3026
|
},
|
|
3027
3027
|
{
|
|
3028
|
-
"astId":
|
|
3028
|
+
"astId": 19065,
|
|
3029
3029
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3030
3030
|
"label": "expiredGroupOffset",
|
|
3031
3031
|
"offset": 0,
|
|
@@ -3033,7 +3033,7 @@
|
|
|
3033
3033
|
"type": "t_uint64"
|
|
3034
3034
|
},
|
|
3035
3035
|
{
|
|
3036
|
-
"astId":
|
|
3036
|
+
"astId": 19067,
|
|
3037
3037
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3038
3038
|
"label": "groupLifetime",
|
|
3039
3039
|
"offset": 0,
|
|
@@ -3043,12 +3043,12 @@
|
|
|
3043
3043
|
],
|
|
3044
3044
|
"numberOfBytes": "160"
|
|
3045
3045
|
},
|
|
3046
|
-
"t_struct(Data)
|
|
3046
|
+
"t_struct(Data)19962_storage": {
|
|
3047
3047
|
"encoding": "inplace",
|
|
3048
3048
|
"label": "struct Relay.Data",
|
|
3049
3049
|
"members": [
|
|
3050
3050
|
{
|
|
3051
|
-
"astId":
|
|
3051
|
+
"astId": 19946,
|
|
3052
3052
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3053
3053
|
"label": "requestCount",
|
|
3054
3054
|
"offset": 0,
|
|
@@ -3056,7 +3056,7 @@
|
|
|
3056
3056
|
"type": "t_uint64"
|
|
3057
3057
|
},
|
|
3058
3058
|
{
|
|
3059
|
-
"astId":
|
|
3059
|
+
"astId": 19948,
|
|
3060
3060
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3061
3061
|
"label": "currentRequestID",
|
|
3062
3062
|
"offset": 8,
|
|
@@ -3064,7 +3064,7 @@
|
|
|
3064
3064
|
"type": "t_uint64"
|
|
3065
3065
|
},
|
|
3066
3066
|
{
|
|
3067
|
-
"astId":
|
|
3067
|
+
"astId": 19950,
|
|
3068
3068
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3069
3069
|
"label": "currentRequestGroupID",
|
|
3070
3070
|
"offset": 16,
|
|
@@ -3072,7 +3072,7 @@
|
|
|
3072
3072
|
"type": "t_uint64"
|
|
3073
3073
|
},
|
|
3074
3074
|
{
|
|
3075
|
-
"astId":
|
|
3075
|
+
"astId": 19952,
|
|
3076
3076
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3077
3077
|
"label": "currentRequestStartBlock",
|
|
3078
3078
|
"offset": 24,
|
|
@@ -3080,15 +3080,15 @@
|
|
|
3080
3080
|
"type": "t_uint64"
|
|
3081
3081
|
},
|
|
3082
3082
|
{
|
|
3083
|
-
"astId":
|
|
3083
|
+
"astId": 19955,
|
|
3084
3084
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3085
3085
|
"label": "previousEntry",
|
|
3086
3086
|
"offset": 0,
|
|
3087
3087
|
"slot": "1",
|
|
3088
|
-
"type": "t_struct(G1Point)
|
|
3088
|
+
"type": "t_struct(G1Point)15075_storage"
|
|
3089
3089
|
},
|
|
3090
3090
|
{
|
|
3091
|
-
"astId":
|
|
3091
|
+
"astId": 19957,
|
|
3092
3092
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3093
3093
|
"label": "relayEntrySoftTimeout",
|
|
3094
3094
|
"offset": 0,
|
|
@@ -3096,7 +3096,7 @@
|
|
|
3096
3096
|
"type": "t_uint32"
|
|
3097
3097
|
},
|
|
3098
3098
|
{
|
|
3099
|
-
"astId":
|
|
3099
|
+
"astId": 19959,
|
|
3100
3100
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3101
3101
|
"label": "relayEntryHardTimeout",
|
|
3102
3102
|
"offset": 4,
|
|
@@ -3104,7 +3104,7 @@
|
|
|
3104
3104
|
"type": "t_uint32"
|
|
3105
3105
|
},
|
|
3106
3106
|
{
|
|
3107
|
-
"astId":
|
|
3107
|
+
"astId": 19961,
|
|
3108
3108
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3109
3109
|
"label": "relayEntrySubmissionFailureSlashingAmount",
|
|
3110
3110
|
"offset": 8,
|
|
@@ -3114,12 +3114,12 @@
|
|
|
3114
3114
|
],
|
|
3115
3115
|
"numberOfBytes": "128"
|
|
3116
3116
|
},
|
|
3117
|
-
"t_struct(G1Point)
|
|
3117
|
+
"t_struct(G1Point)15075_storage": {
|
|
3118
3118
|
"encoding": "inplace",
|
|
3119
3119
|
"label": "struct AltBn128.G1Point",
|
|
3120
3120
|
"members": [
|
|
3121
3121
|
{
|
|
3122
|
-
"astId":
|
|
3122
|
+
"astId": 15072,
|
|
3123
3123
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3124
3124
|
"label": "x",
|
|
3125
3125
|
"offset": 0,
|
|
@@ -3127,7 +3127,7 @@
|
|
|
3127
3127
|
"type": "t_uint256"
|
|
3128
3128
|
},
|
|
3129
3129
|
{
|
|
3130
|
-
"astId":
|
|
3130
|
+
"astId": 15074,
|
|
3131
3131
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3132
3132
|
"label": "y",
|
|
3133
3133
|
"offset": 0,
|
|
@@ -3137,12 +3137,12 @@
|
|
|
3137
3137
|
],
|
|
3138
3138
|
"numberOfBytes": "64"
|
|
3139
3139
|
},
|
|
3140
|
-
"t_struct(Group)
|
|
3140
|
+
"t_struct(Group)19052_storage": {
|
|
3141
3141
|
"encoding": "inplace",
|
|
3142
3142
|
"label": "struct Groups.Group",
|
|
3143
3143
|
"members": [
|
|
3144
3144
|
{
|
|
3145
|
-
"astId":
|
|
3145
|
+
"astId": 19045,
|
|
3146
3146
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3147
3147
|
"label": "groupPubKey",
|
|
3148
3148
|
"offset": 0,
|
|
@@ -3150,7 +3150,7 @@
|
|
|
3150
3150
|
"type": "t_bytes_storage"
|
|
3151
3151
|
},
|
|
3152
3152
|
{
|
|
3153
|
-
"astId":
|
|
3153
|
+
"astId": 19047,
|
|
3154
3154
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3155
3155
|
"label": "registrationBlockNumber",
|
|
3156
3156
|
"offset": 0,
|
|
@@ -3158,7 +3158,7 @@
|
|
|
3158
3158
|
"type": "t_uint256"
|
|
3159
3159
|
},
|
|
3160
3160
|
{
|
|
3161
|
-
"astId":
|
|
3161
|
+
"astId": 19049,
|
|
3162
3162
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3163
3163
|
"label": "membersHash",
|
|
3164
3164
|
"offset": 0,
|
|
@@ -3166,7 +3166,7 @@
|
|
|
3166
3166
|
"type": "t_bytes32"
|
|
3167
3167
|
},
|
|
3168
3168
|
{
|
|
3169
|
-
"astId":
|
|
3169
|
+
"astId": 19051,
|
|
3170
3170
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3171
3171
|
"label": "terminated",
|
|
3172
3172
|
"offset": 0,
|
|
@@ -3176,12 +3176,12 @@
|
|
|
3176
3176
|
],
|
|
3177
3177
|
"numberOfBytes": "128"
|
|
3178
3178
|
},
|
|
3179
|
-
"t_struct(Parameters)
|
|
3179
|
+
"t_struct(Parameters)16613_storage": {
|
|
3180
3180
|
"encoding": "inplace",
|
|
3181
3181
|
"label": "struct BeaconAuthorization.Parameters",
|
|
3182
3182
|
"members": [
|
|
3183
3183
|
{
|
|
3184
|
-
"astId":
|
|
3184
|
+
"astId": 16608,
|
|
3185
3185
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3186
3186
|
"label": "minimumAuthorization",
|
|
3187
3187
|
"offset": 0,
|
|
@@ -3189,7 +3189,7 @@
|
|
|
3189
3189
|
"type": "t_uint96"
|
|
3190
3190
|
},
|
|
3191
3191
|
{
|
|
3192
|
-
"astId":
|
|
3192
|
+
"astId": 16610,
|
|
3193
3193
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3194
3194
|
"label": "authorizationDecreaseDelay",
|
|
3195
3195
|
"offset": 12,
|
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
"type": "t_uint64"
|
|
3198
3198
|
},
|
|
3199
3199
|
{
|
|
3200
|
-
"astId":
|
|
3200
|
+
"astId": 16612,
|
|
3201
3201
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3202
3202
|
"label": "authorizationDecreaseChangePeriod",
|
|
3203
3203
|
"offset": 20,
|
|
@@ -3207,12 +3207,12 @@
|
|
|
3207
3207
|
],
|
|
3208
3208
|
"numberOfBytes": "32"
|
|
3209
3209
|
},
|
|
3210
|
-
"t_struct(Parameters)
|
|
3210
|
+
"t_struct(Parameters)17545_storage": {
|
|
3211
3211
|
"encoding": "inplace",
|
|
3212
3212
|
"label": "struct BeaconDkg.Parameters",
|
|
3213
3213
|
"members": [
|
|
3214
3214
|
{
|
|
3215
|
-
"astId":
|
|
3215
|
+
"astId": 17538,
|
|
3216
3216
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3217
3217
|
"label": "resultChallengePeriodLength",
|
|
3218
3218
|
"offset": 0,
|
|
@@ -3220,7 +3220,7 @@
|
|
|
3220
3220
|
"type": "t_uint256"
|
|
3221
3221
|
},
|
|
3222
3222
|
{
|
|
3223
|
-
"astId":
|
|
3223
|
+
"astId": 17540,
|
|
3224
3224
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3225
3225
|
"label": "resultChallengeExtraGas",
|
|
3226
3226
|
"offset": 0,
|
|
@@ -3228,7 +3228,7 @@
|
|
|
3228
3228
|
"type": "t_uint256"
|
|
3229
3229
|
},
|
|
3230
3230
|
{
|
|
3231
|
-
"astId":
|
|
3231
|
+
"astId": 17542,
|
|
3232
3232
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3233
3233
|
"label": "resultSubmissionTimeout",
|
|
3234
3234
|
"offset": 0,
|
|
@@ -3236,7 +3236,7 @@
|
|
|
3236
3236
|
"type": "t_uint256"
|
|
3237
3237
|
},
|
|
3238
3238
|
{
|
|
3239
|
-
"astId":
|
|
3239
|
+
"astId": 17544,
|
|
3240
3240
|
"contract": "contracts/RandomBeacon.sol:RandomBeacon",
|
|
3241
3241
|
"label": "submitterPrecedencePeriodLength",
|
|
3242
3242
|
"offset": 0,
|