@keep-network/tbtc-v2 0.1.1-dev.125 → 0.1.1-dev.126

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.
Files changed (111) hide show
  1. package/artifacts/BLS.json +1 -1
  2. package/artifacts/Bank.json +8 -8
  3. package/artifacts/BeaconAuthorization.json +1 -1
  4. package/artifacts/BeaconDkg.json +1 -1
  5. package/artifacts/BeaconDkgValidator.json +1 -1
  6. package/artifacts/BeaconInactivity.json +1 -1
  7. package/artifacts/BeaconSortitionPool.json +3 -3
  8. package/artifacts/Bridge.json +5 -5
  9. package/artifacts/BridgeGovernance.json +2 -2
  10. package/artifacts/BridgeGovernanceParameters.json +2 -2
  11. package/artifacts/Deposit.json +2 -2
  12. package/artifacts/DepositSweep.json +2 -2
  13. package/artifacts/EcdsaDkgValidator.json +1 -1
  14. package/artifacts/EcdsaInactivity.json +1 -1
  15. package/artifacts/EcdsaSortitionPool.json +3 -3
  16. package/artifacts/Fraud.json +2 -2
  17. package/artifacts/KeepRegistry.json +1 -1
  18. package/artifacts/KeepStake.json +2 -2
  19. package/artifacts/KeepToken.json +2 -2
  20. package/artifacts/KeepTokenStaking.json +1 -1
  21. package/artifacts/LightRelay.json +19 -19
  22. package/artifacts/MaintainerProxy.json +26 -26
  23. package/artifacts/MovingFunds.json +2 -2
  24. package/artifacts/NuCypherStakingEscrow.json +1 -1
  25. package/artifacts/NuCypherToken.json +2 -2
  26. package/artifacts/RandomBeacon.json +2 -2
  27. package/artifacts/RandomBeaconChaosnet.json +2 -2
  28. package/artifacts/RandomBeaconGovernance.json +2 -2
  29. package/artifacts/Redemption.json +2 -2
  30. package/artifacts/ReimbursementPool.json +2 -2
  31. package/artifacts/T.json +2 -2
  32. package/artifacts/TBTC.json +10 -10
  33. package/artifacts/TBTCToken.json +10 -10
  34. package/artifacts/TBTCVault.json +24 -24
  35. package/artifacts/TokenStaking.json +1 -1
  36. package/artifacts/TokenholderGovernor.json +9 -9
  37. package/artifacts/TokenholderTimelock.json +8 -8
  38. package/artifacts/VendingMachine.json +11 -11
  39. package/artifacts/VendingMachineKeep.json +1 -1
  40. package/artifacts/VendingMachineNuCypher.json +1 -1
  41. package/artifacts/WalletRegistry.json +5 -5
  42. package/artifacts/WalletRegistryGovernance.json +49 -49
  43. package/artifacts/Wallets.json +2 -2
  44. package/artifacts/solcInputs/{392170edc034929d363ada40bfeefe31.json → 898e0f70d11502bb7c40e2859883a26e.json} +1 -1
  45. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  46. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  47. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  48. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  49. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  50. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  51. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  52. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  53. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  54. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  55. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  56. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  57. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  58. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  59. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  60. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  61. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  62. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  63. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  64. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  65. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  66. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  67. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  68. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  69. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  70. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  71. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  72. package/deploy/91_genesis_relay.ts +35 -0
  73. package/deploy/92_retarget_relay.ts +119 -0
  74. package/deploy/93_authorize_relay_maintainer.ts +24 -0
  75. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +26 -26
  76. package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +251 -251
  77. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
  78. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +25 -25
  79. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +47 -47
  80. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
  81. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
  82. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +204 -204
  83. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
  84. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +42 -42
  85. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +34 -34
  86. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +74 -74
  87. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +62 -62
  88. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +77 -77
  89. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +38 -38
  90. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +75 -75
  91. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +322 -322
  92. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +104 -104
  93. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +147 -147
  94. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +74 -74
  95. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +77 -77
  96. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +360 -360
  97. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
  98. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +76 -76
  99. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  100. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +83 -83
  101. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +72 -72
  102. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
  103. package/export/artifacts/contracts/test/TestRelay.sol/TestRelay.json +14 -14
  104. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +100 -100
  105. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
  106. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +176 -176
  107. package/export/deploy/91_genesis_relay.js +72 -0
  108. package/export/deploy/92_retarget_relay.js +158 -0
  109. package/export/deploy/93_authorize_relay_maintainer.js +64 -0
  110. package/export/typechain/factories/WalletRegistry__factory.js +1 -1
  111. package/package.json +2 -2
