@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
|
@@ -108,11 +108,18 @@
|
|
|
108
108
|
96
|
|
109
109
|
],
|
|
110
110
|
"accounts": [
|
|
111
|
+
{
|
|
112
|
+
"name": "admin",
|
|
113
|
+
"signer": true
|
|
114
|
+
},
|
|
111
115
|
{
|
|
112
116
|
"name": "payer",
|
|
113
117
|
"writable": true,
|
|
114
118
|
"signer": true
|
|
115
119
|
},
|
|
120
|
+
{
|
|
121
|
+
"name": "global_config"
|
|
122
|
+
},
|
|
116
123
|
{
|
|
117
124
|
"name": "extra_account_meta_list",
|
|
118
125
|
"writable": true
|
|
@@ -143,6 +150,19 @@
|
|
|
143
150
|
4,
|
|
144
151
|
103
|
|
145
152
|
]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "GlobalConfig",
|
|
156
|
+
"discriminator": [
|
|
157
|
+
149,
|
|
158
|
+
8,
|
|
159
|
+
156,
|
|
160
|
+
202,
|
|
161
|
+
160,
|
|
162
|
+
252,
|
|
163
|
+
176,
|
|
164
|
+
217
|
|
165
|
+
]
|
|
146
166
|
}
|
|
147
167
|
],
|
|
148
168
|
"errors": [
|
|
@@ -162,6 +182,11 @@
|
|
|
162
182
|
"code": 6003,
|
|
163
183
|
"name": "CannotTransferToBucket",
|
|
164
184
|
"msg": "Cannot transfer liqSOL directly to bucket - only protocol minting is allowed"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"code": 6004,
|
|
188
|
+
"name": "Unauthorized",
|
|
189
|
+
"msg": "Unauthorized: caller is not the admin"
|
|
165
190
|
}
|
|
166
191
|
],
|
|
167
192
|
"types": [
|
|
@@ -226,6 +251,229 @@
|
|
|
226
251
|
}
|
|
227
252
|
]
|
|
228
253
|
}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "GlobalConfig",
|
|
257
|
+
"docs": [
|
|
258
|
+
"Zero-copy global config PDA"
|
|
259
|
+
],
|
|
260
|
+
"serialization": "bytemuckunsafe",
|
|
261
|
+
"repr": {
|
|
262
|
+
"kind": "c"
|
|
263
|
+
},
|
|
264
|
+
"type": {
|
|
265
|
+
"kind": "struct",
|
|
266
|
+
"fields": [
|
|
267
|
+
{
|
|
268
|
+
"name": "bump",
|
|
269
|
+
"type": "u8"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "_padding",
|
|
273
|
+
"type": {
|
|
274
|
+
"array": [
|
|
275
|
+
"u8",
|
|
276
|
+
7
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "admin",
|
|
282
|
+
"type": "pubkey"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "cranky",
|
|
286
|
+
"type": "pubkey"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "_reserved_pubkey",
|
|
290
|
+
"type": {
|
|
291
|
+
"array": [
|
|
292
|
+
"pubkey",
|
|
293
|
+
1
|
|
294
|
+
]
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "min_user_deposit",
|
|
299
|
+
"docs": [
|
|
300
|
+
"Minimum SOL amount a user can deposit"
|
|
301
|
+
],
|
|
302
|
+
"type": "u64"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "min_unstake_request",
|
|
306
|
+
"docs": [
|
|
307
|
+
"Minimum SOL amount for an unstake/withdrawal request"
|
|
308
|
+
],
|
|
309
|
+
"type": "u64"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "min_rebalance_stake_delta",
|
|
313
|
+
"docs": [
|
|
314
|
+
"Minimum stake delta to trigger a stake rebalance order"
|
|
315
|
+
],
|
|
316
|
+
"type": "u64"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "min_rebalance_unstake_delta",
|
|
320
|
+
"docs": [
|
|
321
|
+
"Minimum unstake delta to trigger an unstake rebalance order"
|
|
322
|
+
],
|
|
323
|
+
"type": "u64"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "transient_threshold",
|
|
327
|
+
"docs": [
|
|
328
|
+
"Minimum transient stake to include in effective stake calculations"
|
|
329
|
+
],
|
|
330
|
+
"type": "u64"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "min_late_epoch_slot_gate",
|
|
334
|
+
"docs": [
|
|
335
|
+
"Minimum slots that must have elapsed in the epoch before late epoch operations can execute"
|
|
336
|
+
],
|
|
337
|
+
"type": "u64"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "_reserved_u64",
|
|
341
|
+
"type": {
|
|
342
|
+
"array": [
|
|
343
|
+
"u64",
|
|
344
|
+
2
|
|
345
|
+
]
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "cooldown_epochs",
|
|
350
|
+
"docs": [
|
|
351
|
+
"Epochs a validator must wait in the graveyard before it is booted. This begins after the last recorded state change"
|
|
352
|
+
],
|
|
353
|
+
"type": "u16"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "deposit_fee_multiplier",
|
|
357
|
+
"docs": [
|
|
358
|
+
"Multiplier for deposit fee calculation, this would be average \"pay rate x number of epochs we expect the stake to warm up\""
|
|
359
|
+
],
|
|
360
|
+
"type": "u16"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "min_vpp_entry",
|
|
364
|
+
"docs": [
|
|
365
|
+
"Minimum VPP score required to enter the active validator set, this is a fall back for when the val set is really small"
|
|
366
|
+
],
|
|
367
|
+
"type": "u16"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "min_vpp_exit",
|
|
371
|
+
"docs": [
|
|
372
|
+
"VPP score threshold below which a validator is removed from active set, again a fall back"
|
|
373
|
+
],
|
|
374
|
+
"type": "u16"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "tiny_network_threshold",
|
|
378
|
+
"docs": [
|
|
379
|
+
"Max validators for \"tiny\" network band (uses fixed VPP thresholds) as above"
|
|
380
|
+
],
|
|
381
|
+
"type": "u16"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "small_network_threshold",
|
|
385
|
+
"docs": [
|
|
386
|
+
"Max validators for \"small\" network band (uses percentile-based selection)"
|
|
387
|
+
],
|
|
388
|
+
"type": "u16"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "medium_network_threshold",
|
|
392
|
+
"docs": [
|
|
393
|
+
"Max validators for \"medium\" network band (uses percentile-based selection)"
|
|
394
|
+
],
|
|
395
|
+
"type": "u16"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "large_network_entry_rank",
|
|
399
|
+
"docs": [
|
|
400
|
+
"Fixed rank threshold to enter active set in large networks (0-indexed)"
|
|
401
|
+
],
|
|
402
|
+
"type": "u16"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "large_network_exit_rank",
|
|
406
|
+
"docs": [
|
|
407
|
+
"Fixed rank threshold to exit active set in large networks (0-indexed)"
|
|
408
|
+
],
|
|
409
|
+
"type": "u16"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "_reserved_u16",
|
|
413
|
+
"type": {
|
|
414
|
+
"array": [
|
|
415
|
+
"u16",
|
|
416
|
+
3
|
|
417
|
+
]
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "small_network_entry_percent",
|
|
422
|
+
"docs": [
|
|
423
|
+
"Percentile rank required to enter active set in small networks"
|
|
424
|
+
],
|
|
425
|
+
"type": "u8"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "small_network_exit_percent",
|
|
429
|
+
"docs": [
|
|
430
|
+
"Percentile rank below which validators exit in small networks"
|
|
431
|
+
],
|
|
432
|
+
"type": "u8"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "medium_network_entry_percent",
|
|
436
|
+
"docs": [
|
|
437
|
+
"Percentile rank required to enter active set in medium networks"
|
|
438
|
+
],
|
|
439
|
+
"type": "u8"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"name": "medium_network_exit_percent",
|
|
443
|
+
"docs": [
|
|
444
|
+
"Percentile rank below which validators exit in medium networks"
|
|
445
|
+
],
|
|
446
|
+
"type": "u8"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "_reserved_u8",
|
|
450
|
+
"type": {
|
|
451
|
+
"array": [
|
|
452
|
+
"u8",
|
|
453
|
+
2
|
|
454
|
+
]
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "feature_flags",
|
|
459
|
+
"docs": [
|
|
460
|
+
"Bit 0: DepositsEnabled, Bit 1: WithdrawalsEnabled, Bit 2: ClaimWithdrawalsEnabled,",
|
|
461
|
+
"Bit 3: ProcessStakeOrdersEnabled, Bit 4: ProcessUnstakeOrdersEnabled,",
|
|
462
|
+
"Bit 5: ProcessPayCycleEnabled, Bit 6: RebalancingEnabled, Bits 7-15: Reserved"
|
|
463
|
+
],
|
|
464
|
+
"type": "u16"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "_reserved_flags",
|
|
468
|
+
"type": {
|
|
469
|
+
"array": [
|
|
470
|
+
"u16",
|
|
471
|
+
1
|
|
472
|
+
]
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
]
|
|
476
|
+
}
|
|
229
477
|
}
|
|
230
478
|
]
|
|
231
479
|
}
|
|
@@ -63,6 +63,167 @@
|
|
|
63
63
|
],
|
|
64
64
|
"args": []
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
"name": "test_clear_leaderboard",
|
|
68
|
+
"discriminator": [
|
|
69
|
+
118,
|
|
70
|
+
207,
|
|
71
|
+
26,
|
|
72
|
+
205,
|
|
73
|
+
180,
|
|
74
|
+
7,
|
|
75
|
+
75,
|
|
76
|
+
244
|
|
77
|
+
],
|
|
78
|
+
"accounts": [
|
|
79
|
+
{
|
|
80
|
+
"name": "leaderboard_state",
|
|
81
|
+
"writable": true
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "authority",
|
|
85
|
+
"signer": true
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"args": []
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "test_force_register_validator",
|
|
92
|
+
"discriminator": [
|
|
93
|
+
136,
|
|
94
|
+
156,
|
|
95
|
+
132,
|
|
96
|
+
32,
|
|
97
|
+
96,
|
|
98
|
+
240,
|
|
99
|
+
7,
|
|
100
|
+
115
|
|
101
|
+
],
|
|
102
|
+
"accounts": [
|
|
103
|
+
{
|
|
104
|
+
"name": "registrant",
|
|
105
|
+
"writable": true,
|
|
106
|
+
"signer": true
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "vote_account"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "validator_record",
|
|
113
|
+
"writable": true
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "leaderboard_state",
|
|
117
|
+
"writable": true
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "system_program"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "clock"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"args": [
|
|
127
|
+
{
|
|
128
|
+
"name": "vpp",
|
|
129
|
+
"type": "u8"
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "test_force_update_vpp",
|
|
135
|
+
"discriminator": [
|
|
136
|
+
67,
|
|
137
|
+
51,
|
|
138
|
+
28,
|
|
139
|
+
174,
|
|
140
|
+
200,
|
|
141
|
+
214,
|
|
142
|
+
203,
|
|
143
|
+
162
|
|
144
|
+
],
|
|
145
|
+
"accounts": [
|
|
146
|
+
{
|
|
147
|
+
"name": "registrant",
|
|
148
|
+
"writable": true,
|
|
149
|
+
"signer": true
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "vote_account"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "validator_record",
|
|
156
|
+
"writable": true
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "leaderboard_state",
|
|
160
|
+
"writable": true
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"args": [
|
|
164
|
+
{
|
|
165
|
+
"name": "vpp",
|
|
166
|
+
"type": "u8"
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "test_log_epoch_info",
|
|
172
|
+
"discriminator": [
|
|
173
|
+
196,
|
|
174
|
+
206,
|
|
175
|
+
58,
|
|
176
|
+
88,
|
|
177
|
+
160,
|
|
178
|
+
47,
|
|
179
|
+
2,
|
|
180
|
+
153
|
|
181
|
+
],
|
|
182
|
+
"accounts": [],
|
|
183
|
+
"args": []
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "test_seed_random_validators",
|
|
187
|
+
"discriminator": [
|
|
188
|
+
48,
|
|
189
|
+
155,
|
|
190
|
+
181,
|
|
191
|
+
112,
|
|
192
|
+
163,
|
|
193
|
+
242,
|
|
194
|
+
43,
|
|
195
|
+
146
|
|
196
|
+
],
|
|
197
|
+
"accounts": [
|
|
198
|
+
{
|
|
199
|
+
"name": "registrant",
|
|
200
|
+
"writable": true,
|
|
201
|
+
"signer": true
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "leaderboard_state",
|
|
205
|
+
"writable": true
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"args": [
|
|
209
|
+
{
|
|
210
|
+
"name": "count",
|
|
211
|
+
"type": "u16"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "seed",
|
|
215
|
+
"type": "u64"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "min_vpp",
|
|
219
|
+
"type": "u8"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "max_vpp",
|
|
223
|
+
"type": "u8"
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
},
|
|
66
227
|
{
|
|
67
228
|
"name": "update_commission",
|
|
68
229
|
"discriminator": [
|