@wireio/stake 1.1.69 → 1.2.69
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/lib/stake.browser.js +1334 -44
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +946 -27
- package/lib/stake.js +1334 -44
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +1334 -44
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +47 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +109 -15
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
- package/src/assets/solana/devnet/idl/liqsol_core.json +774 -16
- package/src/assets/solana/devnet/idl/validator_leaderboard.json +161 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +774 -16
- package/src/assets/solana/devnet/types/validator_leaderboard.ts +161 -0
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +0 -699
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +0 -3139
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +0 -106
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +0 -180
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +0 -470
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +0 -1983
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +0 -1231
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +0 -1524
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +0 -119
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +0 -374
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +0 -865
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +0 -524
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +0 -10
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +0 -1232
- package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +0 -97
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +0 -560
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +0 -460
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +0 -624
|
@@ -7,6 +7,68 @@
|
|
|
7
7
|
"description": "Created with Anchor"
|
|
8
8
|
},
|
|
9
9
|
"instructions": [
|
|
10
|
+
{
|
|
11
|
+
"name": "accumulate_unstake_request",
|
|
12
|
+
"docs": [
|
|
13
|
+
"Accumulate unstake requests to be processed in next allocation cycle",
|
|
14
|
+
"Multiple requests can be accumulated before calculating allocations",
|
|
15
|
+
"Returns the target epoch when this unstake request will be processed",
|
|
16
|
+
"We should not be able to call this without development feature enabled",
|
|
17
|
+
""
|
|
18
|
+
],
|
|
19
|
+
"discriminator": [
|
|
20
|
+
24,
|
|
21
|
+
73,
|
|
22
|
+
69,
|
|
23
|
+
139,
|
|
24
|
+
36,
|
|
25
|
+
209,
|
|
26
|
+
105,
|
|
27
|
+
252
|
|
28
|
+
],
|
|
29
|
+
"accounts": [
|
|
30
|
+
{
|
|
31
|
+
"name": "admin",
|
|
32
|
+
"writable": true,
|
|
33
|
+
"signer": true
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "stake_allocation_state",
|
|
37
|
+
"docs": [
|
|
38
|
+
"Stake allocation state - to accumulate pending unstake requests"
|
|
39
|
+
],
|
|
40
|
+
"writable": true
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "stake_metrics",
|
|
44
|
+
"docs": [
|
|
45
|
+
"Stake metrics - to validate total unstake amount is available"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "maintenance_ledger",
|
|
50
|
+
"docs": [
|
|
51
|
+
"Maintenance ledger - to determine target processing epoch"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "global_config",
|
|
56
|
+
"docs": [
|
|
57
|
+
"Global config for min_unstake_request setting"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "clock"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"args": [
|
|
65
|
+
{
|
|
66
|
+
"name": "amount",
|
|
67
|
+
"type": "u64"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"returns": "u64"
|
|
71
|
+
},
|
|
10
72
|
{
|
|
11
73
|
"name": "activate_wire_live",
|
|
12
74
|
"discriminator": [
|
|
@@ -97,6 +159,110 @@
|
|
|
97
159
|
],
|
|
98
160
|
"args": []
|
|
99
161
|
},
|
|
162
|
+
{
|
|
163
|
+
"name": "add_validator_v2",
|
|
164
|
+
"docs": [
|
|
165
|
+
"Add a new validator bbypassing the looking at leaderboard and getting validators form there"
|
|
166
|
+
],
|
|
167
|
+
"discriminator": [
|
|
168
|
+
217,
|
|
169
|
+
158,
|
|
170
|
+
30,
|
|
171
|
+
19,
|
|
172
|
+
123,
|
|
173
|
+
99,
|
|
174
|
+
110,
|
|
175
|
+
30
|
|
176
|
+
],
|
|
177
|
+
"accounts": [
|
|
178
|
+
{
|
|
179
|
+
"name": "authority",
|
|
180
|
+
"writable": true,
|
|
181
|
+
"signer": true
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "active_list",
|
|
185
|
+
"docs": [
|
|
186
|
+
"Active list - will add the validator here"
|
|
187
|
+
],
|
|
188
|
+
"writable": true
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "validator_info",
|
|
192
|
+
"docs": [
|
|
193
|
+
"Create the validator info account"
|
|
194
|
+
],
|
|
195
|
+
"writable": true
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "validator_transient",
|
|
199
|
+
"docs": [
|
|
200
|
+
"Create the validator transient account"
|
|
201
|
+
],
|
|
202
|
+
"writable": true
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "stake_allocation_state",
|
|
206
|
+
"docs": [
|
|
207
|
+
"Stake allocation state - to update total_active_vpp when adding validator"
|
|
208
|
+
],
|
|
209
|
+
"writable": true
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "system_program"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"args": [
|
|
216
|
+
{
|
|
217
|
+
"name": "vote_account",
|
|
218
|
+
"type": "pubkey"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "name",
|
|
222
|
+
"type": "string"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "performance_score",
|
|
226
|
+
"type": "u8"
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "admin_delete_epoch_assertions",
|
|
232
|
+
"discriminator": [
|
|
233
|
+
211,
|
|
234
|
+
16,
|
|
235
|
+
0,
|
|
236
|
+
217,
|
|
237
|
+
53,
|
|
238
|
+
105,
|
|
239
|
+
192,
|
|
240
|
+
45
|
|
241
|
+
],
|
|
242
|
+
"accounts": [
|
|
243
|
+
{
|
|
244
|
+
"name": "epoch_header",
|
|
245
|
+
"docs": [
|
|
246
|
+
"validating and closing any supplied per-message PDAs."
|
|
247
|
+
],
|
|
248
|
+
"writable": true
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "admin",
|
|
252
|
+
"writable": true,
|
|
253
|
+
"signer": true
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "global_config"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"args": [
|
|
260
|
+
{
|
|
261
|
+
"name": "epoch_number",
|
|
262
|
+
"type": "u32"
|
|
263
|
+
}
|
|
264
|
+
]
|
|
265
|
+
},
|
|
100
266
|
{
|
|
101
267
|
"name": "admin_delete_epoch_attestations",
|
|
102
268
|
"discriminator": [
|
|
@@ -217,6 +383,43 @@
|
|
|
217
383
|
],
|
|
218
384
|
"args": []
|
|
219
385
|
},
|
|
386
|
+
{
|
|
387
|
+
"name": "blacklist_validator",
|
|
388
|
+
"docs": [
|
|
389
|
+
"Blacklist a validator (user-facing, maintenance will handle graveyard movement)",
|
|
390
|
+
"UnderPerforming is set automatically when score is updated",
|
|
391
|
+
"Another serious emergency stop function"
|
|
392
|
+
],
|
|
393
|
+
"discriminator": [
|
|
394
|
+
125,
|
|
395
|
+
42,
|
|
396
|
+
36,
|
|
397
|
+
229,
|
|
398
|
+
27,
|
|
399
|
+
38,
|
|
400
|
+
226,
|
|
401
|
+
62
|
|
402
|
+
],
|
|
403
|
+
"accounts": [
|
|
404
|
+
{
|
|
405
|
+
"name": "validator_info",
|
|
406
|
+
"writable": true
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "stake_allocation_state",
|
|
410
|
+
"docs": [
|
|
411
|
+
"Stake allocation state - to update total_active_vpp when VPP changes"
|
|
412
|
+
],
|
|
413
|
+
"writable": true
|
|
414
|
+
}
|
|
415
|
+
],
|
|
416
|
+
"args": [
|
|
417
|
+
{
|
|
418
|
+
"name": "vote_account",
|
|
419
|
+
"type": "pubkey"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
220
423
|
{
|
|
221
424
|
"name": "bond_role",
|
|
222
425
|
"discriminator": [
|
|
@@ -585,6 +788,66 @@
|
|
|
585
788
|
],
|
|
586
789
|
"args": []
|
|
587
790
|
},
|
|
791
|
+
{
|
|
792
|
+
"name": "close_pending_assertions_for_test",
|
|
793
|
+
"discriminator": [
|
|
794
|
+
229,
|
|
795
|
+
108,
|
|
796
|
+
58,
|
|
797
|
+
223,
|
|
798
|
+
235,
|
|
799
|
+
102,
|
|
800
|
+
243,
|
|
801
|
+
163
|
|
802
|
+
],
|
|
803
|
+
"accounts": [
|
|
804
|
+
{
|
|
805
|
+
"name": "pending_attestations",
|
|
806
|
+
"writable": true
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "signer",
|
|
810
|
+
"writable": true,
|
|
811
|
+
"signer": true
|
|
812
|
+
}
|
|
813
|
+
],
|
|
814
|
+
"args": [
|
|
815
|
+
{
|
|
816
|
+
"name": "epoch_number",
|
|
817
|
+
"type": "u32"
|
|
818
|
+
}
|
|
819
|
+
]
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "close_pending_attestations_for_test",
|
|
823
|
+
"discriminator": [
|
|
824
|
+
169,
|
|
825
|
+
19,
|
|
826
|
+
172,
|
|
827
|
+
195,
|
|
828
|
+
162,
|
|
829
|
+
30,
|
|
830
|
+
203,
|
|
831
|
+
195
|
|
832
|
+
],
|
|
833
|
+
"accounts": [
|
|
834
|
+
{
|
|
835
|
+
"name": "pending_attestations",
|
|
836
|
+
"writable": true
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "signer",
|
|
840
|
+
"writable": true,
|
|
841
|
+
"signer": true
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"args": [
|
|
845
|
+
{
|
|
846
|
+
"name": "epoch_number",
|
|
847
|
+
"type": "u32"
|
|
848
|
+
}
|
|
849
|
+
]
|
|
850
|
+
},
|
|
588
851
|
{
|
|
589
852
|
"name": "complete_unbond_role",
|
|
590
853
|
"discriminator": [
|
|
@@ -1387,11 +1650,6 @@
|
|
|
1387
1650
|
"Global config — read opp_required_signature_weight."
|
|
1388
1651
|
]
|
|
1389
1652
|
},
|
|
1390
|
-
{
|
|
1391
|
-
"name": "signer",
|
|
1392
|
-
"writable": true,
|
|
1393
|
-
"signer": true
|
|
1394
|
-
},
|
|
1395
1653
|
{
|
|
1396
1654
|
"name": "instructions",
|
|
1397
1655
|
"docs": [
|
|
@@ -2115,21 +2373,84 @@
|
|
|
2115
2373
|
]
|
|
2116
2374
|
},
|
|
2117
2375
|
{
|
|
2118
|
-
"name": "
|
|
2376
|
+
"name": "inject_test_yield",
|
|
2119
2377
|
"discriminator": [
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2378
|
+
55,
|
|
2379
|
+
41,
|
|
2380
|
+
251,
|
|
2381
|
+
228,
|
|
2382
|
+
58,
|
|
2383
|
+
191,
|
|
2384
|
+
103,
|
|
2385
|
+
248
|
|
2128
2386
|
],
|
|
2129
2387
|
"accounts": [
|
|
2130
2388
|
{
|
|
2131
|
-
"name": "
|
|
2132
|
-
"
|
|
2389
|
+
"name": "admin",
|
|
2390
|
+
"signer": true
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"name": "global_config"
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"name": "global_state",
|
|
2397
|
+
"writable": true
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"name": "distribution_state",
|
|
2401
|
+
"writable": true
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "liqsol_mint",
|
|
2405
|
+
"writable": true
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "pool_authority"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "liqsol_pool_ata",
|
|
2412
|
+
"writable": true
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"name": "deposit_authority",
|
|
2416
|
+
"writable": true
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"name": "liqsol_program"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"name": "liqsol_mint_authority"
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"name": "instructions_sysvar"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "token_program"
|
|
2429
|
+
}
|
|
2430
|
+
],
|
|
2431
|
+
"args": [
|
|
2432
|
+
{
|
|
2433
|
+
"name": "amount",
|
|
2434
|
+
"type": "u64"
|
|
2435
|
+
}
|
|
2436
|
+
]
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "instaswap_cross_chain",
|
|
2440
|
+
"discriminator": [
|
|
2441
|
+
66,
|
|
2442
|
+
67,
|
|
2443
|
+
238,
|
|
2444
|
+
187,
|
|
2445
|
+
6,
|
|
2446
|
+
87,
|
|
2447
|
+
65,
|
|
2448
|
+
50
|
|
2449
|
+
],
|
|
2450
|
+
"accounts": [
|
|
2451
|
+
{
|
|
2452
|
+
"name": "user",
|
|
2453
|
+
"writable": true,
|
|
2133
2454
|
"signer": true
|
|
2134
2455
|
},
|
|
2135
2456
|
{
|
|
@@ -3364,6 +3685,147 @@
|
|
|
3364
3685
|
],
|
|
3365
3686
|
"args": []
|
|
3366
3687
|
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "report_assertion",
|
|
3690
|
+
"discriminator": [
|
|
3691
|
+
58,
|
|
3692
|
+
30,
|
|
3693
|
+
23,
|
|
3694
|
+
45,
|
|
3695
|
+
59,
|
|
3696
|
+
128,
|
|
3697
|
+
164,
|
|
3698
|
+
196
|
|
3699
|
+
],
|
|
3700
|
+
"accounts": [
|
|
3701
|
+
{
|
|
3702
|
+
"name": "pending_attestations",
|
|
3703
|
+
"writable": true
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "opp_epoch_state",
|
|
3707
|
+
"writable": true
|
|
3708
|
+
},
|
|
3709
|
+
{
|
|
3710
|
+
"name": "signer",
|
|
3711
|
+
"writable": true,
|
|
3712
|
+
"signer": true
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "system_program"
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"name": "global_config",
|
|
3719
|
+
"docs": [
|
|
3720
|
+
"Global config — read opp_max_attestations and opp_max_interval_secs thresholds."
|
|
3721
|
+
]
|
|
3722
|
+
}
|
|
3723
|
+
],
|
|
3724
|
+
"args": [
|
|
3725
|
+
{
|
|
3726
|
+
"name": "assertion",
|
|
3727
|
+
"type": {
|
|
3728
|
+
"defined": {
|
|
3729
|
+
"name": "Attestation"
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3732
|
+
}
|
|
3733
|
+
]
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"name": "report_attestation",
|
|
3737
|
+
"discriminator": [
|
|
3738
|
+
93,
|
|
3739
|
+
18,
|
|
3740
|
+
185,
|
|
3741
|
+
16,
|
|
3742
|
+
85,
|
|
3743
|
+
253,
|
|
3744
|
+
20,
|
|
3745
|
+
143
|
|
3746
|
+
],
|
|
3747
|
+
"accounts": [
|
|
3748
|
+
{
|
|
3749
|
+
"name": "pending_attestations",
|
|
3750
|
+
"writable": true
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"name": "opp_epoch_state",
|
|
3754
|
+
"writable": true
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"name": "signer",
|
|
3758
|
+
"writable": true,
|
|
3759
|
+
"signer": true
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"name": "system_program"
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"name": "global_config",
|
|
3766
|
+
"docs": [
|
|
3767
|
+
"Global config — read opp_max_attestations and opp_max_interval_secs thresholds."
|
|
3768
|
+
]
|
|
3769
|
+
}
|
|
3770
|
+
],
|
|
3771
|
+
"args": [
|
|
3772
|
+
{
|
|
3773
|
+
"name": "assertion",
|
|
3774
|
+
"type": {
|
|
3775
|
+
"defined": {
|
|
3776
|
+
"name": "Attestation"
|
|
3777
|
+
}
|
|
3778
|
+
}
|
|
3779
|
+
}
|
|
3780
|
+
]
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"name": "report_validation_operator_action",
|
|
3784
|
+
"discriminator": [
|
|
3785
|
+
95,
|
|
3786
|
+
193,
|
|
3787
|
+
0,
|
|
3788
|
+
214,
|
|
3789
|
+
205,
|
|
3790
|
+
190,
|
|
3791
|
+
64,
|
|
3792
|
+
186
|
|
3793
|
+
],
|
|
3794
|
+
"accounts": [
|
|
3795
|
+
{
|
|
3796
|
+
"name": "pending_attestations",
|
|
3797
|
+
"writable": true
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"name": "opp_epoch_state",
|
|
3801
|
+
"writable": true
|
|
3802
|
+
},
|
|
3803
|
+
{
|
|
3804
|
+
"name": "signer",
|
|
3805
|
+
"writable": true,
|
|
3806
|
+
"signer": true
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"name": "system_program"
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"name": "global_config",
|
|
3813
|
+
"docs": [
|
|
3814
|
+
"Global config — read opp_max_attestations and opp_max_interval_secs thresholds."
|
|
3815
|
+
]
|
|
3816
|
+
}
|
|
3817
|
+
],
|
|
3818
|
+
"args": [
|
|
3819
|
+
{
|
|
3820
|
+
"name": "wire_account",
|
|
3821
|
+
"type": "string"
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"name": "amount",
|
|
3825
|
+
"type": "u64"
|
|
3826
|
+
}
|
|
3827
|
+
]
|
|
3828
|
+
},
|
|
3367
3829
|
{
|
|
3368
3830
|
"name": "request_unbond_role",
|
|
3369
3831
|
"discriminator": [
|
|
@@ -3560,6 +4022,228 @@
|
|
|
3560
4022
|
}
|
|
3561
4023
|
]
|
|
3562
4024
|
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "reset_distribution_state",
|
|
4027
|
+
"discriminator": [
|
|
4028
|
+
159,
|
|
4029
|
+
183,
|
|
4030
|
+
162,
|
|
4031
|
+
74,
|
|
4032
|
+
228,
|
|
4033
|
+
135,
|
|
4034
|
+
157,
|
|
4035
|
+
79
|
|
4036
|
+
],
|
|
4037
|
+
"accounts": [
|
|
4038
|
+
{
|
|
4039
|
+
"name": "admin",
|
|
4040
|
+
"signer": true
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "distribution_state",
|
|
4044
|
+
"writable": true
|
|
4045
|
+
}
|
|
4046
|
+
],
|
|
4047
|
+
"args": []
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"name": "reset_distribution_user_record",
|
|
4051
|
+
"discriminator": [
|
|
4052
|
+
165,
|
|
4053
|
+
186,
|
|
4054
|
+
33,
|
|
4055
|
+
18,
|
|
4056
|
+
6,
|
|
4057
|
+
254,
|
|
4058
|
+
156,
|
|
4059
|
+
36
|
|
4060
|
+
],
|
|
4061
|
+
"accounts": [
|
|
4062
|
+
{
|
|
4063
|
+
"name": "admin",
|
|
4064
|
+
"signer": true
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"name": "token_account"
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "user_record",
|
|
4071
|
+
"writable": true
|
|
4072
|
+
}
|
|
4073
|
+
],
|
|
4074
|
+
"args": []
|
|
4075
|
+
},
|
|
4076
|
+
{
|
|
4077
|
+
"name": "reset_global_state",
|
|
4078
|
+
"discriminator": [
|
|
4079
|
+
252,
|
|
4080
|
+
41,
|
|
4081
|
+
117,
|
|
4082
|
+
110,
|
|
4083
|
+
248,
|
|
4084
|
+
165,
|
|
4085
|
+
48,
|
|
4086
|
+
88
|
|
4087
|
+
],
|
|
4088
|
+
"accounts": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "admin",
|
|
4091
|
+
"signer": true
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"name": "global_config"
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"name": "global_state",
|
|
4098
|
+
"writable": true
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"name": "pool_authority"
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"name": "bucket_authority"
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"name": "liqsol_mint",
|
|
4108
|
+
"writable": true
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
"name": "liqsol_pool_ata",
|
|
4112
|
+
"writable": true
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "bucket_token_account",
|
|
4116
|
+
"writable": true
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "token_program"
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"name": "associated_token_program"
|
|
4123
|
+
}
|
|
4124
|
+
],
|
|
4125
|
+
"args": []
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"name": "reset_opp_pending_for_test",
|
|
4129
|
+
"discriminator": [
|
|
4130
|
+
233,
|
|
4131
|
+
188,
|
|
4132
|
+
101,
|
|
4133
|
+
78,
|
|
4134
|
+
36,
|
|
4135
|
+
169,
|
|
4136
|
+
153,
|
|
4137
|
+
55
|
|
4138
|
+
],
|
|
4139
|
+
"accounts": [
|
|
4140
|
+
{
|
|
4141
|
+
"name": "opp_epoch_state",
|
|
4142
|
+
"writable": true
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "signer",
|
|
4146
|
+
"writable": true,
|
|
4147
|
+
"signer": true
|
|
4148
|
+
}
|
|
4149
|
+
],
|
|
4150
|
+
"args": []
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "reset_opp_state_for_test",
|
|
4154
|
+
"discriminator": [
|
|
4155
|
+
34,
|
|
4156
|
+
13,
|
|
4157
|
+
204,
|
|
4158
|
+
52,
|
|
4159
|
+
70,
|
|
4160
|
+
124,
|
|
4161
|
+
90,
|
|
4162
|
+
48
|
|
4163
|
+
],
|
|
4164
|
+
"accounts": [
|
|
4165
|
+
{
|
|
4166
|
+
"name": "opp_epoch_state",
|
|
4167
|
+
"writable": true
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "signer",
|
|
4171
|
+
"writable": true,
|
|
4172
|
+
"signer": true
|
|
4173
|
+
}
|
|
4174
|
+
],
|
|
4175
|
+
"args": []
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "reset_price_history",
|
|
4179
|
+
"discriminator": [
|
|
4180
|
+
213,
|
|
4181
|
+
231,
|
|
4182
|
+
155,
|
|
4183
|
+
139,
|
|
4184
|
+
248,
|
|
4185
|
+
60,
|
|
4186
|
+
67,
|
|
4187
|
+
199
|
|
4188
|
+
],
|
|
4189
|
+
"accounts": [
|
|
4190
|
+
{
|
|
4191
|
+
"name": "admin",
|
|
4192
|
+
"writable": true,
|
|
4193
|
+
"signer": true
|
|
4194
|
+
},
|
|
4195
|
+
{
|
|
4196
|
+
"name": "global_config"
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"name": "tranche_state",
|
|
4200
|
+
"writable": true
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "price_history",
|
|
4204
|
+
"writable": true
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"name": "system_program"
|
|
4208
|
+
}
|
|
4209
|
+
],
|
|
4210
|
+
"args": []
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"name": "reset_tranche_state",
|
|
4214
|
+
"discriminator": [
|
|
4215
|
+
106,
|
|
4216
|
+
102,
|
|
4217
|
+
143,
|
|
4218
|
+
40,
|
|
4219
|
+
152,
|
|
4220
|
+
173,
|
|
4221
|
+
165,
|
|
4222
|
+
168
|
|
4223
|
+
],
|
|
4224
|
+
"accounts": [
|
|
4225
|
+
{
|
|
4226
|
+
"name": "admin",
|
|
4227
|
+
"writable": true,
|
|
4228
|
+
"signer": true
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"name": "global_config"
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "tranche_state",
|
|
4235
|
+
"writable": true
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"name": "price_history",
|
|
4239
|
+
"writable": true
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"name": "system_program"
|
|
4243
|
+
}
|
|
4244
|
+
],
|
|
4245
|
+
"args": []
|
|
4246
|
+
},
|
|
3563
4247
|
{
|
|
3564
4248
|
"name": "set_admin",
|
|
3565
4249
|
"discriminator": [
|
|
@@ -3614,6 +4298,45 @@
|
|
|
3614
4298
|
],
|
|
3615
4299
|
"args": []
|
|
3616
4300
|
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "set_last_state_change_epoch",
|
|
4303
|
+
"docs": [
|
|
4304
|
+
"Admin function to directly set last_state_change_epoch (useful for testing cooldowns)"
|
|
4305
|
+
],
|
|
4306
|
+
"discriminator": [
|
|
4307
|
+
94,
|
|
4308
|
+
57,
|
|
4309
|
+
139,
|
|
4310
|
+
195,
|
|
4311
|
+
123,
|
|
4312
|
+
224,
|
|
4313
|
+
227,
|
|
4314
|
+
106
|
|
4315
|
+
],
|
|
4316
|
+
"accounts": [
|
|
4317
|
+
{
|
|
4318
|
+
"name": "validator_info",
|
|
4319
|
+
"writable": true
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"name": "stake_allocation_state",
|
|
4323
|
+
"docs": [
|
|
4324
|
+
"Stake allocation state - to update total_active_vpp when VPP changes"
|
|
4325
|
+
],
|
|
4326
|
+
"writable": true
|
|
4327
|
+
}
|
|
4328
|
+
],
|
|
4329
|
+
"args": [
|
|
4330
|
+
{
|
|
4331
|
+
"name": "vote_account",
|
|
4332
|
+
"type": "pubkey"
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"name": "epoch",
|
|
4336
|
+
"type": "u16"
|
|
4337
|
+
}
|
|
4338
|
+
]
|
|
4339
|
+
},
|
|
3617
4340
|
{
|
|
3618
4341
|
"name": "set_paused",
|
|
3619
4342
|
"discriminator": [
|
|
@@ -4169,6 +4892,13 @@
|
|
|
4169
4892
|
"name": "bridge_state",
|
|
4170
4893
|
"writable": true
|
|
4171
4894
|
},
|
|
4895
|
+
{
|
|
4896
|
+
"name": "outpost_account",
|
|
4897
|
+
"docs": [
|
|
4898
|
+
"User's pretoken deposit record."
|
|
4899
|
+
],
|
|
4900
|
+
"writable": true
|
|
4901
|
+
},
|
|
4172
4902
|
{
|
|
4173
4903
|
"name": "extra_account_meta_list"
|
|
4174
4904
|
},
|
|
@@ -4221,6 +4951,34 @@
|
|
|
4221
4951
|
}
|
|
4222
4952
|
]
|
|
4223
4953
|
},
|
|
4954
|
+
{
|
|
4955
|
+
"name": "test_clear_active_list",
|
|
4956
|
+
"discriminator": [
|
|
4957
|
+
17,
|
|
4958
|
+
195,
|
|
4959
|
+
59,
|
|
4960
|
+
174,
|
|
4961
|
+
184,
|
|
4962
|
+
137,
|
|
4963
|
+
149,
|
|
4964
|
+
144
|
|
4965
|
+
],
|
|
4966
|
+
"accounts": [
|
|
4967
|
+
{
|
|
4968
|
+
"name": "active_list",
|
|
4969
|
+
"writable": true
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"name": "processing_state",
|
|
4973
|
+
"writable": true
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"name": "authority",
|
|
4977
|
+
"signer": true
|
|
4978
|
+
}
|
|
4979
|
+
],
|
|
4980
|
+
"args": []
|
|
4981
|
+
},
|
|
4224
4982
|
{
|
|
4225
4983
|
"name": "update_config_bool",
|
|
4226
4984
|
"discriminator": [
|