@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
|
@@ -538,21 +538,21 @@
|
|
|
538
538
|
"evm": {
|
|
539
539
|
"bytecode": {
|
|
540
540
|
"functionDebugData": {
|
|
541
|
-
"@
|
|
541
|
+
"@_17296": {
|
|
542
542
|
"entryPoint": null,
|
|
543
|
-
"id":
|
|
543
|
+
"id": 17296,
|
|
544
544
|
"parameterSlots": 0,
|
|
545
545
|
"returnSlots": 0
|
|
546
546
|
},
|
|
547
|
-
"@
|
|
547
|
+
"@_msgSender_20018": {
|
|
548
548
|
"entryPoint": null,
|
|
549
|
-
"id":
|
|
549
|
+
"id": 20018,
|
|
550
550
|
"parameterSlots": 0,
|
|
551
551
|
"returnSlots": 1
|
|
552
552
|
},
|
|
553
|
-
"@
|
|
553
|
+
"@_transferOwnership_17384": {
|
|
554
554
|
"entryPoint": 31,
|
|
555
|
-
"id":
|
|
555
|
+
"id": 17384,
|
|
556
556
|
"parameterSlots": 1,
|
|
557
557
|
"returnSlots": 0
|
|
558
558
|
}
|
|
@@ -564,33 +564,33 @@
|
|
|
564
564
|
},
|
|
565
565
|
"deployedBytecode": {
|
|
566
566
|
"functionDebugData": {
|
|
567
|
-
"@
|
|
567
|
+
"@_checkOwner_17327": {
|
|
568
568
|
"entryPoint": 5954,
|
|
569
|
-
"id":
|
|
569
|
+
"id": 17327,
|
|
570
570
|
"parameterSlots": 0,
|
|
571
571
|
"returnSlots": 0
|
|
572
572
|
},
|
|
573
|
-
"@
|
|
573
|
+
"@_msgSender_20018": {
|
|
574
574
|
"entryPoint": null,
|
|
575
|
-
"id":
|
|
575
|
+
"id": 20018,
|
|
576
576
|
"parameterSlots": 0,
|
|
577
577
|
"returnSlots": 1
|
|
578
578
|
},
|
|
579
|
-
"@
|
|
579
|
+
"@_transferOwnership_17384": {
|
|
580
580
|
"entryPoint": 6097,
|
|
581
|
-
"id":
|
|
581
|
+
"id": 17384,
|
|
582
582
|
"parameterSlots": 1,
|
|
583
583
|
"returnSlots": 0
|
|
584
584
|
},
|
|
585
|
-
"@
|
|
585
|
+
"@authorizationRequired_38706": {
|
|
586
586
|
"entryPoint": null,
|
|
587
|
-
"id":
|
|
587
|
+
"id": 38706,
|
|
588
588
|
"parameterSlots": 0,
|
|
589
589
|
"returnSlots": 0
|
|
590
590
|
},
|
|
591
|
-
"@
|
|
591
|
+
"@authorize_38919": {
|
|
592
592
|
"entryPoint": 5305,
|
|
593
|
-
"id":
|
|
593
|
+
"id": 38919,
|
|
594
594
|
"parameterSlots": 1,
|
|
595
595
|
"returnSlots": 0
|
|
596
596
|
},
|
|
@@ -600,15 +600,15 @@
|
|
|
600
600
|
"parameterSlots": 1,
|
|
601
601
|
"returnSlots": 1
|
|
602
602
|
},
|
|
603
|
-
"@
|
|
603
|
+
"@currentEpoch_38712": {
|
|
604
604
|
"entryPoint": null,
|
|
605
|
-
"id":
|
|
605
|
+
"id": 38712,
|
|
606
606
|
"parameterSlots": 0,
|
|
607
607
|
"returnSlots": 0
|
|
608
608
|
},
|
|
609
|
-
"@
|
|
609
|
+
"@deauthorize_38938": {
|
|
610
610
|
"entryPoint": 2517,
|
|
611
|
-
"id":
|
|
611
|
+
"id": 38938,
|
|
612
612
|
"parameterSlots": 1,
|
|
613
613
|
"returnSlots": 0
|
|
614
614
|
},
|
|
@@ -636,9 +636,9 @@
|
|
|
636
636
|
"parameterSlots": 1,
|
|
637
637
|
"returnSlots": 1
|
|
638
638
|
},
|
|
639
|
-
"@
|
|
639
|
+
"@extractTimestampAt_38684": {
|
|
640
640
|
"entryPoint": 5921,
|
|
641
|
-
"id":
|
|
641
|
+
"id": 38684,
|
|
642
642
|
"parameterSlots": 2,
|
|
643
643
|
"returnSlots": 1
|
|
644
644
|
},
|
|
@@ -654,51 +654,51 @@
|
|
|
654
654
|
"parameterSlots": 1,
|
|
655
655
|
"returnSlots": 1
|
|
656
656
|
},
|
|
657
|
-
"@
|
|
657
|
+
"@genesisEpoch_38710": {
|
|
658
658
|
"entryPoint": null,
|
|
659
|
-
"id":
|
|
659
|
+
"id": 38710,
|
|
660
660
|
"parameterSlots": 0,
|
|
661
661
|
"returnSlots": 0
|
|
662
662
|
},
|
|
663
|
-
"@
|
|
663
|
+
"@genesis_38843": {
|
|
664
664
|
"entryPoint": 2606,
|
|
665
|
-
"id":
|
|
665
|
+
"id": 38843,
|
|
666
666
|
"parameterSlots": 4,
|
|
667
667
|
"returnSlots": 0
|
|
668
668
|
},
|
|
669
|
-
"@
|
|
669
|
+
"@getBlockDifficulty_39414": {
|
|
670
670
|
"entryPoint": 883,
|
|
671
|
-
"id":
|
|
671
|
+
"id": 39414,
|
|
672
672
|
"parameterSlots": 1,
|
|
673
673
|
"returnSlots": 1
|
|
674
674
|
},
|
|
675
|
-
"@
|
|
675
|
+
"@getCurrentAndPrevEpochDifficulty_39468": {
|
|
676
676
|
"entryPoint": null,
|
|
677
|
-
"id":
|
|
677
|
+
"id": 39468,
|
|
678
678
|
"parameterSlots": 0,
|
|
679
679
|
"returnSlots": 2
|
|
680
680
|
},
|
|
681
|
-
"@
|
|
681
|
+
"@getCurrentEpochDifficulty_39447": {
|
|
682
682
|
"entryPoint": null,
|
|
683
|
-
"id":
|
|
683
|
+
"id": 39447,
|
|
684
684
|
"parameterSlots": 0,
|
|
685
685
|
"returnSlots": 1
|
|
686
686
|
},
|
|
687
|
-
"@
|
|
687
|
+
"@getEpochDifficulty_39499": {
|
|
688
688
|
"entryPoint": 3575,
|
|
689
|
-
"id":
|
|
689
|
+
"id": 39499,
|
|
690
690
|
"parameterSlots": 1,
|
|
691
691
|
"returnSlots": 1
|
|
692
692
|
},
|
|
693
|
-
"@
|
|
693
|
+
"@getPrevEpochDifficulty_39456": {
|
|
694
694
|
"entryPoint": null,
|
|
695
|
-
"id":
|
|
695
|
+
"id": 39456,
|
|
696
696
|
"parameterSlots": 0,
|
|
697
697
|
"returnSlots": 1
|
|
698
698
|
},
|
|
699
|
-
"@
|
|
699
|
+
"@getRelayRange_39438": {
|
|
700
700
|
"entryPoint": 906,
|
|
701
|
-
"id":
|
|
701
|
+
"id": 39438,
|
|
702
702
|
"parameterSlots": 0,
|
|
703
703
|
"returnSlots": 2
|
|
704
704
|
},
|
|
@@ -708,9 +708,9 @@
|
|
|
708
708
|
"parameterSlots": 3,
|
|
709
709
|
"returnSlots": 1
|
|
710
710
|
},
|
|
711
|
-
"@
|
|
711
|
+
"@isAuthorized_38725": {
|
|
712
712
|
"entryPoint": null,
|
|
713
|
-
"id":
|
|
713
|
+
"id": 38725,
|
|
714
714
|
"parameterSlots": 0,
|
|
715
715
|
"returnSlots": 0
|
|
716
716
|
},
|
|
@@ -720,27 +720,27 @@
|
|
|
720
720
|
"parameterSlots": 2,
|
|
721
721
|
"returnSlots": 1
|
|
722
722
|
},
|
|
723
|
-
"@
|
|
723
|
+
"@owner_17313": {
|
|
724
724
|
"entryPoint": null,
|
|
725
|
-
"id":
|
|
725
|
+
"id": 17313,
|
|
726
726
|
"parameterSlots": 0,
|
|
727
727
|
"returnSlots": 1
|
|
728
728
|
},
|
|
729
|
-
"@
|
|
729
|
+
"@proofLength_38708": {
|
|
730
730
|
"entryPoint": null,
|
|
731
|
-
"id":
|
|
731
|
+
"id": 38708,
|
|
732
732
|
"parameterSlots": 0,
|
|
733
733
|
"returnSlots": 0
|
|
734
734
|
},
|
|
735
|
-
"@
|
|
735
|
+
"@ready_38704": {
|
|
736
736
|
"entryPoint": null,
|
|
737
|
-
"id":
|
|
737
|
+
"id": 38704,
|
|
738
738
|
"parameterSlots": 0,
|
|
739
739
|
"returnSlots": 0
|
|
740
740
|
},
|
|
741
|
-
"@
|
|
741
|
+
"@renounceOwnership_17341": {
|
|
742
742
|
"entryPoint": 3847,
|
|
743
|
-
"id":
|
|
743
|
+
"id": 17341,
|
|
744
744
|
"parameterSlots": 0,
|
|
745
745
|
"returnSlots": 0
|
|
746
746
|
},
|
|
@@ -750,9 +750,9 @@
|
|
|
750
750
|
"parameterSlots": 3,
|
|
751
751
|
"returnSlots": 1
|
|
752
752
|
},
|
|
753
|
-
"@
|
|
753
|
+
"@retarget_39170": {
|
|
754
754
|
"entryPoint": 3867,
|
|
755
|
-
"id":
|
|
755
|
+
"id": 39170,
|
|
756
756
|
"parameterSlots": 1,
|
|
757
757
|
"returnSlots": 0
|
|
758
758
|
},
|
|
@@ -774,15 +774,15 @@
|
|
|
774
774
|
"parameterSlots": 1,
|
|
775
775
|
"returnSlots": 1
|
|
776
776
|
},
|
|
777
|
-
"@
|
|
777
|
+
"@setAuthorizationStatus_38900": {
|
|
778
778
|
"entryPoint": 5397,
|
|
779
|
-
"id":
|
|
779
|
+
"id": 38900,
|
|
780
780
|
"parameterSlots": 1,
|
|
781
781
|
"returnSlots": 0
|
|
782
782
|
},
|
|
783
|
-
"@
|
|
783
|
+
"@setProofLength_38883": {
|
|
784
784
|
"entryPoint": 2018,
|
|
785
|
-
"id":
|
|
785
|
+
"id": 38883,
|
|
786
786
|
"parameterSlots": 1,
|
|
787
787
|
"returnSlots": 0
|
|
788
788
|
},
|
|
@@ -810,15 +810,15 @@
|
|
|
810
810
|
"parameterSlots": 2,
|
|
811
811
|
"returnSlots": 1
|
|
812
812
|
},
|
|
813
|
-
"@
|
|
813
|
+
"@transferOwnership_17364": {
|
|
814
814
|
"entryPoint": 5509,
|
|
815
|
-
"id":
|
|
815
|
+
"id": 17364,
|
|
816
816
|
"parameterSlots": 1,
|
|
817
817
|
"returnSlots": 0
|
|
818
818
|
},
|
|
819
|
-
"@
|
|
819
|
+
"@validateChain_39399": {
|
|
820
820
|
"entryPoint": 1002,
|
|
821
|
-
"id":
|
|
821
|
+
"id": 39399,
|
|
822
822
|
"parameterSlots": 1,
|
|
823
823
|
"returnSlots": 2
|
|
824
824
|
},
|
|
@@ -834,9 +834,9 @@
|
|
|
834
834
|
"parameterSlots": 2,
|
|
835
835
|
"returnSlots": 1
|
|
836
836
|
},
|
|
837
|
-
"@
|
|
837
|
+
"@validateHeader_39559": {
|
|
838
838
|
"entryPoint": 5705,
|
|
839
|
-
"id":
|
|
839
|
+
"id": 39559,
|
|
840
840
|
"parameterSlots": 3,
|
|
841
841
|
"returnSlots": 2
|
|
842
842
|
},
|
|
@@ -11806,7 +11806,7 @@
|
|
|
11806
11806
|
"storageLayout": {
|
|
11807
11807
|
"storage": [
|
|
11808
11808
|
{
|
|
11809
|
-
"astId":
|
|
11809
|
+
"astId": 17280,
|
|
11810
11810
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11811
11811
|
"label": "_owner",
|
|
11812
11812
|
"offset": 0,
|
|
@@ -11814,7 +11814,7 @@
|
|
|
11814
11814
|
"type": "t_address"
|
|
11815
11815
|
},
|
|
11816
11816
|
{
|
|
11817
|
-
"astId":
|
|
11817
|
+
"astId": 38704,
|
|
11818
11818
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11819
11819
|
"label": "ready",
|
|
11820
11820
|
"offset": 20,
|
|
@@ -11822,7 +11822,7 @@
|
|
|
11822
11822
|
"type": "t_bool"
|
|
11823
11823
|
},
|
|
11824
11824
|
{
|
|
11825
|
-
"astId":
|
|
11825
|
+
"astId": 38706,
|
|
11826
11826
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11827
11827
|
"label": "authorizationRequired",
|
|
11828
11828
|
"offset": 21,
|
|
@@ -11830,7 +11830,7 @@
|
|
|
11830
11830
|
"type": "t_bool"
|
|
11831
11831
|
},
|
|
11832
11832
|
{
|
|
11833
|
-
"astId":
|
|
11833
|
+
"astId": 38708,
|
|
11834
11834
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11835
11835
|
"label": "proofLength",
|
|
11836
11836
|
"offset": 22,
|
|
@@ -11838,7 +11838,7 @@
|
|
|
11838
11838
|
"type": "t_uint64"
|
|
11839
11839
|
},
|
|
11840
11840
|
{
|
|
11841
|
-
"astId":
|
|
11841
|
+
"astId": 38710,
|
|
11842
11842
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11843
11843
|
"label": "genesisEpoch",
|
|
11844
11844
|
"offset": 0,
|
|
@@ -11846,7 +11846,7 @@
|
|
|
11846
11846
|
"type": "t_uint64"
|
|
11847
11847
|
},
|
|
11848
11848
|
{
|
|
11849
|
-
"astId":
|
|
11849
|
+
"astId": 38712,
|
|
11850
11850
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11851
11851
|
"label": "currentEpoch",
|
|
11852
11852
|
"offset": 8,
|
|
@@ -11854,7 +11854,7 @@
|
|
|
11854
11854
|
"type": "t_uint64"
|
|
11855
11855
|
},
|
|
11856
11856
|
{
|
|
11857
|
-
"astId":
|
|
11857
|
+
"astId": 38714,
|
|
11858
11858
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11859
11859
|
"label": "currentEpochDifficulty",
|
|
11860
11860
|
"offset": 0,
|
|
@@ -11862,7 +11862,7 @@
|
|
|
11862
11862
|
"type": "t_uint256"
|
|
11863
11863
|
},
|
|
11864
11864
|
{
|
|
11865
|
-
"astId":
|
|
11865
|
+
"astId": 38716,
|
|
11866
11866
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11867
11867
|
"label": "prevEpochDifficulty",
|
|
11868
11868
|
"offset": 0,
|
|
@@ -11870,15 +11870,15 @@
|
|
|
11870
11870
|
"type": "t_uint256"
|
|
11871
11871
|
},
|
|
11872
11872
|
{
|
|
11873
|
-
"astId":
|
|
11873
|
+
"astId": 38721,
|
|
11874
11874
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11875
11875
|
"label": "epochs",
|
|
11876
11876
|
"offset": 0,
|
|
11877
11877
|
"slot": "4",
|
|
11878
|
-
"type": "t_mapping(t_uint256,t_struct(Epoch)
|
|
11878
|
+
"type": "t_mapping(t_uint256,t_struct(Epoch)38593_storage)"
|
|
11879
11879
|
},
|
|
11880
11880
|
{
|
|
11881
|
-
"astId":
|
|
11881
|
+
"astId": 38725,
|
|
11882
11882
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11883
11883
|
"label": "isAuthorized",
|
|
11884
11884
|
"offset": 0,
|
|
@@ -11904,19 +11904,19 @@
|
|
|
11904
11904
|
"numberOfBytes": "32",
|
|
11905
11905
|
"value": "t_bool"
|
|
11906
11906
|
},
|
|
11907
|
-
"t_mapping(t_uint256,t_struct(Epoch)
|
|
11907
|
+
"t_mapping(t_uint256,t_struct(Epoch)38593_storage)": {
|
|
11908
11908
|
"encoding": "mapping",
|
|
11909
11909
|
"key": "t_uint256",
|
|
11910
11910
|
"label": "mapping(uint256 => struct Epoch)",
|
|
11911
11911
|
"numberOfBytes": "32",
|
|
11912
|
-
"value": "t_struct(Epoch)
|
|
11912
|
+
"value": "t_struct(Epoch)38593_storage"
|
|
11913
11913
|
},
|
|
11914
|
-
"t_struct(Epoch)
|
|
11914
|
+
"t_struct(Epoch)38593_storage": {
|
|
11915
11915
|
"encoding": "inplace",
|
|
11916
11916
|
"label": "struct Epoch",
|
|
11917
11917
|
"members": [
|
|
11918
11918
|
{
|
|
11919
|
-
"astId":
|
|
11919
|
+
"astId": 38590,
|
|
11920
11920
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11921
11921
|
"label": "timestamp",
|
|
11922
11922
|
"offset": 0,
|
|
@@ -11924,7 +11924,7 @@
|
|
|
11924
11924
|
"type": "t_uint32"
|
|
11925
11925
|
},
|
|
11926
11926
|
{
|
|
11927
|
-
"astId":
|
|
11927
|
+
"astId": 38592,
|
|
11928
11928
|
"contract": "contracts/relay/LightRelay.sol:LightRelay",
|
|
11929
11929
|
"label": "target",
|
|
11930
11930
|
"offset": 4,
|