@@ -42,15 +42,15 @@
42
42
  },
43
43
  "deployedBytecode": {
44
44
  "functionDebugData": {
45
- "@isValidHeartbeatMessage_26452": {
45
+ "@isValidHeartbeatMessage_26450": {
46
46
  "entryPoint": 108,
47
- "id": 26452,
47
+ "id": 26450,
48
48
  "parameterSlots": 2,
49
49
  "returnSlots": 1
50
50
  },
51
- "@isValidHeartbeatMessage_33026": {
51
+ "@isValidHeartbeatMessage_33024": {
52
52
  "entryPoint": 87,
53
- "id": 33026,
53
+ "id": 33024,
54
54
  "parameterSlots": 2,
55
55
  "returnSlots": 1
56
56
  },
@@ -561,21 +561,21 @@
561
561
  "evm": {
562
562
  "bytecode": {
563
563
  "functionDebugData": {
564
- "@_13269": {
564
+ "@_13267": {
565
565
  "entryPoint": null,
566
- "id": 13269,
566
+ "id": 13267,
567
567
  "parameterSlots": 0,
568
568
  "returnSlots": 0
569
569
  },
570
- "@_msgSender_15794": {
570
+ "@_msgSender_15792": {
571
571
  "entryPoint": null,
572
- "id": 15794,
572
+ "id": 15792,
573
573
  "parameterSlots": 0,
574
574
  "returnSlots": 1
575
575
  },
576
- "@_transferOwnership_13349": {
576
+ "@_transferOwnership_13347": {
577
577
  "entryPoint": 31,
578
- "id": 13349,
578
+ "id": 13347,
579
579
  "parameterSlots": 1,
580
580
  "returnSlots": 0
581
581
  }
@@ -587,27 +587,27 @@
587
587
  },
588
588
  "deployedBytecode": {
589
589
  "functionDebugData": {
590
- "@_msgSender_15794": {
590
+ "@_msgSender_15792": {
591
591
  "entryPoint": null,
592
- "id": 15794,
592
+ "id": 15792,
593
593
  "parameterSlots": 0,
594
594
  "returnSlots": 1
595
595
  },
596
- "@_transferOwnership_13349": {
596
+ "@_transferOwnership_13347": {
597
597
  "entryPoint": 6749,
598
- "id": 13349,
598
+ "id": 13347,
599
599
  "parameterSlots": 1,
600
600
  "returnSlots": 0
601
601
  },
602
- "@authorizationRequired_31663": {
602
+ "@authorizationRequired_31661": {
603
603
  "entryPoint": null,
604
- "id": 31663,
604
+ "id": 31661,
605
605
  "parameterSlots": 0,
606
606
  "returnSlots": 0
607
607
  },
608
- "@authorize_31876": {
608
+ "@authorize_31874": {
609
609
  "entryPoint": 5663,
610
- "id": 31876,
610
+ "id": 31874,
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
- "@currentEpoch_31669": {
620
+ "@currentEpoch_31667": {
621
621
  "entryPoint": null,
622
- "id": 31669,
622
+ "id": 31667,
623
623
  "parameterSlots": 0,
624
624
  "returnSlots": 0
625
625
  },
626
- "@deauthorize_31895": {
626
+ "@deauthorize_31893": {
627
627
  "entryPoint": 2629,
628
- "id": 31895,
628
+ "id": 31893,
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
- "@extractTimestampAt_31641": {
656
+ "@extractTimestampAt_31639": {
657
657
  "entryPoint": 6663,
658
- "id": 31641,
658
+ "id": 31639,
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
- "@genesisEpoch_31667": {
674
+ "@genesisEpoch_31665": {
675
675
  "entryPoint": null,
676
- "id": 31667,
676
+ "id": 31665,
677
677
  "parameterSlots": 0,
678
678
  "returnSlots": 0
679
679
  },
680
- "@genesis_31800": {
680
+ "@genesis_31798": {
681
681
  "entryPoint": 2800,
682
- "id": 31800,
682
+ "id": 31798,
683
683
  "parameterSlots": 4,
684
684
  "returnSlots": 0
685
685
  },
686
- "@getBlockDifficulty_32371": {
686
+ "@getBlockDifficulty_32369": {
687
687
  "entryPoint": 913,
688
- "id": 32371,
688
+ "id": 32369,
689
689
  "parameterSlots": 1,
690
690
  "returnSlots": 1
691
691
  },
692
- "@getCurrentAndPrevEpochDifficulty_32425": {
692
+ "@getCurrentAndPrevEpochDifficulty_32423": {
693
693
  "entryPoint": null,
694
- "id": 32425,
694
+ "id": 32423,
695
695
  "parameterSlots": 0,
696
696
  "returnSlots": 2
697
697
  },
698
- "@getCurrentEpochDifficulty_32404": {
698
+ "@getCurrentEpochDifficulty_32402": {
699
699
  "entryPoint": null,
700
- "id": 32404,
700
+ "id": 32402,
701
701
  "parameterSlots": 0,
702
702
  "returnSlots": 1
703
703
  },
704
- "@getEpochDifficulty_32456": {
704
+ "@getEpochDifficulty_32454": {
705
705
  "entryPoint": 3851,
706
- "id": 32456,
706
+ "id": 32454,
707
707
  "parameterSlots": 1,
708
708
  "returnSlots": 1
709
709
  },
710
- "@getPrevEpochDifficulty_32413": {
710
+ "@getPrevEpochDifficulty_32411": {
711
711
  "entryPoint": null,
712
- "id": 32413,
712
+ "id": 32411,
713
713
  "parameterSlots": 0,
714
714
  "returnSlots": 1
715
715
  },
716
- "@getRelayRange_32395": {
716
+ "@getRelayRange_32393": {
717
717
  "entryPoint": 936,
718
- "id": 32395,
718
+ "id": 32393,
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
- "@isAuthorized_31682": {
728
+ "@isAuthorized_31680": {
729
729
  "entryPoint": null,
730
- "id": 31682,
730
+ "id": 31680,
731
731
  "parameterSlots": 0,
732
732
  "returnSlots": 0
733
733
  },
@@ -737,27 +737,27 @@
737
737
  "parameterSlots": 2,
738
738
  "returnSlots": 1
739
739
  },
740
- "@owner_13278": {
740
+ "@owner_13276": {
741
741
  "entryPoint": null,
742
- "id": 13278,
742
+ "id": 13276,
743
743
  "parameterSlots": 0,
744
744
  "returnSlots": 1
745
745
  },
746
- "@proofLength_31665": {
746
+ "@proofLength_31663": {
747
747
  "entryPoint": null,
748
- "id": 31665,
748
+ "id": 31663,
749
749
  "parameterSlots": 0,
750
750
  "returnSlots": 0
751
751
  },
752
- "@ready_31661": {
752
+ "@ready_31659": {
753
753
  "entryPoint": null,
754
- "id": 31661,
754
+ "id": 31659,
755
755
  "parameterSlots": 0,
756
756
  "returnSlots": 0
757
757
  },
758
- "@renounceOwnership_13306": {
758
+ "@renounceOwnership_13304": {
759
759
  "entryPoint": 4123,
760
- "id": 13306,
760
+ "id": 13304,
761
761
  "parameterSlots": 0,
762
762
  "returnSlots": 0
763
763
  },
@@ -767,9 +767,9 @@
767
767
  "parameterSlots": 3,
768
768
  "returnSlots": 1
769
769
  },
770
- "@retarget_32127": {
770
+ "@retarget_32125": {
771
771
  "entryPoint": 4225,
772
- "id": 32127,
772
+ "id": 32125,
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
- "@setAuthorizationStatus_31857": {
794
+ "@setAuthorizationStatus_31855": {
795
795
  "entryPoint": 5975,
796
- "id": 31857,
796
+ "id": 31855,
797
797
  "parameterSlots": 1,
798
798
  "returnSlots": 0
799
799
  },
800
- "@setProofLength_31840": {
800
+ "@setProofLength_31838": {
801
801
  "entryPoint": 2048,
802
- "id": 31840,
802
+ "id": 31838,
803
803
  "parameterSlots": 1,
804
804
  "returnSlots": 0
805
805
  },
@@ -827,21 +827,21 @@
827
827
  "parameterSlots": 2,
828
828
  "returnSlots": 1
829
829
  },
830
- "@transferOwnership_13329": {
830
+ "@transferOwnership_13327": {
831
831
  "entryPoint": 6169,
832
- "id": 13329,
832
+ "id": 13327,
833
833
  "parameterSlots": 1,
834
834
  "returnSlots": 0
835
835
  },
836
- "@validateChainGasReport_33047": {
836
+ "@validateChainGasReport_33045": {
837
837
  "entryPoint": 5837,
838
- "id": 33047,
838
+ "id": 33045,
839
839
  "parameterSlots": 1,
840
840
  "returnSlots": 2
841
841
  },
842
- "@validateChain_32356": {
842
+ "@validateChain_32354": {
843
843
  "entryPoint": 1032,
844
- "id": 32356,
844
+ "id": 32354,
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
- "@validateHeader_32516": {
860
+ "@validateHeader_32514": {
861
861
  "entryPoint": 6447,
862
- "id": 32516,
862
+ "id": 32514,
863
863
  "parameterSlots": 3,
864
864
  "returnSlots": 2
865
865
  },
@@ -12528,7 +12528,7 @@
12528
12528
  "storageLayout": {
12529
12529
  "storage": [
12530
12530
  {
12531
- "astId": 13253,
12531
+ "astId": 13251,
12532
12532
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12533
12533
  "label": "_owner",
12534
12534
  "offset": 0,
@@ -12536,7 +12536,7 @@
12536
12536
  "type": "t_address"
12537
12537
  },
12538
12538
  {
12539
- "astId": 31661,
12539
+ "astId": 31659,
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": 31663,
12547
+ "astId": 31661,
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": 31665,
12555
+ "astId": 31663,
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": 31667,
12563
+ "astId": 31665,
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": 31669,
12571
+ "astId": 31667,
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": 31671,
12579
+ "astId": 31669,
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": 31673,
12587
+ "astId": 31671,
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": 31678,
12595
+ "astId": 31676,
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)31550_storage)"
12600
+ "type": "t_mapping(t_uint256,t_struct(Epoch)31548_storage)"
12601
12601
  },
12602
12602
  {
12603
- "astId": 31682,
12603
+ "astId": 31680,
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)31550_storage)": {
12629
+ "t_mapping(t_uint256,t_struct(Epoch)31548_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)31550_storage"
12634
+ "value": "t_struct(Epoch)31548_storage"
12635
12635
  },
12636
- "t_struct(Epoch)31550_storage": {
12636
+ "t_struct(Epoch)31548_storage": {
12637
12637
  "encoding": "inplace",
12638
12638
  "label": "struct Epoch",
12639
12639
  "members": [
12640
12640
  {
12641
- "astId": 31547,
12641
+ "astId": 31545,
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": 31549,
12649
+ "astId": 31547,
12650
12650
  "contract": "contracts/test/LightRelayStub.sol:LightRelayStub",
12651
12651
  "label": "target",
12652
12652
  "offset": 4,
@@ -107,21 +107,21 @@
107
107
  },
108
108
  "deployedBytecode": {
109
109
  "functionDebugData": {
110
- "@receiveApproval_33092": {
110
+ "@receiveApproval_33090": {
111
111
  "entryPoint": 157,
112
- "id": 33092,
112
+ "id": 33090,
113
113
  "parameterSlots": 5,
114
114
  "returnSlots": 0
115
115
  },
116
- "@setShouldRevert_33102": {
116
+ "@setShouldRevert_33100": {
117
117
  "entryPoint": null,
118
- "id": 33102,
118
+ "id": 33100,
119
119
  "parameterSlots": 1,
120
120
  "returnSlots": 0
121
121
  },
122
- "@shouldRevert_33055": {
122
+ "@shouldRevert_33053": {
123
123
  "entryPoint": null,
124
- "id": 33055,
124
+ "id": 33053,
125
125
  "parameterSlots": 0,
126
126
  "returnSlots": 0
127
127
  },
@@ -2136,7 +2136,7 @@
2136
2136
  "storageLayout": {
2137
2137
  "storage": [
2138
2138
  {
2139
- "astId": 33055,
2139
+ "astId": 33053,
2140
2140
  "contract": "contracts/test/ReceiveApprovalStub.sol:ReceiveApprovalStub",
2141
2141
  "label": "shouldRevert",
2142
2142
  "offset": 0,