@wireio/stake 2.6.1 → 2.7.1
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 +1738 -26280
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +665 -16
- package/lib/stake.js +1738 -26280
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +1738 -26280
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +70 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +70 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +10 -75
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +33 -2
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.json +33 -2
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -2
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
- package/src/assets/solana/devnet/idl/liqsol_core.json +490 -1
- package/src/assets/solana/devnet/idl/transfer_hook.json +248 -0
- package/src/assets/solana/devnet/idl/validator_leaderboard.json +161 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +490 -1
- package/src/assets/solana/devnet/types/transfer_hook.ts +248 -0
- package/src/assets/solana/devnet/types/validator_leaderboard.ts +161 -0
- package/src/networks/ethereum/contract.ts +64 -69
- package/src/networks/ethereum/types.ts +1 -1
- package/src/networks/solana/clients/distribution.client.ts +2 -1
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +0 -164
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -76
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +0 -10
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +0 -618
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +0 -40
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +0 -10
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +0 -10
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +0 -233
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +0 -49
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +0 -64
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +0 -1458
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +0 -1532
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +0 -1525
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +0 -1076
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +0 -807
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -1289
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -39
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -64
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -29
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +0 -319
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +0 -333
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -279
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -129
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -66
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.json +0 -10
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +0 -229
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +0 -1376
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +0 -973
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.json +0 -10
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -441
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -122
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +0 -551
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +0 -948
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +0 -88
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +0 -194
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +0 -36
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +0 -199
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -273
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -394
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -378
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +0 -224
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +0 -1010
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +0 -291
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +0 -298
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +0 -488
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +0 -229
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -1432
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -130
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -141
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -213
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +0 -2015
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -858
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -30
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +0 -472
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +0 -330
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +0 -449
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManager.json +0 -978
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IAccounting.json +0 -176
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.json +0 -874
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +0 -937
- package/src/assets/ethereum/mainnet/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/accounting.sol/Accounting.json +0 -542
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthToken.json +0 -1233
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModule.json +0 -1772
- package/src/assets/ethereum/mainnet/outpost/Aggregator.sol/Aggregator.json +0 -82
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BAR.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BAR.json +0 -1840
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/Depositor.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/Depositor.json +0 -1622
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManager.json +0 -730
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/Pool.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/Pool.json +0 -905
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/Pretoken.json +0 -1634
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/DepositManagerV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/KeyBondManager.sol/KeyBondManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthCommon.sol/IKeyBondManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/StakingLib.sol/StakingLib.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/StakingLib.sol/StakingLib.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/liqEth.sol/LiqEthTokenV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/stakingModule.sol/StakingModuleV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/DepositManager.sol/DepositManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IAccounting.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/accounting.sol/Accounting.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/accounting.sol/Accounting.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/liqEth.sol/LiqEthToken.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/stakingModule.sol/StakingModule.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/BAR.sol/BARV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/BAR.sol/BARV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Depositor.sol/DepositorV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Depositor.sol/DepositorV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/OutpostManager.sol/OutpostManagerV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pool.sol/PoolV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pool.sol/PoolV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pretoken.sol/PretokenV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pretoken.sol/PretokenV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/BAR.sol/BAR.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/BAR.sol/BAR.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Depositor.sol/Depositor.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Depositor.sol/Depositor.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/OutpostManager.sol/OutpostManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pool.sol/Pool.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pool.sol/Pool.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pretoken.sol/Pretoken.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pretoken.sol/Pretoken.json +0 -0
|
@@ -13,6 +13,68 @@ export type LiqsolCore = {
|
|
|
13
13
|
"description": "Created with Anchor"
|
|
14
14
|
},
|
|
15
15
|
"instructions": [
|
|
16
|
+
{
|
|
17
|
+
"name": "accumulateUnstakeRequest",
|
|
18
|
+
"docs": [
|
|
19
|
+
"Accumulate unstake requests to be processed in next allocation cycle",
|
|
20
|
+
"Multiple requests can be accumulated before calculating allocations",
|
|
21
|
+
"Returns the target epoch when this unstake request will be processed",
|
|
22
|
+
"We should not be able to call this without development feature enabled",
|
|
23
|
+
""
|
|
24
|
+
],
|
|
25
|
+
"discriminator": [
|
|
26
|
+
24,
|
|
27
|
+
73,
|
|
28
|
+
69,
|
|
29
|
+
139,
|
|
30
|
+
36,
|
|
31
|
+
209,
|
|
32
|
+
105,
|
|
33
|
+
252
|
|
34
|
+
],
|
|
35
|
+
"accounts": [
|
|
36
|
+
{
|
|
37
|
+
"name": "admin",
|
|
38
|
+
"writable": true,
|
|
39
|
+
"signer": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "stakeAllocationState",
|
|
43
|
+
"docs": [
|
|
44
|
+
"Stake allocation state - to accumulate pending unstake requests"
|
|
45
|
+
],
|
|
46
|
+
"writable": true
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "stakeMetrics",
|
|
50
|
+
"docs": [
|
|
51
|
+
"Stake metrics - to validate total unstake amount is available"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "maintenanceLedger",
|
|
56
|
+
"docs": [
|
|
57
|
+
"Maintenance ledger - to determine target processing epoch"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "globalConfig",
|
|
62
|
+
"docs": [
|
|
63
|
+
"Global config for min_unstake_request setting"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "clock"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"args": [
|
|
71
|
+
{
|
|
72
|
+
"name": "amount",
|
|
73
|
+
"type": "u64"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"returns": "u64"
|
|
77
|
+
},
|
|
16
78
|
{
|
|
17
79
|
"name": "addTopPerformersBatch",
|
|
18
80
|
"docs": [
|
|
@@ -65,6 +127,74 @@ export type LiqsolCore = {
|
|
|
65
127
|
],
|
|
66
128
|
"args": []
|
|
67
129
|
},
|
|
130
|
+
{
|
|
131
|
+
"name": "addValidatorV2",
|
|
132
|
+
"docs": [
|
|
133
|
+
"Add a new validator bbypassing the looking at leaderboard and getting validators form there"
|
|
134
|
+
],
|
|
135
|
+
"discriminator": [
|
|
136
|
+
217,
|
|
137
|
+
158,
|
|
138
|
+
30,
|
|
139
|
+
19,
|
|
140
|
+
123,
|
|
141
|
+
99,
|
|
142
|
+
110,
|
|
143
|
+
30
|
|
144
|
+
],
|
|
145
|
+
"accounts": [
|
|
146
|
+
{
|
|
147
|
+
"name": "authority",
|
|
148
|
+
"writable": true,
|
|
149
|
+
"signer": true
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "activeList",
|
|
153
|
+
"docs": [
|
|
154
|
+
"Active list - will add the validator here"
|
|
155
|
+
],
|
|
156
|
+
"writable": true
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "validatorInfo",
|
|
160
|
+
"docs": [
|
|
161
|
+
"Create the validator info account"
|
|
162
|
+
],
|
|
163
|
+
"writable": true
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "validatorTransient",
|
|
167
|
+
"docs": [
|
|
168
|
+
"Create the validator transient account"
|
|
169
|
+
],
|
|
170
|
+
"writable": true
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "stakeAllocationState",
|
|
174
|
+
"docs": [
|
|
175
|
+
"Stake allocation state - to update total_active_vpp when adding validator"
|
|
176
|
+
],
|
|
177
|
+
"writable": true
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "systemProgram"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"args": [
|
|
184
|
+
{
|
|
185
|
+
"name": "voteAccount",
|
|
186
|
+
"type": "pubkey"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "name",
|
|
190
|
+
"type": "string"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "performanceScore",
|
|
194
|
+
"type": "u8"
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
},
|
|
68
198
|
{
|
|
69
199
|
"name": "adminForceUnbondRole",
|
|
70
200
|
"discriminator": [
|
|
@@ -148,6 +278,43 @@ export type LiqsolCore = {
|
|
|
148
278
|
],
|
|
149
279
|
"args": []
|
|
150
280
|
},
|
|
281
|
+
{
|
|
282
|
+
"name": "blacklistValidator",
|
|
283
|
+
"docs": [
|
|
284
|
+
"Blacklist a validator (user-facing, maintenance will handle graveyard movement)",
|
|
285
|
+
"UnderPerforming is set automatically when score is updated",
|
|
286
|
+
"Another serious emergency stop function"
|
|
287
|
+
],
|
|
288
|
+
"discriminator": [
|
|
289
|
+
125,
|
|
290
|
+
42,
|
|
291
|
+
36,
|
|
292
|
+
229,
|
|
293
|
+
27,
|
|
294
|
+
38,
|
|
295
|
+
226,
|
|
296
|
+
62
|
|
297
|
+
],
|
|
298
|
+
"accounts": [
|
|
299
|
+
{
|
|
300
|
+
"name": "validatorInfo",
|
|
301
|
+
"writable": true
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "stakeAllocationState",
|
|
305
|
+
"docs": [
|
|
306
|
+
"Stake allocation state - to update total_active_vpp when VPP changes"
|
|
307
|
+
],
|
|
308
|
+
"writable": true
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"args": [
|
|
312
|
+
{
|
|
313
|
+
"name": "voteAccount",
|
|
314
|
+
"type": "pubkey"
|
|
315
|
+
}
|
|
316
|
+
]
|
|
317
|
+
},
|
|
151
318
|
{
|
|
152
319
|
"name": "bondRole",
|
|
153
320
|
"discriminator": [
|
|
@@ -370,6 +537,9 @@ export type LiqsolCore = {
|
|
|
370
537
|
},
|
|
371
538
|
{
|
|
372
539
|
"name": "tokenProgram"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "systemProgram"
|
|
373
543
|
}
|
|
374
544
|
],
|
|
375
545
|
"args": []
|
|
@@ -1773,6 +1943,69 @@ export type LiqsolCore = {
|
|
|
1773
1943
|
}
|
|
1774
1944
|
]
|
|
1775
1945
|
},
|
|
1946
|
+
{
|
|
1947
|
+
"name": "injectTestYield",
|
|
1948
|
+
"discriminator": [
|
|
1949
|
+
55,
|
|
1950
|
+
41,
|
|
1951
|
+
251,
|
|
1952
|
+
228,
|
|
1953
|
+
58,
|
|
1954
|
+
191,
|
|
1955
|
+
103,
|
|
1956
|
+
248
|
|
1957
|
+
],
|
|
1958
|
+
"accounts": [
|
|
1959
|
+
{
|
|
1960
|
+
"name": "admin",
|
|
1961
|
+
"signer": true
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "globalConfig"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "globalState",
|
|
1968
|
+
"writable": true
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"name": "distributionState",
|
|
1972
|
+
"writable": true
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "liqsolMint",
|
|
1976
|
+
"writable": true
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"name": "poolAuthority"
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "liqsolPoolAta",
|
|
1983
|
+
"writable": true
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"name": "depositAuthority",
|
|
1987
|
+
"writable": true
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "liqsolProgram"
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "liqsolMintAuthority"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"name": "instructionsSysvar"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "tokenProgram"
|
|
2000
|
+
}
|
|
2001
|
+
],
|
|
2002
|
+
"args": [
|
|
2003
|
+
{
|
|
2004
|
+
"name": "amount",
|
|
2005
|
+
"type": "u64"
|
|
2006
|
+
}
|
|
2007
|
+
]
|
|
2008
|
+
},
|
|
1776
2009
|
{
|
|
1777
2010
|
"name": "mergeActivatingStakes",
|
|
1778
2011
|
"docs": [
|
|
@@ -1948,6 +2181,43 @@ export type LiqsolCore = {
|
|
|
1948
2181
|
}
|
|
1949
2182
|
]
|
|
1950
2183
|
},
|
|
2184
|
+
{
|
|
2185
|
+
"name": "migrateUserRecord",
|
|
2186
|
+
"discriminator": [
|
|
2187
|
+
6,
|
|
2188
|
+
118,
|
|
2189
|
+
249,
|
|
2190
|
+
178,
|
|
2191
|
+
209,
|
|
2192
|
+
106,
|
|
2193
|
+
197,
|
|
2194
|
+
25
|
|
2195
|
+
],
|
|
2196
|
+
"accounts": [
|
|
2197
|
+
{
|
|
2198
|
+
"name": "admin",
|
|
2199
|
+
"writable": true,
|
|
2200
|
+
"signer": true
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "globalConfig"
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"name": "userAta"
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"name": "userRecord",
|
|
2210
|
+
"writable": true
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"name": "distributionState"
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"name": "systemProgram"
|
|
2217
|
+
}
|
|
2218
|
+
],
|
|
2219
|
+
"args": []
|
|
2220
|
+
},
|
|
1951
2221
|
{
|
|
1952
2222
|
"name": "processGraveyardValidatorsBatch",
|
|
1953
2223
|
"docs": [
|
|
@@ -3001,6 +3271,143 @@ export type LiqsolCore = {
|
|
|
3001
3271
|
}
|
|
3002
3272
|
]
|
|
3003
3273
|
},
|
|
3274
|
+
{
|
|
3275
|
+
"name": "resetDistributionState",
|
|
3276
|
+
"discriminator": [
|
|
3277
|
+
159,
|
|
3278
|
+
183,
|
|
3279
|
+
162,
|
|
3280
|
+
74,
|
|
3281
|
+
228,
|
|
3282
|
+
135,
|
|
3283
|
+
157,
|
|
3284
|
+
79
|
|
3285
|
+
],
|
|
3286
|
+
"accounts": [
|
|
3287
|
+
{
|
|
3288
|
+
"name": "admin",
|
|
3289
|
+
"signer": true
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"name": "distributionState",
|
|
3293
|
+
"writable": true
|
|
3294
|
+
}
|
|
3295
|
+
],
|
|
3296
|
+
"args": []
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"name": "resetGlobalState",
|
|
3300
|
+
"discriminator": [
|
|
3301
|
+
252,
|
|
3302
|
+
41,
|
|
3303
|
+
117,
|
|
3304
|
+
110,
|
|
3305
|
+
248,
|
|
3306
|
+
165,
|
|
3307
|
+
48,
|
|
3308
|
+
88
|
|
3309
|
+
],
|
|
3310
|
+
"accounts": [
|
|
3311
|
+
{
|
|
3312
|
+
"name": "admin",
|
|
3313
|
+
"signer": true
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
"name": "globalConfig"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"name": "globalState",
|
|
3320
|
+
"writable": true
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "poolAuthority"
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "liqsolMint"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"name": "liqsolPoolAta",
|
|
3330
|
+
"writable": true
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"name": "tokenProgram"
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"name": "associatedTokenProgram"
|
|
3337
|
+
}
|
|
3338
|
+
],
|
|
3339
|
+
"args": []
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"name": "resetPriceHistory",
|
|
3343
|
+
"discriminator": [
|
|
3344
|
+
213,
|
|
3345
|
+
231,
|
|
3346
|
+
155,
|
|
3347
|
+
139,
|
|
3348
|
+
248,
|
|
3349
|
+
60,
|
|
3350
|
+
67,
|
|
3351
|
+
199
|
|
3352
|
+
],
|
|
3353
|
+
"accounts": [
|
|
3354
|
+
{
|
|
3355
|
+
"name": "admin",
|
|
3356
|
+
"writable": true,
|
|
3357
|
+
"signer": true
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "globalConfig"
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "trancheState",
|
|
3364
|
+
"writable": true
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"name": "priceHistory",
|
|
3368
|
+
"writable": true
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"name": "systemProgram"
|
|
3372
|
+
}
|
|
3373
|
+
],
|
|
3374
|
+
"args": []
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"name": "resetTrancheState",
|
|
3378
|
+
"discriminator": [
|
|
3379
|
+
106,
|
|
3380
|
+
102,
|
|
3381
|
+
143,
|
|
3382
|
+
40,
|
|
3383
|
+
152,
|
|
3384
|
+
173,
|
|
3385
|
+
165,
|
|
3386
|
+
168
|
|
3387
|
+
],
|
|
3388
|
+
"accounts": [
|
|
3389
|
+
{
|
|
3390
|
+
"name": "admin",
|
|
3391
|
+
"writable": true,
|
|
3392
|
+
"signer": true
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"name": "globalConfig"
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"name": "trancheState",
|
|
3399
|
+
"writable": true
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "priceHistory",
|
|
3403
|
+
"writable": true
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"name": "systemProgram"
|
|
3407
|
+
}
|
|
3408
|
+
],
|
|
3409
|
+
"args": []
|
|
3410
|
+
},
|
|
3004
3411
|
{
|
|
3005
3412
|
"name": "setAdmin",
|
|
3006
3413
|
"discriminator": [
|
|
@@ -3055,6 +3462,45 @@ export type LiqsolCore = {
|
|
|
3055
3462
|
],
|
|
3056
3463
|
"args": []
|
|
3057
3464
|
},
|
|
3465
|
+
{
|
|
3466
|
+
"name": "setLastStateChangeEpoch",
|
|
3467
|
+
"docs": [
|
|
3468
|
+
"Admin function to directly set last_state_change_epoch (useful for testing cooldowns)"
|
|
3469
|
+
],
|
|
3470
|
+
"discriminator": [
|
|
3471
|
+
94,
|
|
3472
|
+
57,
|
|
3473
|
+
139,
|
|
3474
|
+
195,
|
|
3475
|
+
123,
|
|
3476
|
+
224,
|
|
3477
|
+
227,
|
|
3478
|
+
106
|
|
3479
|
+
],
|
|
3480
|
+
"accounts": [
|
|
3481
|
+
{
|
|
3482
|
+
"name": "validatorInfo",
|
|
3483
|
+
"writable": true
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "stakeAllocationState",
|
|
3487
|
+
"docs": [
|
|
3488
|
+
"Stake allocation state - to update total_active_vpp when VPP changes"
|
|
3489
|
+
],
|
|
3490
|
+
"writable": true
|
|
3491
|
+
}
|
|
3492
|
+
],
|
|
3493
|
+
"args": [
|
|
3494
|
+
{
|
|
3495
|
+
"name": "voteAccount",
|
|
3496
|
+
"type": "pubkey"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"name": "epoch",
|
|
3500
|
+
"type": "u16"
|
|
3501
|
+
}
|
|
3502
|
+
]
|
|
3503
|
+
},
|
|
3058
3504
|
{
|
|
3059
3505
|
"name": "setPaused",
|
|
3060
3506
|
"discriminator": [
|
|
@@ -3543,6 +3989,34 @@ export type LiqsolCore = {
|
|
|
3543
3989
|
}
|
|
3544
3990
|
]
|
|
3545
3991
|
},
|
|
3992
|
+
{
|
|
3993
|
+
"name": "testClearActiveList",
|
|
3994
|
+
"discriminator": [
|
|
3995
|
+
17,
|
|
3996
|
+
195,
|
|
3997
|
+
59,
|
|
3998
|
+
174,
|
|
3999
|
+
184,
|
|
4000
|
+
137,
|
|
4001
|
+
149,
|
|
4002
|
+
144
|
|
4003
|
+
],
|
|
4004
|
+
"accounts": [
|
|
4005
|
+
{
|
|
4006
|
+
"name": "activeList",
|
|
4007
|
+
"writable": true
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"name": "processingState",
|
|
4011
|
+
"writable": true
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"name": "authority",
|
|
4015
|
+
"signer": true
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"args": []
|
|
4019
|
+
},
|
|
3546
4020
|
{
|
|
3547
4021
|
"name": "updateConfigBool",
|
|
3548
4022
|
"discriminator": [
|
|
@@ -4465,12 +4939,20 @@ export type LiqsolCore = {
|
|
|
4465
4939
|
],
|
|
4466
4940
|
"type": "u8"
|
|
4467
4941
|
},
|
|
4942
|
+
{
|
|
4943
|
+
"name": "aggregationStartedEpoch",
|
|
4944
|
+
"docs": [
|
|
4945
|
+
"The epoch when the current aggregation batch started.",
|
|
4946
|
+
"Prevents stale partial accumulators from being committed if an epoch boundary is crossed mid-aggregation."
|
|
4947
|
+
],
|
|
4948
|
+
"type": "u64"
|
|
4949
|
+
},
|
|
4468
4950
|
{
|
|
4469
4951
|
"name": "reserved",
|
|
4470
4952
|
"type": {
|
|
4471
4953
|
"array": [
|
|
4472
4954
|
"u8",
|
|
4473
|
-
|
|
4955
|
+
23
|
|
4474
4956
|
]
|
|
4475
4957
|
}
|
|
4476
4958
|
}
|
|
@@ -6133,6 +6615,13 @@ export type LiqsolCore = {
|
|
|
6133
6615
|
{
|
|
6134
6616
|
"name": "bump",
|
|
6135
6617
|
"type": "u8"
|
|
6618
|
+
},
|
|
6619
|
+
{
|
|
6620
|
+
"name": "trackedBalance",
|
|
6621
|
+
"docs": [
|
|
6622
|
+
"Last reconciled liqSOL token balance for this user ATA"
|
|
6623
|
+
],
|
|
6624
|
+
"type": "u64"
|
|
6136
6625
|
}
|
|
6137
6626
|
]
|
|
6138
6627
|
}
|