@keep-network/tbtc-v2 1.0.0-dev.3 → 1.0.0-dev.5
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 +11 -11
- package/artifacts/BridgeGovernanceParameters.json +12 -9
- 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 +18 -18
- package/artifacts/MaintainerProxy.json +19 -19
- package/artifacts/MovingFunds.json +2 -2
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +2 -2
- package/artifacts/RandomBeaconChaosnet.json +2 -2
- package/artifacts/RandomBeaconGovernance.json +2 -2
- package/artifacts/Redemption.json +2 -2
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +23 -23
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +10 -10
- 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/{e28c3bed541f57346a362a67f66ae471.json → b63dab89a2e89a0f54eb7f775a5bd516.json} +1 -1
- package/artifacts/solcInputs/{b448960fd13167193eb1e0994f1c8e1c.json → c88caf1374ff7ffc912d8c7e982bd645.json} +2 -2
- 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/BridgeGovernance.sol/BridgeGovernance.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +136 -152
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.json +2 -2
- 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/contracts/bridge/BridgeGovernance.sol +150 -129
- package/contracts/bridge/BridgeGovernanceParameters.sol +0 -321
- package/deploy/06_deploy_bridge.ts +2 -1
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +181 -181
- package/export/artifacts/contracts/bridge/BridgeGovernance.sol/BridgeGovernance.json +2128 -2904
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +67 -67
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +88 -88
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +57 -57
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +2 -2
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +217 -217
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +57 -57
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +59 -59
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +6 -6
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +8 -8
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2 -2
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +11 -11
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +133 -133
- package/export/deploy/06_deploy_bridge.js +2 -1
- package/export/tasks/test-utils.js +133 -43
- package/export/test/integration/data/bls.js +12 -0
- package/export/test/integration/data/integration.js +133 -0
- package/export/test/integration/utils/random-beacon.js +193 -0
- package/export/typechain/factories/BridgeGovernanceParameters__factory.js +1 -1
- package/export/typechain/factories/BridgeGovernance__factory.js +1 -1
- package/package.json +3 -3
- package/tasks/test-utils.ts +88 -4
|
@@ -565,15 +565,15 @@
|
|
|
565
565
|
"parameterSlots": 1,
|
|
566
566
|
"returnSlots": 0
|
|
567
567
|
},
|
|
568
|
-
"@
|
|
568
|
+
"@authorizationRequired_31397": {
|
|
569
569
|
"entryPoint": null,
|
|
570
|
-
"id":
|
|
570
|
+
"id": 31397,
|
|
571
571
|
"parameterSlots": 0,
|
|
572
572
|
"returnSlots": 0
|
|
573
573
|
},
|
|
574
|
-
"@
|
|
574
|
+
"@authorize_31610": {
|
|
575
575
|
"entryPoint": 5624,
|
|
576
|
-
"id":
|
|
576
|
+
"id": 31610,
|
|
577
577
|
"parameterSlots": 1,
|
|
578
578
|
"returnSlots": 0
|
|
579
579
|
},
|
|
@@ -583,15 +583,15 @@
|
|
|
583
583
|
"parameterSlots": 1,
|
|
584
584
|
"returnSlots": 1
|
|
585
585
|
},
|
|
586
|
-
"@
|
|
586
|
+
"@currentEpoch_31403": {
|
|
587
587
|
"entryPoint": null,
|
|
588
|
-
"id":
|
|
588
|
+
"id": 31403,
|
|
589
589
|
"parameterSlots": 0,
|
|
590
590
|
"returnSlots": 0
|
|
591
591
|
},
|
|
592
|
-
"@
|
|
592
|
+
"@deauthorize_31629": {
|
|
593
593
|
"entryPoint": 2590,
|
|
594
|
-
"id":
|
|
594
|
+
"id": 31629,
|
|
595
595
|
"parameterSlots": 1,
|
|
596
596
|
"returnSlots": 0
|
|
597
597
|
},
|
|
@@ -619,9 +619,9 @@
|
|
|
619
619
|
"parameterSlots": 1,
|
|
620
620
|
"returnSlots": 1
|
|
621
621
|
},
|
|
622
|
-
"@
|
|
622
|
+
"@extractTimestampAt_31375": {
|
|
623
623
|
"entryPoint": 6486,
|
|
624
|
-
"id":
|
|
624
|
+
"id": 31375,
|
|
625
625
|
"parameterSlots": 2,
|
|
626
626
|
"returnSlots": 1
|
|
627
627
|
},
|
|
@@ -637,51 +637,51 @@
|
|
|
637
637
|
"parameterSlots": 1,
|
|
638
638
|
"returnSlots": 1
|
|
639
639
|
},
|
|
640
|
-
"@
|
|
640
|
+
"@genesisEpoch_31401": {
|
|
641
641
|
"entryPoint": null,
|
|
642
|
-
"id":
|
|
642
|
+
"id": 31401,
|
|
643
643
|
"parameterSlots": 0,
|
|
644
644
|
"returnSlots": 0
|
|
645
645
|
},
|
|
646
|
-
"@
|
|
646
|
+
"@genesis_31534": {
|
|
647
647
|
"entryPoint": 2761,
|
|
648
|
-
"id":
|
|
648
|
+
"id": 31534,
|
|
649
649
|
"parameterSlots": 4,
|
|
650
650
|
"returnSlots": 0
|
|
651
651
|
},
|
|
652
|
-
"@
|
|
652
|
+
"@getBlockDifficulty_32105": {
|
|
653
653
|
"entryPoint": 874,
|
|
654
|
-
"id":
|
|
654
|
+
"id": 32105,
|
|
655
655
|
"parameterSlots": 1,
|
|
656
656
|
"returnSlots": 1
|
|
657
657
|
},
|
|
658
|
-
"@
|
|
658
|
+
"@getCurrentAndPrevEpochDifficulty_32159": {
|
|
659
659
|
"entryPoint": null,
|
|
660
|
-
"id":
|
|
660
|
+
"id": 32159,
|
|
661
661
|
"parameterSlots": 0,
|
|
662
662
|
"returnSlots": 2
|
|
663
663
|
},
|
|
664
|
-
"@
|
|
664
|
+
"@getCurrentEpochDifficulty_32769": {
|
|
665
665
|
"entryPoint": null,
|
|
666
|
-
"id":
|
|
666
|
+
"id": 32769,
|
|
667
667
|
"parameterSlots": 0,
|
|
668
668
|
"returnSlots": 1
|
|
669
669
|
},
|
|
670
|
-
"@
|
|
670
|
+
"@getEpochDifficulty_32190": {
|
|
671
671
|
"entryPoint": 3812,
|
|
672
|
-
"id":
|
|
672
|
+
"id": 32190,
|
|
673
673
|
"parameterSlots": 1,
|
|
674
674
|
"returnSlots": 1
|
|
675
675
|
},
|
|
676
|
-
"@
|
|
676
|
+
"@getPrevEpochDifficulty_32759": {
|
|
677
677
|
"entryPoint": null,
|
|
678
|
-
"id":
|
|
678
|
+
"id": 32759,
|
|
679
679
|
"parameterSlots": 0,
|
|
680
680
|
"returnSlots": 1
|
|
681
681
|
},
|
|
682
|
-
"@
|
|
682
|
+
"@getRelayRange_32129": {
|
|
683
683
|
"entryPoint": 897,
|
|
684
|
-
"id":
|
|
684
|
+
"id": 32129,
|
|
685
685
|
"parameterSlots": 0,
|
|
686
686
|
"returnSlots": 2
|
|
687
687
|
},
|
|
@@ -691,9 +691,9 @@
|
|
|
691
691
|
"parameterSlots": 3,
|
|
692
692
|
"returnSlots": 1
|
|
693
693
|
},
|
|
694
|
-
"@
|
|
694
|
+
"@isAuthorized_31416": {
|
|
695
695
|
"entryPoint": null,
|
|
696
|
-
"id":
|
|
696
|
+
"id": 31416,
|
|
697
697
|
"parameterSlots": 0,
|
|
698
698
|
"returnSlots": 0
|
|
699
699
|
},
|
|
@@ -709,15 +709,15 @@
|
|
|
709
709
|
"parameterSlots": 0,
|
|
710
710
|
"returnSlots": 1
|
|
711
711
|
},
|
|
712
|
-
"@
|
|
712
|
+
"@proofLength_31399": {
|
|
713
713
|
"entryPoint": null,
|
|
714
|
-
"id":
|
|
714
|
+
"id": 31399,
|
|
715
715
|
"parameterSlots": 0,
|
|
716
716
|
"returnSlots": 0
|
|
717
717
|
},
|
|
718
|
-
"@
|
|
718
|
+
"@ready_31395": {
|
|
719
719
|
"entryPoint": null,
|
|
720
|
-
"id":
|
|
720
|
+
"id": 31395,
|
|
721
721
|
"parameterSlots": 0,
|
|
722
722
|
"returnSlots": 0
|
|
723
723
|
},
|
|
@@ -733,9 +733,9 @@
|
|
|
733
733
|
"parameterSlots": 3,
|
|
734
734
|
"returnSlots": 1
|
|
735
735
|
},
|
|
736
|
-
"@
|
|
736
|
+
"@retarget_31861": {
|
|
737
737
|
"entryPoint": 4186,
|
|
738
|
-
"id":
|
|
738
|
+
"id": 31861,
|
|
739
739
|
"parameterSlots": 1,
|
|
740
740
|
"returnSlots": 0
|
|
741
741
|
},
|
|
@@ -757,15 +757,15 @@
|
|
|
757
757
|
"parameterSlots": 1,
|
|
758
758
|
"returnSlots": 1
|
|
759
759
|
},
|
|
760
|
-
"@
|
|
760
|
+
"@setAuthorizationStatus_31591": {
|
|
761
761
|
"entryPoint": 5798,
|
|
762
|
-
"id":
|
|
762
|
+
"id": 31591,
|
|
763
763
|
"parameterSlots": 1,
|
|
764
764
|
"returnSlots": 0
|
|
765
765
|
},
|
|
766
|
-
"@
|
|
766
|
+
"@setProofLength_31574": {
|
|
767
767
|
"entryPoint": 2009,
|
|
768
|
-
"id":
|
|
768
|
+
"id": 31574,
|
|
769
769
|
"parameterSlots": 1,
|
|
770
770
|
"returnSlots": 0
|
|
771
771
|
},
|
|
@@ -799,9 +799,9 @@
|
|
|
799
799
|
"parameterSlots": 1,
|
|
800
800
|
"returnSlots": 0
|
|
801
801
|
},
|
|
802
|
-
"@
|
|
802
|
+
"@validateChain_32090": {
|
|
803
803
|
"entryPoint": 993,
|
|
804
|
-
"id":
|
|
804
|
+
"id": 32090,
|
|
805
805
|
"parameterSlots": 1,
|
|
806
806
|
"returnSlots": 2
|
|
807
807
|
},
|
|
@@ -817,9 +817,9 @@
|
|
|
817
817
|
"parameterSlots": 2,
|
|
818
818
|
"returnSlots": 1
|
|
819
819
|
},
|
|
820
|
-
"@
|
|
820
|
+
"@validateHeader_32250": {
|
|
821
821
|
"entryPoint": 6270,
|
|
822
|
-
"id":
|
|
822
|
+
"id": 32250,
|
|
823
823
|
"parameterSlots": 3,
|
|
824
824
|
"returnSlots": 2
|
|
825
825
|
},
|
|
@@ -11794,7 +11794,7 @@
|
|
|
11794
11794
|
"type": "t_address"
|
|
11795
11795
|
},
|
|
11796
11796
|
{
|
|
11797
|
-
"astId":
|
|
11797
|
+
"astId": 31395,
|
|
11798
11798
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11799
11799
|
"label": "ready",
|
|
11800
11800
|
"offset": 20,
|
|
@@ -11802,7 +11802,7 @@
|
|
|
11802
11802
|
"type": "t_bool"
|
|
11803
11803
|
},
|
|
11804
11804
|
{
|
|
11805
|
-
"astId":
|
|
11805
|
+
"astId": 31397,
|
|
11806
11806
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11807
11807
|
"label": "authorizationRequired",
|
|
11808
11808
|
"offset": 21,
|
|
@@ -11810,7 +11810,7 @@
|
|
|
11810
11810
|
"type": "t_bool"
|
|
11811
11811
|
},
|
|
11812
11812
|
{
|
|
11813
|
-
"astId":
|
|
11813
|
+
"astId": 31399,
|
|
11814
11814
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11815
11815
|
"label": "proofLength",
|
|
11816
11816
|
"offset": 22,
|
|
@@ -11818,7 +11818,7 @@
|
|
|
11818
11818
|
"type": "t_uint64"
|
|
11819
11819
|
},
|
|
11820
11820
|
{
|
|
11821
|
-
"astId":
|
|
11821
|
+
"astId": 31401,
|
|
11822
11822
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11823
11823
|
"label": "genesisEpoch",
|
|
11824
11824
|
"offset": 0,
|
|
@@ -11826,7 +11826,7 @@
|
|
|
11826
11826
|
"type": "t_uint64"
|
|
11827
11827
|
},
|
|
11828
11828
|
{
|
|
11829
|
-
"astId":
|
|
11829
|
+
"astId": 31403,
|
|
11830
11830
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11831
11831
|
"label": "currentEpoch",
|
|
11832
11832
|
"offset": 8,
|
|
@@ -11834,7 +11834,7 @@
|
|
|
11834
11834
|
"type": "t_uint64"
|
|
11835
11835
|
},
|
|
11836
11836
|
{
|
|
11837
|
-
"astId":
|
|
11837
|
+
"astId": 31405,
|
|
11838
11838
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11839
11839
|
"label": "currentEpochDifficulty",
|
|
11840
11840
|
"offset": 0,
|
|
@@ -11842,7 +11842,7 @@
|
|
|
11842
11842
|
"type": "t_uint256"
|
|
11843
11843
|
},
|
|
11844
11844
|
{
|
|
11845
|
-
"astId":
|
|
11845
|
+
"astId": 31407,
|
|
11846
11846
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11847
11847
|
"label": "prevEpochDifficulty",
|
|
11848
11848
|
"offset": 0,
|
|
@@ -11850,15 +11850,15 @@
|
|
|
11850
11850
|
"type": "t_uint256"
|
|
11851
11851
|
},
|
|
11852
11852
|
{
|
|
11853
|
-
"astId":
|
|
11853
|
+
"astId": 31412,
|
|
11854
11854
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11855
11855
|
"label": "epochs",
|
|
11856
11856
|
"offset": 0,
|
|
11857
11857
|
"slot": "4",
|
|
11858
|
-
"type": "t_mapping(t_uint256,t_struct(Epoch)
|
|
11858
|
+
"type": "t_mapping(t_uint256,t_struct(Epoch)31284_storage)"
|
|
11859
11859
|
},
|
|
11860
11860
|
{
|
|
11861
|
-
"astId":
|
|
11861
|
+
"astId": 31416,
|
|
11862
11862
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11863
11863
|
"label": "isAuthorized",
|
|
11864
11864
|
"offset": 0,
|
|
@@ -11884,19 +11884,19 @@
|
|
|
11884
11884
|
"numberOfBytes": "32",
|
|
11885
11885
|
"value": "t_bool"
|
|
11886
11886
|
},
|
|
11887
|
-
"t_mapping(t_uint256,t_struct(Epoch)
|
|
11887
|
+
"t_mapping(t_uint256,t_struct(Epoch)31284_storage)": {
|
|
11888
11888
|
"encoding": "mapping",
|
|
11889
11889
|
"key": "t_uint256",
|
|
11890
11890
|
"label": "mapping(uint256 => struct Epoch)",
|
|
11891
11891
|
"numberOfBytes": "32",
|
|
11892
|
-
"value": "t_struct(Epoch)
|
|
11892
|
+
"value": "t_struct(Epoch)31284_storage"
|
|
11893
11893
|
},
|
|
11894
|
-
"t_struct(Epoch)
|
|
11894
|
+
"t_struct(Epoch)31284_storage": {
|
|
11895
11895
|
"encoding": "inplace",
|
|
11896
11896
|
"label": "struct Epoch",
|
|
11897
11897
|
"members": [
|
|
11898
11898
|
{
|
|
11899
|
-
"astId":
|
|
11899
|
+
"astId": 31281,
|
|
11900
11900
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11901
11901
|
"label": "timestamp",
|
|
11902
11902
|
"offset": 0,
|
|
@@ -11904,7 +11904,7 @@
|
|
|
11904
11904
|
"type": "t_uint32"
|
|
11905
11905
|
},
|
|
11906
11906
|
{
|
|
11907
|
-
"astId":
|
|
11907
|
+
"astId": 31283,
|
|
11908
11908
|
"contract": "contracts/test/GoerliLightRelay.sol:GoerliLightRelay",
|
|
11909
11909
|
"label": "target",
|
|
11910
11910
|
"offset": 4,
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
},
|
|
43
43
|
"deployedBytecode": {
|
|
44
44
|
"functionDebugData": {
|
|
45
|
-
"@
|
|
45
|
+
"@isValidHeartbeatMessage_26186": {
|
|
46
46
|
"entryPoint": 108,
|
|
47
|
-
"id":
|
|
47
|
+
"id": 26186,
|
|
48
48
|
"parameterSlots": 2,
|
|
49
49
|
"returnSlots": 1
|
|
50
50
|
},
|
|
51
|
-
"@
|
|
51
|
+
"@isValidHeartbeatMessage_32787": {
|
|
52
52
|
"entryPoint": 87,
|
|
53
|
-
"id":
|
|
53
|
+
"id": 32787,
|
|
54
54
|
"parameterSlots": 2,
|
|
55
55
|
"returnSlots": 1
|
|
56
56
|
},
|
|
@@ -599,15 +599,15 @@
|
|
|
599
599
|
"parameterSlots": 1,
|
|
600
600
|
"returnSlots": 0
|
|
601
601
|
},
|
|
602
|
-
"@
|
|
602
|
+
"@authorizationRequired_31397": {
|
|
603
603
|
"entryPoint": null,
|
|
604
|
-
"id":
|
|
604
|
+
"id": 31397,
|
|
605
605
|
"parameterSlots": 0,
|
|
606
606
|
"returnSlots": 0
|
|
607
607
|
},
|
|
608
|
-
"@
|
|
608
|
+
"@authorize_31610": {
|
|
609
609
|
"entryPoint": 5663,
|
|
610
|
-
"id":
|
|
610
|
+
"id": 31610,
|
|
611
611
|
"parameterSlots": 1,
|
|
612
612
|
"returnSlots": 0
|
|
613
613
|
},
|
|
@@ -617,15 +617,15 @@
|
|
|
617
617
|
"parameterSlots": 1,
|
|
618
618
|
"returnSlots": 1
|
|
619
619
|
},
|
|
620
|
-
"@
|
|
620
|
+
"@currentEpoch_31403": {
|
|
621
621
|
"entryPoint": null,
|
|
622
|
-
"id":
|
|
622
|
+
"id": 31403,
|
|
623
623
|
"parameterSlots": 0,
|
|
624
624
|
"returnSlots": 0
|
|
625
625
|
},
|
|
626
|
-
"@
|
|
626
|
+
"@deauthorize_31629": {
|
|
627
627
|
"entryPoint": 2629,
|
|
628
|
-
"id":
|
|
628
|
+
"id": 31629,
|
|
629
629
|
"parameterSlots": 1,
|
|
630
630
|
"returnSlots": 0
|
|
631
631
|
},
|
|
@@ -653,9 +653,9 @@
|
|
|
653
653
|
"parameterSlots": 1,
|
|
654
654
|
"returnSlots": 1
|
|
655
655
|
},
|
|
656
|
-
"@
|
|
656
|
+
"@extractTimestampAt_31375": {
|
|
657
657
|
"entryPoint": 6663,
|
|
658
|
-
"id":
|
|
658
|
+
"id": 31375,
|
|
659
659
|
"parameterSlots": 2,
|
|
660
660
|
"returnSlots": 1
|
|
661
661
|
},
|
|
@@ -671,51 +671,51 @@
|
|
|
671
671
|
"parameterSlots": 1,
|
|
672
672
|
"returnSlots": 1
|
|
673
673
|
},
|
|
674
|
-
"@
|
|
674
|
+
"@genesisEpoch_31401": {
|
|
675
675
|
"entryPoint": null,
|
|
676
|
-
"id":
|
|
676
|
+
"id": 31401,
|
|
677
677
|
"parameterSlots": 0,
|
|
678
678
|
"returnSlots": 0
|
|
679
679
|
},
|
|
680
|
-
"@
|
|
680
|
+
"@genesis_31534": {
|
|
681
681
|
"entryPoint": 2800,
|
|
682
|
-
"id":
|
|
682
|
+
"id": 31534,
|
|
683
683
|
"parameterSlots": 4,
|
|
684
684
|
"returnSlots": 0
|
|
685
685
|
},
|
|
686
|
-
"@
|
|
686
|
+
"@getBlockDifficulty_32105": {
|
|
687
687
|
"entryPoint": 913,
|
|
688
|
-
"id":
|
|
688
|
+
"id": 32105,
|
|
689
689
|
"parameterSlots": 1,
|
|
690
690
|
"returnSlots": 1
|
|
691
691
|
},
|
|
692
|
-
"@
|
|
692
|
+
"@getCurrentAndPrevEpochDifficulty_32159": {
|
|
693
693
|
"entryPoint": null,
|
|
694
|
-
"id":
|
|
694
|
+
"id": 32159,
|
|
695
695
|
"parameterSlots": 0,
|
|
696
696
|
"returnSlots": 2
|
|
697
697
|
},
|
|
698
|
-
"@
|
|
698
|
+
"@getCurrentEpochDifficulty_32138": {
|
|
699
699
|
"entryPoint": null,
|
|
700
|
-
"id":
|
|
700
|
+
"id": 32138,
|
|
701
701
|
"parameterSlots": 0,
|
|
702
702
|
"returnSlots": 1
|
|
703
703
|
},
|
|
704
|
-
"@
|
|
704
|
+
"@getEpochDifficulty_32190": {
|
|
705
705
|
"entryPoint": 3851,
|
|
706
|
-
"id":
|
|
706
|
+
"id": 32190,
|
|
707
707
|
"parameterSlots": 1,
|
|
708
708
|
"returnSlots": 1
|
|
709
709
|
},
|
|
710
|
-
"@
|
|
710
|
+
"@getPrevEpochDifficulty_32147": {
|
|
711
711
|
"entryPoint": null,
|
|
712
|
-
"id":
|
|
712
|
+
"id": 32147,
|
|
713
713
|
"parameterSlots": 0,
|
|
714
714
|
"returnSlots": 1
|
|
715
715
|
},
|
|
716
|
-
"@
|
|
716
|
+
"@getRelayRange_32129": {
|
|
717
717
|
"entryPoint": 936,
|
|
718
|
-
"id":
|
|
718
|
+
"id": 32129,
|
|
719
719
|
"parameterSlots": 0,
|
|
720
720
|
"returnSlots": 2
|
|
721
721
|
},
|
|
@@ -725,9 +725,9 @@
|
|
|
725
725
|
"parameterSlots": 3,
|
|
726
726
|
"returnSlots": 1
|
|
727
727
|
},
|
|
728
|
-
"@
|
|
728
|
+
"@isAuthorized_31416": {
|
|
729
729
|
"entryPoint": null,
|
|
730
|
-
"id":
|
|
730
|
+
"id": 31416,
|
|
731
731
|
"parameterSlots": 0,
|
|
732
732
|
"returnSlots": 0
|
|
733
733
|
},
|
|
@@ -743,15 +743,15 @@
|
|
|
743
743
|
"parameterSlots": 0,
|
|
744
744
|
"returnSlots": 1
|
|
745
745
|
},
|
|
746
|
-
"@
|
|
746
|
+
"@proofLength_31399": {
|
|
747
747
|
"entryPoint": null,
|
|
748
|
-
"id":
|
|
748
|
+
"id": 31399,
|
|
749
749
|
"parameterSlots": 0,
|
|
750
750
|
"returnSlots": 0
|
|
751
751
|
},
|
|
752
|
-
"@
|
|
752
|
+
"@ready_31395": {
|
|
753
753
|
"entryPoint": null,
|
|
754
|
-
"id":
|
|
754
|
+
"id": 31395,
|
|
755
755
|
"parameterSlots": 0,
|
|
756
756
|
"returnSlots": 0
|
|
757
757
|
},
|
|
@@ -767,9 +767,9 @@
|
|
|
767
767
|
"parameterSlots": 3,
|
|
768
768
|
"returnSlots": 1
|
|
769
769
|
},
|
|
770
|
-
"@
|
|
770
|
+
"@retarget_31861": {
|
|
771
771
|
"entryPoint": 4225,
|
|
772
|
-
"id":
|
|
772
|
+
"id": 31861,
|
|
773
773
|
"parameterSlots": 1,
|
|
774
774
|
"returnSlots": 0
|
|
775
775
|
},
|
|
@@ -791,15 +791,15 @@
|
|
|
791
791
|
"parameterSlots": 1,
|
|
792
792
|
"returnSlots": 1
|
|
793
793
|
},
|
|
794
|
-
"@
|
|
794
|
+
"@setAuthorizationStatus_31591": {
|
|
795
795
|
"entryPoint": 5975,
|
|
796
|
-
"id":
|
|
796
|
+
"id": 31591,
|
|
797
797
|
"parameterSlots": 1,
|
|
798
798
|
"returnSlots": 0
|
|
799
799
|
},
|
|
800
|
-
"@
|
|
800
|
+
"@setProofLength_31574": {
|
|
801
801
|
"entryPoint": 2048,
|
|
802
|
-
"id":
|
|
802
|
+
"id": 31574,
|
|
803
803
|
"parameterSlots": 1,
|
|
804
804
|
"returnSlots": 0
|
|
805
805
|
},
|
|
@@ -833,15 +833,15 @@
|
|
|
833
833
|
"parameterSlots": 1,
|
|
834
834
|
"returnSlots": 0
|
|
835
835
|
},
|
|
836
|
-
"@
|
|
836
|
+
"@validateChainGasReport_32808": {
|
|
837
837
|
"entryPoint": 5837,
|
|
838
|
-
"id":
|
|
838
|
+
"id": 32808,
|
|
839
839
|
"parameterSlots": 1,
|
|
840
840
|
"returnSlots": 2
|
|
841
841
|
},
|
|
842
|
-
"@
|
|
842
|
+
"@validateChain_32090": {
|
|
843
843
|
"entryPoint": 1032,
|
|
844
|
-
"id":
|
|
844
|
+
"id": 32090,
|
|
845
845
|
"parameterSlots": 1,
|
|
846
846
|
"returnSlots": 2
|
|
847
847
|
},
|
|
@@ -857,9 +857,9 @@
|
|
|
857
857
|
"parameterSlots": 2,
|
|
858
858
|
"returnSlots": 1
|
|
859
859
|
},
|
|
860
|
-
"@
|
|
860
|
+
"@validateHeader_32250": {
|
|
861
861
|
"entryPoint": 6447,
|
|
862
|
-
"id":
|
|
862
|
+
"id": 32250,
|
|
863
863
|
"parameterSlots": 3,
|
|
864
864
|
"returnSlots": 2
|
|
865
865
|
},
|
|
@@ -12536,7 +12536,7 @@
|
|
|
12536
12536
|
"type": "t_address"
|
|
12537
12537
|
},
|
|
12538
12538
|
{
|
|
12539
|
-
"astId":
|
|
12539
|
+
"astId": 31395,
|
|
12540
12540
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12541
12541
|
"label": "ready",
|
|
12542
12542
|
"offset": 20,
|
|
@@ -12544,7 +12544,7 @@
|
|
|
12544
12544
|
"type": "t_bool"
|
|
12545
12545
|
},
|
|
12546
12546
|
{
|
|
12547
|
-
"astId":
|
|
12547
|
+
"astId": 31397,
|
|
12548
12548
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12549
12549
|
"label": "authorizationRequired",
|
|
12550
12550
|
"offset": 21,
|
|
@@ -12552,7 +12552,7 @@
|
|
|
12552
12552
|
"type": "t_bool"
|
|
12553
12553
|
},
|
|
12554
12554
|
{
|
|
12555
|
-
"astId":
|
|
12555
|
+
"astId": 31399,
|
|
12556
12556
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12557
12557
|
"label": "proofLength",
|
|
12558
12558
|
"offset": 22,
|
|
@@ -12560,7 +12560,7 @@
|
|
|
12560
12560
|
"type": "t_uint64"
|
|
12561
12561
|
},
|
|
12562
12562
|
{
|
|
12563
|
-
"astId":
|
|
12563
|
+
"astId": 31401,
|
|
12564
12564
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12565
12565
|
"label": "genesisEpoch",
|
|
12566
12566
|
"offset": 0,
|
|
@@ -12568,7 +12568,7 @@
|
|
|
12568
12568
|
"type": "t_uint64"
|
|
12569
12569
|
},
|
|
12570
12570
|
{
|
|
12571
|
-
"astId":
|
|
12571
|
+
"astId": 31403,
|
|
12572
12572
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12573
12573
|
"label": "currentEpoch",
|
|
12574
12574
|
"offset": 8,
|
|
@@ -12576,7 +12576,7 @@
|
|
|
12576
12576
|
"type": "t_uint64"
|
|
12577
12577
|
},
|
|
12578
12578
|
{
|
|
12579
|
-
"astId":
|
|
12579
|
+
"astId": 31405,
|
|
12580
12580
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12581
12581
|
"label": "currentEpochDifficulty",
|
|
12582
12582
|
"offset": 0,
|
|
@@ -12584,7 +12584,7 @@
|
|
|
12584
12584
|
"type": "t_uint256"
|
|
12585
12585
|
},
|
|
12586
12586
|
{
|
|
12587
|
-
"astId":
|
|
12587
|
+
"astId": 31407,
|
|
12588
12588
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12589
12589
|
"label": "prevEpochDifficulty",
|
|
12590
12590
|
"offset": 0,
|
|
@@ -12592,15 +12592,15 @@
|
|
|
12592
12592
|
"type": "t_uint256"
|
|
12593
12593
|
},
|
|
12594
12594
|
{
|
|
12595
|
-
"astId":
|
|
12595
|
+
"astId": 31412,
|
|
12596
12596
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12597
12597
|
"label": "epochs",
|
|
12598
12598
|
"offset": 0,
|
|
12599
12599
|
"slot": "4",
|
|
12600
|
-
"type": "t_mapping(t_uint256,t_struct(Epoch)
|
|
12600
|
+
"type": "t_mapping(t_uint256,t_struct(Epoch)31284_storage)"
|
|
12601
12601
|
},
|
|
12602
12602
|
{
|
|
12603
|
-
"astId":
|
|
12603
|
+
"astId": 31416,
|
|
12604
12604
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12605
12605
|
"label": "isAuthorized",
|
|
12606
12606
|
"offset": 0,
|
|
@@ -12626,19 +12626,19 @@
|
|
|
12626
12626
|
"numberOfBytes": "32",
|
|
12627
12627
|
"value": "t_bool"
|
|
12628
12628
|
},
|
|
12629
|
-
"t_mapping(t_uint256,t_struct(Epoch)
|
|
12629
|
+
"t_mapping(t_uint256,t_struct(Epoch)31284_storage)": {
|
|
12630
12630
|
"encoding": "mapping",
|
|
12631
12631
|
"key": "t_uint256",
|
|
12632
12632
|
"label": "mapping(uint256 => struct Epoch)",
|
|
12633
12633
|
"numberOfBytes": "32",
|
|
12634
|
-
"value": "t_struct(Epoch)
|
|
12634
|
+
"value": "t_struct(Epoch)31284_storage"
|
|
12635
12635
|
},
|
|
12636
|
-
"t_struct(Epoch)
|
|
12636
|
+
"t_struct(Epoch)31284_storage": {
|
|
12637
12637
|
"encoding": "inplace",
|
|
12638
12638
|
"label": "struct Epoch",
|
|
12639
12639
|
"members": [
|
|
12640
12640
|
{
|
|
12641
|
-
"astId":
|
|
12641
|
+
"astId": 31281,
|
|
12642
12642
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12643
12643
|
"label": "timestamp",
|
|
12644
12644
|
"offset": 0,
|
|
@@ -12646,7 +12646,7 @@
|
|
|
12646
12646
|
"type": "t_uint32"
|
|
12647
12647
|
},
|
|
12648
12648
|
{
|
|
12649
|
-
"astId":
|
|
12649
|
+
"astId": 31283,
|
|
12650
12650
|
"contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
|
|
12651
12651
|
"label": "target",
|
|
12652
12652
|
"offset": 4,
|