@keep-network/tbtc-v2 0.1.1-dev.125 → 0.1.1-dev.127
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 +8 -8
- 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 +19 -19
- package/artifacts/MaintainerProxy.json +26 -26
- 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 +10 -10
- package/artifacts/TBTCToken.json +10 -10
- 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 +11 -11
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +49 -49
- package/artifacts/Wallets.json +2 -2
- package/artifacts/solcInputs/{392170edc034929d363ada40bfeefe31.json → 898e0f70d11502bb7c40e2859883a26e.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/deploy/11_deploy_bridge_governance.ts +2 -1
- package/deploy/91_genesis_relay.ts +35 -0
- package/deploy/92_retarget_relay.ts +119 -0
- package/deploy/93_authorize_relay_maintainer.ts +24 -0
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +26 -26
- package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +251 -251
- 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 +25 -25
- package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +47 -47
- 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 +204 -204
- 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 +42 -42
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +34 -34
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +74 -74
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +62 -62
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +77 -77
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +38 -38
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +75 -75
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +322 -322
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +104 -104
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +147 -147
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +74 -74
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +77 -77
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +360 -360
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +76 -76
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +83 -83
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +72 -72
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
- package/export/artifacts/contracts/test/TestRelay.sol/TestRelay.json +14 -14
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +100 -100
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +176 -176
- package/export/deploy/11_deploy_bridge_governance.js +4 -3
- package/export/deploy/91_genesis_relay.js +72 -0
- package/export/deploy/92_retarget_relay.js +158 -0
- package/export/deploy/93_authorize_relay_maintainer.js +64 -0
- package/export/hardhat.config.js +7 -7
- package/export/typechain/factories/WalletRegistry__factory.js +1 -1
- package/package.json +2 -2
|
@@ -434,15 +434,15 @@
|
|
|
434
434
|
"evm": {
|
|
435
435
|
"bytecode": {
|
|
436
436
|
"functionDebugData": {
|
|
437
|
-
"@
|
|
437
|
+
"@_14521": {
|
|
438
438
|
"entryPoint": null,
|
|
439
|
-
"id":
|
|
439
|
+
"id": 14521,
|
|
440
440
|
"parameterSlots": 2,
|
|
441
441
|
"returnSlots": 0
|
|
442
442
|
},
|
|
443
|
-
"@
|
|
443
|
+
"@_33140": {
|
|
444
444
|
"entryPoint": null,
|
|
445
|
-
"id":
|
|
445
|
+
"id": 33140,
|
|
446
446
|
"parameterSlots": 0,
|
|
447
447
|
"returnSlots": 0
|
|
448
448
|
},
|
|
@@ -2584,189 +2584,189 @@
|
|
|
2584
2584
|
},
|
|
2585
2585
|
"deployedBytecode": {
|
|
2586
2586
|
"functionDebugData": {
|
|
2587
|
-
"@
|
|
2587
|
+
"@NAME_33129": {
|
|
2588
2588
|
"entryPoint": null,
|
|
2589
|
-
"id":
|
|
2589
|
+
"id": 33129,
|
|
2590
2590
|
"parameterSlots": 0,
|
|
2591
2591
|
"returnSlots": 0
|
|
2592
2592
|
},
|
|
2593
|
-
"@
|
|
2593
|
+
"@SYMBOL_33132": {
|
|
2594
2594
|
"entryPoint": null,
|
|
2595
|
-
"id":
|
|
2595
|
+
"id": 33132,
|
|
2596
2596
|
"parameterSlots": 0,
|
|
2597
2597
|
"returnSlots": 0
|
|
2598
2598
|
},
|
|
2599
|
-
"@
|
|
2599
|
+
"@_afterTokenTransfer_15323": {
|
|
2600
2600
|
"entryPoint": null,
|
|
2601
|
-
"id":
|
|
2601
|
+
"id": 15323,
|
|
2602
2602
|
"parameterSlots": 3,
|
|
2603
2603
|
"returnSlots": 0
|
|
2604
2604
|
},
|
|
2605
|
-
"@
|
|
2605
|
+
"@_approve_15207": {
|
|
2606
2606
|
"entryPoint": 2415,
|
|
2607
|
-
"id":
|
|
2607
|
+
"id": 15207,
|
|
2608
2608
|
"parameterSlots": 2,
|
|
2609
2609
|
"returnSlots": 0
|
|
2610
2610
|
},
|
|
2611
|
-
"@
|
|
2611
|
+
"@_baseURI_14675": {
|
|
2612
2612
|
"entryPoint": null,
|
|
2613
|
-
"id":
|
|
2613
|
+
"id": 14675,
|
|
2614
2614
|
"parameterSlots": 0,
|
|
2615
2615
|
"returnSlots": 1
|
|
2616
2616
|
},
|
|
2617
|
-
"@
|
|
2617
|
+
"@_beforeTokenTransfer_15312": {
|
|
2618
2618
|
"entryPoint": null,
|
|
2619
|
-
"id":
|
|
2619
|
+
"id": 15312,
|
|
2620
2620
|
"parameterSlots": 3,
|
|
2621
2621
|
"returnSlots": 0
|
|
2622
2622
|
},
|
|
2623
|
-
"@
|
|
2623
|
+
"@_checkOnERC721Received_15301": {
|
|
2624
2624
|
"entryPoint": 4246,
|
|
2625
|
-
"id":
|
|
2625
|
+
"id": 15301,
|
|
2626
2626
|
"parameterSlots": 4,
|
|
2627
2627
|
"returnSlots": 1
|
|
2628
2628
|
},
|
|
2629
|
-
"@
|
|
2629
|
+
"@_exists_14897": {
|
|
2630
2630
|
"entryPoint": null,
|
|
2631
|
-
"id":
|
|
2631
|
+
"id": 14897,
|
|
2632
2632
|
"parameterSlots": 1,
|
|
2633
2633
|
"returnSlots": 1
|
|
2634
2634
|
},
|
|
2635
|
-
"@
|
|
2635
|
+
"@_isApprovedOrOwner_14938": {
|
|
2636
2636
|
"entryPoint": 2538,
|
|
2637
|
-
"id":
|
|
2637
|
+
"id": 14938,
|
|
2638
2638
|
"parameterSlots": 2,
|
|
2639
2639
|
"returnSlots": 1
|
|
2640
2640
|
},
|
|
2641
|
-
"@
|
|
2641
|
+
"@_mint_15048": {
|
|
2642
2642
|
"entryPoint": 3259,
|
|
2643
|
-
"id":
|
|
2643
|
+
"id": 15048,
|
|
2644
2644
|
"parameterSlots": 2,
|
|
2645
2645
|
"returnSlots": 0
|
|
2646
2646
|
},
|
|
2647
|
-
"@
|
|
2647
|
+
"@_msgSender_15792": {
|
|
2648
2648
|
"entryPoint": null,
|
|
2649
|
-
"id":
|
|
2649
|
+
"id": 15792,
|
|
2650
2650
|
"parameterSlots": 0,
|
|
2651
2651
|
"returnSlots": 1
|
|
2652
2652
|
},
|
|
2653
|
-
"@
|
|
2653
|
+
"@_safeTransfer_14879": {
|
|
2654
2654
|
"entryPoint": 3800,
|
|
2655
|
-
"id":
|
|
2655
|
+
"id": 14879,
|
|
2656
2656
|
"parameterSlots": 4,
|
|
2657
2657
|
"returnSlots": 0
|
|
2658
2658
|
},
|
|
2659
|
-
"@
|
|
2659
|
+
"@_setApprovalForAll_15239": {
|
|
2660
2660
|
"entryPoint": 3594,
|
|
2661
|
-
"id":
|
|
2661
|
+
"id": 15239,
|
|
2662
2662
|
"parameterSlots": 3,
|
|
2663
2663
|
"returnSlots": 0
|
|
2664
2664
|
},
|
|
2665
|
-
"@
|
|
2665
|
+
"@_transfer_15183": {
|
|
2666
2666
|
"entryPoint": 2785,
|
|
2667
|
-
"id":
|
|
2667
|
+
"id": 15183,
|
|
2668
2668
|
"parameterSlots": 3,
|
|
2669
2669
|
"returnSlots": 0
|
|
2670
2670
|
},
|
|
2671
|
-
"@
|
|
2671
|
+
"@approve_14718": {
|
|
2672
2672
|
"entryPoint": 1197,
|
|
2673
|
-
"id":
|
|
2673
|
+
"id": 14718,
|
|
2674
2674
|
"parameterSlots": 2,
|
|
2675
2675
|
"returnSlots": 0
|
|
2676
2676
|
},
|
|
2677
|
-
"@
|
|
2677
|
+
"@balanceOf_14576": {
|
|
2678
2678
|
"entryPoint": 1847,
|
|
2679
|
-
"id":
|
|
2679
|
+
"id": 14576,
|
|
2680
2680
|
"parameterSlots": 1,
|
|
2681
2681
|
"returnSlots": 1
|
|
2682
2682
|
},
|
|
2683
|
-
"@
|
|
2683
|
+
"@getApproved_14739": {
|
|
2684
2684
|
"entryPoint": 1043,
|
|
2685
|
-
"id":
|
|
2685
|
+
"id": 14739,
|
|
2686
2686
|
"parameterSlots": 1,
|
|
2687
2687
|
"returnSlots": 1
|
|
2688
2688
|
},
|
|
2689
|
-
"@
|
|
2689
|
+
"@isApprovedForAll_14774": {
|
|
2690
2690
|
"entryPoint": null,
|
|
2691
|
-
"id":
|
|
2691
|
+
"id": 14774,
|
|
2692
2692
|
"parameterSlots": 2,
|
|
2693
2693
|
"returnSlots": 1
|
|
2694
2694
|
},
|
|
2695
|
-
"@
|
|
2695
|
+
"@isContract_15503": {
|
|
2696
2696
|
"entryPoint": null,
|
|
2697
|
-
"id":
|
|
2697
|
+
"id": 15503,
|
|
2698
2698
|
"parameterSlots": 1,
|
|
2699
2699
|
"returnSlots": 1
|
|
2700
2700
|
},
|
|
2701
|
-
"@
|
|
2701
|
+
"@mint_33153": {
|
|
2702
2702
|
"entryPoint": 1667,
|
|
2703
|
-
"id":
|
|
2703
|
+
"id": 33153,
|
|
2704
2704
|
"parameterSlots": 2,
|
|
2705
2705
|
"returnSlots": 0
|
|
2706
2706
|
},
|
|
2707
|
-
"@
|
|
2707
|
+
"@name_14614": {
|
|
2708
2708
|
"entryPoint": 897,
|
|
2709
|
-
"id":
|
|
2709
|
+
"id": 14614,
|
|
2710
2710
|
"parameterSlots": 0,
|
|
2711
2711
|
"returnSlots": 1
|
|
2712
2712
|
},
|
|
2713
|
-
"@
|
|
2713
|
+
"@ownerOf_14604": {
|
|
2714
2714
|
"entryPoint": 1708,
|
|
2715
|
-
"id":
|
|
2715
|
+
"id": 14604,
|
|
2716
2716
|
"parameterSlots": 1,
|
|
2717
2717
|
"returnSlots": 1
|
|
2718
2718
|
},
|
|
2719
|
-
"@
|
|
2719
|
+
"@safeTransferFrom_14820": {
|
|
2720
2720
|
"entryPoint": 1681,
|
|
2721
|
-
"id":
|
|
2721
|
+
"id": 14820,
|
|
2722
2722
|
"parameterSlots": 3,
|
|
2723
2723
|
"returnSlots": 0
|
|
2724
2724
|
},
|
|
2725
|
-
"@
|
|
2725
|
+
"@safeTransferFrom_14850": {
|
|
2726
2726
|
"entryPoint": 2027,
|
|
2727
|
-
"id":
|
|
2727
|
+
"id": 14850,
|
|
2728
2728
|
"parameterSlots": 4,
|
|
2729
2729
|
"returnSlots": 0
|
|
2730
2730
|
},
|
|
2731
|
-
"@
|
|
2731
|
+
"@setApprovalForAll_14756": {
|
|
2732
2732
|
"entryPoint": 2016,
|
|
2733
|
-
"id":
|
|
2733
|
+
"id": 14756,
|
|
2734
2734
|
"parameterSlots": 2,
|
|
2735
2735
|
"returnSlots": 0
|
|
2736
2736
|
},
|
|
2737
|
-
"@
|
|
2737
|
+
"@supportsInterface_14552": {
|
|
2738
2738
|
"entryPoint": 740,
|
|
2739
|
-
"id":
|
|
2739
|
+
"id": 14552,
|
|
2740
2740
|
"parameterSlots": 1,
|
|
2741
2741
|
"returnSlots": 1
|
|
2742
2742
|
},
|
|
2743
|
-
"@
|
|
2743
|
+
"@supportsInterface_16495": {
|
|
2744
2744
|
"entryPoint": null,
|
|
2745
|
-
"id":
|
|
2745
|
+
"id": 16495,
|
|
2746
2746
|
"parameterSlots": 1,
|
|
2747
2747
|
"returnSlots": 1
|
|
2748
2748
|
},
|
|
2749
|
-
"@
|
|
2749
|
+
"@symbol_14624": {
|
|
2750
2750
|
"entryPoint": 2001,
|
|
2751
|
-
"id":
|
|
2751
|
+
"id": 14624,
|
|
2752
2752
|
"parameterSlots": 0,
|
|
2753
2753
|
"returnSlots": 1
|
|
2754
2754
|
},
|
|
2755
|
-
"@
|
|
2755
|
+
"@toString_15947": {
|
|
2756
2756
|
"entryPoint": 3937,
|
|
2757
|
-
"id":
|
|
2757
|
+
"id": 15947,
|
|
2758
2758
|
"parameterSlots": 1,
|
|
2759
2759
|
"returnSlots": 1
|
|
2760
2760
|
},
|
|
2761
|
-
"@
|
|
2761
|
+
"@tokenURI_14666": {
|
|
2762
2762
|
"entryPoint": 2169,
|
|
2763
|
-
"id":
|
|
2763
|
+
"id": 14666,
|
|
2764
2764
|
"parameterSlots": 1,
|
|
2765
2765
|
"returnSlots": 1
|
|
2766
2766
|
},
|
|
2767
|
-
"@
|
|
2767
|
+
"@transferFrom_14801": {
|
|
2768
2768
|
"entryPoint": 1532,
|
|
2769
|
-
"id":
|
|
2769
|
+
"id": 14801,
|
|
2770
2770
|
"parameterSlots": 3,
|
|
2771
2771
|
"returnSlots": 0
|
|
2772
2772
|
},
|
|
@@ -11709,7 +11709,7 @@
|
|
|
11709
11709
|
"storageLayout": {
|
|
11710
11710
|
"storage": [
|
|
11711
11711
|
{
|
|
11712
|
-
"astId":
|
|
11712
|
+
"astId": 14484,
|
|
11713
11713
|
"contract": "contracts/test/TestERC721.sol:TestERC721",
|
|
11714
11714
|
"label": "_name",
|
|
11715
11715
|
"offset": 0,
|
|
@@ -11717,7 +11717,7 @@
|
|
|
11717
11717
|
"type": "t_string_storage"
|
|
11718
11718
|
},
|
|
11719
11719
|
{
|
|
11720
|
-
"astId":
|
|
11720
|
+
"astId": 14486,
|
|
11721
11721
|
"contract": "contracts/test/TestERC721.sol:TestERC721",
|
|
11722
11722
|
"label": "_symbol",
|
|
11723
11723
|
"offset": 0,
|
|
@@ -11725,7 +11725,7 @@
|
|
|
11725
11725
|
"type": "t_string_storage"
|
|
11726
11726
|
},
|
|
11727
11727
|
{
|
|
11728
|
-
"astId":
|
|
11728
|
+
"astId": 14490,
|
|
11729
11729
|
"contract": "contracts/test/TestERC721.sol:TestERC721",
|
|
11730
11730
|
"label": "_owners",
|
|
11731
11731
|
"offset": 0,
|
|
@@ -11733,7 +11733,7 @@
|
|
|
11733
11733
|
"type": "t_mapping(t_uint256,t_address)"
|
|
11734
11734
|
},
|
|
11735
11735
|
{
|
|
11736
|
-
"astId":
|
|
11736
|
+
"astId": 14494,
|
|
11737
11737
|
"contract": "contracts/test/TestERC721.sol:TestERC721",
|
|
11738
11738
|
"label": "_balances",
|
|
11739
11739
|
"offset": 0,
|
|
@@ -11741,7 +11741,7 @@
|
|
|
11741
11741
|
"type": "t_mapping(t_address,t_uint256)"
|
|
11742
11742
|
},
|
|
11743
11743
|
{
|
|
11744
|
-
"astId":
|
|
11744
|
+
"astId": 14498,
|
|
11745
11745
|
"contract": "contracts/test/TestERC721.sol:TestERC721",
|
|
11746
11746
|
"label": "_tokenApprovals",
|
|
11747
11747
|
"offset": 0,
|
|
@@ -11749,7 +11749,7 @@
|
|
|
11749
11749
|
"type": "t_mapping(t_uint256,t_address)"
|
|
11750
11750
|
},
|
|
11751
11751
|
{
|
|
11752
|
-
"astId":
|
|
11752
|
+
"astId": 14504,
|
|
11753
11753
|
"contract": "contracts/test/TestERC721.sol:TestERC721",
|
|
11754
11754
|
"label": "_operatorApprovals",
|
|
11755
11755
|
"offset": 0,
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
},
|
|
48
48
|
"deployedBytecode": {
|
|
49
49
|
"functionDebugData": {
|
|
50
|
-
"@
|
|
50
|
+
"@compressPublicKey_25654": {
|
|
51
51
|
"entryPoint": 108,
|
|
52
|
-
"id":
|
|
52
|
+
"id": 25654,
|
|
53
53
|
"parameterSlots": 2,
|
|
54
54
|
"returnSlots": 1
|
|
55
55
|
},
|
|
56
|
-
"@
|
|
56
|
+
"@compressPublicKey_33174": {
|
|
57
57
|
"entryPoint": 89,
|
|
58
|
-
"id":
|
|
58
|
+
"id": 33174,
|
|
59
59
|
"parameterSlots": 2,
|
|
60
60
|
"returnSlots": 1
|
|
61
61
|
},
|
|
@@ -124,15 +124,15 @@
|
|
|
124
124
|
"parameterSlots": 1,
|
|
125
125
|
"returnSlots": 1
|
|
126
126
|
},
|
|
127
|
-
"@
|
|
127
|
+
"@getCurrentEpochDifficulty_33257": {
|
|
128
128
|
"entryPoint": null,
|
|
129
|
-
"id":
|
|
129
|
+
"id": 33257,
|
|
130
130
|
"parameterSlots": 0,
|
|
131
131
|
"returnSlots": 1
|
|
132
132
|
},
|
|
133
|
-
"@
|
|
133
|
+
"@getPrevEpochDifficulty_33266": {
|
|
134
134
|
"entryPoint": null,
|
|
135
|
-
"id":
|
|
135
|
+
"id": 33266,
|
|
136
136
|
"parameterSlots": 0,
|
|
137
137
|
"returnSlots": 1
|
|
138
138
|
},
|
|
@@ -142,27 +142,27 @@
|
|
|
142
142
|
"parameterSlots": 1,
|
|
143
143
|
"returnSlots": 1
|
|
144
144
|
},
|
|
145
|
-
"@
|
|
145
|
+
"@setCurrentEpochDifficultyFromHeaders_33230": {
|
|
146
146
|
"entryPoint": 227,
|
|
147
|
-
"id":
|
|
147
|
+
"id": 33230,
|
|
148
148
|
"parameterSlots": 1,
|
|
149
149
|
"returnSlots": 0
|
|
150
150
|
},
|
|
151
|
-
"@
|
|
151
|
+
"@setCurrentEpochDifficulty_33202": {
|
|
152
152
|
"entryPoint": null,
|
|
153
|
-
"id":
|
|
153
|
+
"id": 33202,
|
|
154
154
|
"parameterSlots": 1,
|
|
155
155
|
"returnSlots": 0
|
|
156
156
|
},
|
|
157
|
-
"@
|
|
157
|
+
"@setPrevEpochDifficultyFromHeaders_33248": {
|
|
158
158
|
"entryPoint": 253,
|
|
159
|
-
"id":
|
|
159
|
+
"id": 33248,
|
|
160
160
|
"parameterSlots": 1,
|
|
161
161
|
"returnSlots": 0
|
|
162
162
|
},
|
|
163
|
-
"@
|
|
163
|
+
"@setPrevEpochDifficulty_33212": {
|
|
164
164
|
"entryPoint": null,
|
|
165
|
-
"id":
|
|
165
|
+
"id": 33212,
|
|
166
166
|
"parameterSlots": 1,
|
|
167
167
|
"returnSlots": 0
|
|
168
168
|
},
|
|
@@ -3367,7 +3367,7 @@
|
|
|
3367
3367
|
"storageLayout": {
|
|
3368
3368
|
"storage": [
|
|
3369
3369
|
{
|
|
3370
|
-
"astId":
|
|
3370
|
+
"astId": 33190,
|
|
3371
3371
|
"contract": "contracts/test/TestRelay.sol:TestRelay",
|
|
3372
3372
|
"label": "currentEpochDifficulty",
|
|
3373
3373
|
"offset": 0,
|
|
@@ -3375,7 +3375,7 @@
|
|
|
3375
3375
|
"type": "t_uint256"
|
|
3376
3376
|
},
|
|
3377
3377
|
{
|
|
3378
|
-
"astId":
|
|
3378
|
+
"astId": 33192,
|
|
3379
3379
|
"contract": "contracts/test/TestRelay.sol:TestRelay",
|
|
3380
3380
|
"label": "prevEpochDifficulty",
|
|
3381
3381
|
"offset": 0,
|