@wireio/stake 0.4.3 → 0.4.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/README.md +185 -243
- package/lib/stake.browser.js +51760 -10073
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +11856 -882
- package/lib/stake.js +52320 -10531
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +51760 -10073
- package/lib/stake.m.js.map +1 -1
- package/package.json +4 -3
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IStakingModule.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/Yield.sol/YieldOracle.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20Pausable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20.sol/RewardsERC20Upgradeable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1696 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1044 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.json +542 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -29
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -18
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
- package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.json +1653 -0
- package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
- package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
- package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +34 -0
- package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
- package/src/assets/solana/{idl → devnet/idl}/validator_leaderboard.json +15 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
- package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
- package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
- package/src/assets/solana/{types → devnet/types}/validator_leaderboard.ts +15 -0
- package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +632 -433
- package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/mainnet/idl/validator_leaderboard.json +574 -0
- package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +632 -433
- package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/mainnet/types/validator_leaderboard.ts +580 -0
- package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
- package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
- package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
- package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
- package/src/index.ts +2 -2
- package/src/networks/ethereum/clients/convert.client.ts +32 -3
- package/src/networks/ethereum/clients/opp.client.ts +20 -21
- package/src/networks/ethereum/clients/pretoken.client.ts +8 -9
- package/src/networks/ethereum/clients/receipt.client.ts +93 -23
- package/src/networks/ethereum/clients/stake.client.ts +86 -14
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +425 -153
- package/src/networks/ethereum/ethereum.ts +370 -202
- package/src/networks/ethereum/types.ts +65 -28
- package/src/networks/ethereum/utils.ts +104 -72
- package/src/networks/solana/clients/convert.client.ts +341 -0
- package/src/networks/solana/clients/distribution.client.ts +245 -20
- package/src/networks/solana/clients/leaderboard.client.ts +10 -13
- package/src/networks/solana/clients/outpost.client.ts +93 -55
- package/src/networks/solana/clients/token.client.ts +20 -15
- package/src/networks/solana/constants.ts +55 -287
- package/src/networks/solana/program.ts +446 -28
- package/src/networks/solana/solana.ts +917 -288
- package/src/networks/solana/types.ts +173 -24
- package/src/networks/solana/utils.ts +125 -339
- package/src/staker.ts +25 -4
- package/src/types.ts +102 -22
- package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +0 -952
- package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +0 -291
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +0 -555
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1202
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +0 -1791
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -460
- package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
- package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1638
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.json +0 -1650
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
- package/src/assets/solana/idl/transfer_hook.json +0 -197
- package/src/assets/solana/types/transfer_hook.ts +0 -203
- package/src/networks/solana/clients/deposit.client.ts +0 -274
- package/src/staker/types.ts +0 -62
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
|
@@ -7,68 +7,6 @@
|
|
|
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
|
-
},
|
|
72
10
|
{
|
|
73
11
|
"name": "add_top_performers_batch",
|
|
74
12
|
"docs": [
|
|
@@ -122,70 +60,47 @@
|
|
|
122
60
|
"args": []
|
|
123
61
|
},
|
|
124
62
|
{
|
|
125
|
-
"name": "
|
|
126
|
-
"docs": [
|
|
127
|
-
"Add a new validator bbypassing the looking at leaderboard and getting validators form there"
|
|
128
|
-
],
|
|
63
|
+
"name": "admin_force_unbond_role",
|
|
129
64
|
"discriminator": [
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
65
|
+
80,
|
|
66
|
+
107,
|
|
67
|
+
27,
|
|
68
|
+
49,
|
|
69
|
+
126,
|
|
70
|
+
25,
|
|
71
|
+
31,
|
|
72
|
+
238
|
|
138
73
|
],
|
|
139
74
|
"accounts": [
|
|
140
75
|
{
|
|
141
|
-
"name": "
|
|
142
|
-
"writable": true,
|
|
76
|
+
"name": "admin",
|
|
143
77
|
"signer": true
|
|
144
78
|
},
|
|
145
79
|
{
|
|
146
|
-
"name": "
|
|
147
|
-
"docs": [
|
|
148
|
-
"Active list - will add the validator here"
|
|
149
|
-
],
|
|
150
|
-
"writable": true
|
|
80
|
+
"name": "global_config"
|
|
151
81
|
},
|
|
152
82
|
{
|
|
153
|
-
"name": "
|
|
154
|
-
"docs": [
|
|
155
|
-
"Create the validator info account"
|
|
156
|
-
],
|
|
157
|
-
"writable": true
|
|
83
|
+
"name": "global_state"
|
|
158
84
|
},
|
|
159
85
|
{
|
|
160
|
-
"name": "
|
|
86
|
+
"name": "user",
|
|
161
87
|
"docs": [
|
|
162
|
-
"
|
|
163
|
-
]
|
|
164
|
-
"writable": true
|
|
88
|
+
"The user whose role bond is being force-unbonded"
|
|
89
|
+
]
|
|
165
90
|
},
|
|
166
91
|
{
|
|
167
|
-
"name": "
|
|
168
|
-
"docs": [
|
|
169
|
-
"Stake allocation state - to update total_active_vpp when adding validator"
|
|
170
|
-
],
|
|
92
|
+
"name": "outpost_account",
|
|
171
93
|
"writable": true
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"name": "system_program"
|
|
175
94
|
}
|
|
176
95
|
],
|
|
177
96
|
"args": [
|
|
178
97
|
{
|
|
179
|
-
"name": "
|
|
180
|
-
"type":
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "performance_score",
|
|
188
|
-
"type": "u8"
|
|
98
|
+
"name": "role",
|
|
99
|
+
"type": {
|
|
100
|
+
"defined": {
|
|
101
|
+
"name": "Role"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
189
104
|
}
|
|
190
105
|
]
|
|
191
106
|
},
|
|
@@ -227,43 +142,6 @@
|
|
|
227
142
|
],
|
|
228
143
|
"args": []
|
|
229
144
|
},
|
|
230
|
-
{
|
|
231
|
-
"name": "blacklist_validator",
|
|
232
|
-
"docs": [
|
|
233
|
-
"Blacklist a validator (user-facing, maintenance will handle graveyard movement)",
|
|
234
|
-
"UnderPerforming is set automatically when score is updated",
|
|
235
|
-
"Another serious emergency stop function"
|
|
236
|
-
],
|
|
237
|
-
"discriminator": [
|
|
238
|
-
125,
|
|
239
|
-
42,
|
|
240
|
-
36,
|
|
241
|
-
229,
|
|
242
|
-
27,
|
|
243
|
-
38,
|
|
244
|
-
226,
|
|
245
|
-
62
|
|
246
|
-
],
|
|
247
|
-
"accounts": [
|
|
248
|
-
{
|
|
249
|
-
"name": "validator_info",
|
|
250
|
-
"writable": true
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "stake_allocation_state",
|
|
254
|
-
"docs": [
|
|
255
|
-
"Stake allocation state - to update total_active_vpp when VPP changes"
|
|
256
|
-
],
|
|
257
|
-
"writable": true
|
|
258
|
-
}
|
|
259
|
-
],
|
|
260
|
-
"args": [
|
|
261
|
-
{
|
|
262
|
-
"name": "vote_account",
|
|
263
|
-
"type": "pubkey"
|
|
264
|
-
}
|
|
265
|
-
]
|
|
266
|
-
},
|
|
267
145
|
{
|
|
268
146
|
"name": "bond_role",
|
|
269
147
|
"discriminator": [
|
|
@@ -486,6 +364,9 @@
|
|
|
486
364
|
},
|
|
487
365
|
{
|
|
488
366
|
"name": "token_program"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "system_program"
|
|
489
370
|
}
|
|
490
371
|
],
|
|
491
372
|
"args": []
|
|
@@ -598,25 +479,13 @@
|
|
|
598
479
|
"writable": true
|
|
599
480
|
},
|
|
600
481
|
{
|
|
601
|
-
"name": "
|
|
602
|
-
"docs": [
|
|
603
|
-
"Stake controller state - used to verify authority"
|
|
604
|
-
]
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"name": "global_config",
|
|
608
|
-
"docs": [
|
|
609
|
-
"Global config for cooldown_epochs"
|
|
610
|
-
]
|
|
482
|
+
"name": "global_config"
|
|
611
483
|
},
|
|
612
484
|
{
|
|
613
485
|
"name": "clock"
|
|
614
486
|
},
|
|
615
487
|
{
|
|
616
|
-
"name": "
|
|
617
|
-
"docs": [
|
|
618
|
-
"Authority must match the stored authority in controller_state"
|
|
619
|
-
],
|
|
488
|
+
"name": "cranky",
|
|
620
489
|
"writable": true,
|
|
621
490
|
"signer": true
|
|
622
491
|
}
|
|
@@ -640,6 +509,9 @@
|
|
|
640
509
|
"name": "admin",
|
|
641
510
|
"signer": true
|
|
642
511
|
},
|
|
512
|
+
{
|
|
513
|
+
"name": "global_config"
|
|
514
|
+
},
|
|
643
515
|
{
|
|
644
516
|
"name": "global_state"
|
|
645
517
|
},
|
|
@@ -682,6 +554,9 @@
|
|
|
682
554
|
"name": "admin",
|
|
683
555
|
"signer": true
|
|
684
556
|
},
|
|
557
|
+
{
|
|
558
|
+
"name": "global_config"
|
|
559
|
+
},
|
|
685
560
|
{
|
|
686
561
|
"name": "global_state",
|
|
687
562
|
"writable": true
|
|
@@ -691,7 +566,8 @@
|
|
|
691
566
|
"writable": true
|
|
692
567
|
},
|
|
693
568
|
{
|
|
694
|
-
"name": "user"
|
|
569
|
+
"name": "user",
|
|
570
|
+
"writable": true
|
|
695
571
|
},
|
|
696
572
|
{
|
|
697
573
|
"name": "outpost_account",
|
|
@@ -996,6 +872,72 @@
|
|
|
996
872
|
}
|
|
997
873
|
]
|
|
998
874
|
},
|
|
875
|
+
{
|
|
876
|
+
"name": "deposit_to_reserve",
|
|
877
|
+
"discriminator": [
|
|
878
|
+
8,
|
|
879
|
+
79,
|
|
880
|
+
123,
|
|
881
|
+
129,
|
|
882
|
+
146,
|
|
883
|
+
140,
|
|
884
|
+
178,
|
|
885
|
+
128
|
|
886
|
+
],
|
|
887
|
+
"accounts": [
|
|
888
|
+
{
|
|
889
|
+
"name": "admin",
|
|
890
|
+
"signer": true
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "global_config"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "depositor",
|
|
897
|
+
"writable": true,
|
|
898
|
+
"signer": true
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "reserve_pool",
|
|
902
|
+
"writable": true
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "vault"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "ephemeral_stake",
|
|
909
|
+
"writable": true
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "controller_state"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "stake_program"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "system_program"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "clock"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "stake_history"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "rent"
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"args": [
|
|
931
|
+
{
|
|
932
|
+
"name": "amount",
|
|
933
|
+
"type": "u64"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "seed",
|
|
937
|
+
"type": "u32"
|
|
938
|
+
}
|
|
939
|
+
]
|
|
940
|
+
},
|
|
999
941
|
{
|
|
1000
942
|
"name": "desynd",
|
|
1001
943
|
"discriminator": [
|
|
@@ -1072,9 +1014,16 @@
|
|
|
1072
1014
|
],
|
|
1073
1015
|
"writable": true
|
|
1074
1016
|
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "pretoken_purchase_history",
|
|
1019
|
+
"writable": true
|
|
1020
|
+
},
|
|
1075
1021
|
{
|
|
1076
1022
|
"name": "token_program"
|
|
1077
1023
|
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "associated_token_program"
|
|
1026
|
+
},
|
|
1078
1027
|
{
|
|
1079
1028
|
"name": "system_program"
|
|
1080
1029
|
}
|
|
@@ -1111,35 +1060,73 @@
|
|
|
1111
1060
|
"returns": "u16"
|
|
1112
1061
|
},
|
|
1113
1062
|
{
|
|
1114
|
-
"name": "
|
|
1115
|
-
"docs": [
|
|
1116
|
-
"Done///"
|
|
1117
|
-
],
|
|
1063
|
+
"name": "has_role",
|
|
1118
1064
|
"discriminator": [
|
|
1119
|
-
237,
|
|
1120
|
-
69,
|
|
1121
|
-
61,
|
|
1122
1065
|
218,
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1066
|
+
136,
|
|
1067
|
+
44,
|
|
1068
|
+
87,
|
|
1069
|
+
142,
|
|
1070
|
+
247,
|
|
1071
|
+
141,
|
|
1072
|
+
195
|
|
1127
1073
|
],
|
|
1128
1074
|
"accounts": [
|
|
1129
1075
|
{
|
|
1130
|
-
"name": "
|
|
1131
|
-
"
|
|
1132
|
-
|
|
1076
|
+
"name": "user",
|
|
1077
|
+
"docs": [
|
|
1078
|
+
"User whose role status is being checked."
|
|
1079
|
+
]
|
|
1133
1080
|
},
|
|
1134
1081
|
{
|
|
1135
|
-
"name": "
|
|
1082
|
+
"name": "outpost_account"
|
|
1136
1083
|
},
|
|
1137
1084
|
{
|
|
1138
|
-
"name": "
|
|
1139
|
-
|
|
1140
|
-
|
|
1085
|
+
"name": "global_state"
|
|
1086
|
+
}
|
|
1087
|
+
],
|
|
1088
|
+
"args": [
|
|
1141
1089
|
{
|
|
1142
|
-
"name": "
|
|
1090
|
+
"name": "role",
|
|
1091
|
+
"type": {
|
|
1092
|
+
"defined": {
|
|
1093
|
+
"name": "Role"
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"returns": "bool"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "init_bucket",
|
|
1102
|
+
"docs": [
|
|
1103
|
+
"Done///"
|
|
1104
|
+
],
|
|
1105
|
+
"discriminator": [
|
|
1106
|
+
237,
|
|
1107
|
+
69,
|
|
1108
|
+
61,
|
|
1109
|
+
218,
|
|
1110
|
+
18,
|
|
1111
|
+
60,
|
|
1112
|
+
21,
|
|
1113
|
+
236
|
|
1114
|
+
],
|
|
1115
|
+
"accounts": [
|
|
1116
|
+
{
|
|
1117
|
+
"name": "admin",
|
|
1118
|
+
"writable": true,
|
|
1119
|
+
"signer": true
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "bucket_authority"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "bucket_token_account",
|
|
1126
|
+
"writable": true
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"name": "bucket_user_record",
|
|
1143
1130
|
"writable": true
|
|
1144
1131
|
},
|
|
1145
1132
|
{
|
|
@@ -1341,14 +1328,17 @@
|
|
|
1341
1328
|
"name": "global_config",
|
|
1342
1329
|
"writable": true
|
|
1343
1330
|
},
|
|
1344
|
-
{
|
|
1345
|
-
"name": "controller_state"
|
|
1346
|
-
},
|
|
1347
1331
|
{
|
|
1348
1332
|
"name": "payer",
|
|
1349
1333
|
"writable": true,
|
|
1350
1334
|
"signer": true
|
|
1351
1335
|
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "program"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "program_data"
|
|
1341
|
+
},
|
|
1352
1342
|
{
|
|
1353
1343
|
"name": "system_program"
|
|
1354
1344
|
}
|
|
@@ -1448,6 +1438,51 @@
|
|
|
1448
1438
|
],
|
|
1449
1439
|
"args": []
|
|
1450
1440
|
},
|
|
1441
|
+
{
|
|
1442
|
+
"name": "initialize_pretoken_purchase_history",
|
|
1443
|
+
"docs": [
|
|
1444
|
+
"Admin-only: initialize PretokenPurchaseHistory PDA for a pool"
|
|
1445
|
+
],
|
|
1446
|
+
"discriminator": [
|
|
1447
|
+
140,
|
|
1448
|
+
166,
|
|
1449
|
+
196,
|
|
1450
|
+
128,
|
|
1451
|
+
189,
|
|
1452
|
+
240,
|
|
1453
|
+
159,
|
|
1454
|
+
1
|
|
1455
|
+
],
|
|
1456
|
+
"accounts": [
|
|
1457
|
+
{
|
|
1458
|
+
"name": "admin",
|
|
1459
|
+
"writable": true,
|
|
1460
|
+
"signer": true
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "global_config"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"name": "pretoken_purchase_history",
|
|
1467
|
+
"writable": true
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "pool_authority"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "global_state",
|
|
1474
|
+
"writable": true
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "pool_pretoken_record",
|
|
1478
|
+
"writable": true
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "system_program"
|
|
1482
|
+
}
|
|
1483
|
+
],
|
|
1484
|
+
"args": []
|
|
1485
|
+
},
|
|
1451
1486
|
{
|
|
1452
1487
|
"name": "initialize_processing_state",
|
|
1453
1488
|
"docs": [
|
|
@@ -1709,7 +1744,7 @@
|
|
|
1709
1744
|
],
|
|
1710
1745
|
"accounts": [
|
|
1711
1746
|
{
|
|
1712
|
-
"name": "
|
|
1747
|
+
"name": "admin",
|
|
1713
1748
|
"writable": true,
|
|
1714
1749
|
"signer": true
|
|
1715
1750
|
},
|
|
@@ -1717,6 +1752,9 @@
|
|
|
1717
1752
|
"name": "metadata",
|
|
1718
1753
|
"writable": true
|
|
1719
1754
|
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "global_config"
|
|
1757
|
+
},
|
|
1720
1758
|
{
|
|
1721
1759
|
"name": "system_program"
|
|
1722
1760
|
}
|
|
@@ -1832,17 +1870,10 @@
|
|
|
1832
1870
|
],
|
|
1833
1871
|
"accounts": [
|
|
1834
1872
|
{
|
|
1835
|
-
"name": "
|
|
1836
|
-
"docs": [
|
|
1837
|
-
"Stake controller state - used to verify admin authority"
|
|
1838
|
-
]
|
|
1873
|
+
"name": "global_config"
|
|
1839
1874
|
},
|
|
1840
1875
|
{
|
|
1841
|
-
"name": "
|
|
1842
|
-
"docs": [
|
|
1843
|
-
"Admin must match the stored authority in controller_state"
|
|
1844
|
-
],
|
|
1845
|
-
"writable": true,
|
|
1876
|
+
"name": "cranky",
|
|
1846
1877
|
"signer": true
|
|
1847
1878
|
},
|
|
1848
1879
|
{
|
|
@@ -1914,6 +1945,43 @@
|
|
|
1914
1945
|
}
|
|
1915
1946
|
]
|
|
1916
1947
|
},
|
|
1948
|
+
{
|
|
1949
|
+
"name": "migrate_user_record",
|
|
1950
|
+
"discriminator": [
|
|
1951
|
+
6,
|
|
1952
|
+
118,
|
|
1953
|
+
249,
|
|
1954
|
+
178,
|
|
1955
|
+
209,
|
|
1956
|
+
106,
|
|
1957
|
+
197,
|
|
1958
|
+
25
|
|
1959
|
+
],
|
|
1960
|
+
"accounts": [
|
|
1961
|
+
{
|
|
1962
|
+
"name": "admin",
|
|
1963
|
+
"writable": true,
|
|
1964
|
+
"signer": true
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "global_config"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"name": "user_ata"
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"name": "user_record",
|
|
1974
|
+
"writable": true
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "distribution_state"
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "system_program"
|
|
1981
|
+
}
|
|
1982
|
+
],
|
|
1983
|
+
"args": []
|
|
1984
|
+
},
|
|
1917
1985
|
{
|
|
1918
1986
|
"name": "process_graveyard_validators_batch",
|
|
1919
1987
|
"docs": [
|
|
@@ -2170,6 +2238,7 @@
|
|
|
2170
2238
|
"accounts": [
|
|
2171
2239
|
{
|
|
2172
2240
|
"name": "admin",
|
|
2241
|
+
"writable": true,
|
|
2173
2242
|
"signer": true
|
|
2174
2243
|
},
|
|
2175
2244
|
{
|
|
@@ -2321,6 +2390,10 @@
|
|
|
2321
2390
|
},
|
|
2322
2391
|
{
|
|
2323
2392
|
"name": "system_program"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "pretoken_purchase_history",
|
|
2396
|
+
"writable": true
|
|
2324
2397
|
}
|
|
2325
2398
|
],
|
|
2326
2399
|
"args": [
|
|
@@ -2407,7 +2480,7 @@
|
|
|
2407
2480
|
"writable": true
|
|
2408
2481
|
},
|
|
2409
2482
|
{
|
|
2410
|
-
"name": "
|
|
2483
|
+
"name": "pool_pretoken_record",
|
|
2411
2484
|
"writable": true
|
|
2412
2485
|
},
|
|
2413
2486
|
{
|
|
@@ -2415,6 +2488,10 @@
|
|
|
2415
2488
|
},
|
|
2416
2489
|
{
|
|
2417
2490
|
"name": "chainlink_program"
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"name": "pretoken_purchase_history",
|
|
2494
|
+
"writable": true
|
|
2418
2495
|
}
|
|
2419
2496
|
],
|
|
2420
2497
|
"args": []
|
|
@@ -2507,7 +2584,7 @@
|
|
|
2507
2584
|
"name": "refresh_stake_metrics_post_sync",
|
|
2508
2585
|
"docs": [
|
|
2509
2586
|
"V2: Refresh stake metrics after removal selection + PDA setup",
|
|
2510
|
-
"Requires
|
|
2587
|
+
"Requires ValidatorAdditionSelection + ValidatorPdaSetup as prerequisites",
|
|
2511
2588
|
"Tracks completion in last_post_sync_stake_metrics_refresh_epoch"
|
|
2512
2589
|
],
|
|
2513
2590
|
"discriminator": [
|
|
@@ -2550,24 +2627,51 @@
|
|
|
2550
2627
|
"args": []
|
|
2551
2628
|
},
|
|
2552
2629
|
{
|
|
2553
|
-
"name": "
|
|
2630
|
+
"name": "refund",
|
|
2554
2631
|
"discriminator": [
|
|
2555
2632
|
2,
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2633
|
+
96,
|
|
2634
|
+
183,
|
|
2635
|
+
251,
|
|
2636
|
+
63,
|
|
2637
|
+
208,
|
|
2638
|
+
46,
|
|
2639
|
+
46
|
|
2563
2640
|
],
|
|
2564
2641
|
"accounts": [
|
|
2642
|
+
{
|
|
2643
|
+
"name": "associated_token_program"
|
|
2644
|
+
},
|
|
2565
2645
|
{
|
|
2566
2646
|
"name": "user",
|
|
2647
|
+
"writable": true,
|
|
2648
|
+
"signer": true
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "global_state",
|
|
2567
2652
|
"writable": true
|
|
2568
2653
|
},
|
|
2569
2654
|
{
|
|
2570
|
-
"name": "
|
|
2655
|
+
"name": "outpost_account",
|
|
2656
|
+
"writable": true
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "distribution_state",
|
|
2660
|
+
"writable": true
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"name": "pool_authority"
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"name": "liqsol_pool_ata",
|
|
2667
|
+
"writable": true
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
"name": "refund_liqsol_ata",
|
|
2671
|
+
"writable": true
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "liqsol_pool_user_record",
|
|
2571
2675
|
"writable": true
|
|
2572
2676
|
},
|
|
2573
2677
|
{
|
|
@@ -2575,13 +2679,116 @@
|
|
|
2575
2679
|
"writable": true
|
|
2576
2680
|
},
|
|
2577
2681
|
{
|
|
2578
|
-
"name": "
|
|
2682
|
+
"name": "extra_account_meta_list"
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"name": "liqsol_core_program"
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"name": "transfer_hook_program"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "liqsol_mint"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"name": "token_program"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"name": "bucket_authority"
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "bucket_token_account",
|
|
2701
|
+
"writable": true
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"name": "bucket_user_record",
|
|
2705
|
+
"writable": true
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"name": "system_program"
|
|
2709
|
+
}
|
|
2710
|
+
],
|
|
2711
|
+
"args": []
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"name": "register_system_pda",
|
|
2715
|
+
"discriminator": [
|
|
2716
|
+
110,
|
|
2717
|
+
93,
|
|
2718
|
+
36,
|
|
2719
|
+
156,
|
|
2720
|
+
179,
|
|
2721
|
+
69,
|
|
2722
|
+
54,
|
|
2723
|
+
210
|
|
2724
|
+
],
|
|
2725
|
+
"accounts": [
|
|
2726
|
+
{
|
|
2727
|
+
"name": "admin",
|
|
2728
|
+
"writable": true,
|
|
2729
|
+
"signer": true
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "global_config"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "pda_owner",
|
|
2579
2736
|
"docs": [
|
|
2580
|
-
"
|
|
2737
|
+
"The PDA whose user record we're creating — must be system-owned (no program data)."
|
|
2738
|
+
]
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"name": "pda_ata"
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "user_record",
|
|
2745
|
+
"writable": true
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"name": "distribution_state",
|
|
2749
|
+
"writable": true
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "bucket_authority"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"name": "bucket_token_account",
|
|
2756
|
+
"docs": [
|
|
2757
|
+
"The bucket's associated token account holding liqSOL (for index sync)"
|
|
2581
2758
|
],
|
|
2759
|
+
"writable": true
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "system_program"
|
|
2763
|
+
}
|
|
2764
|
+
],
|
|
2765
|
+
"args": []
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "register_user",
|
|
2769
|
+
"discriminator": [
|
|
2770
|
+
2,
|
|
2771
|
+
241,
|
|
2772
|
+
150,
|
|
2773
|
+
223,
|
|
2774
|
+
99,
|
|
2775
|
+
214,
|
|
2776
|
+
116,
|
|
2777
|
+
97
|
|
2778
|
+
],
|
|
2779
|
+
"accounts": [
|
|
2780
|
+
{
|
|
2781
|
+
"name": "payer",
|
|
2582
2782
|
"writable": true,
|
|
2583
2783
|
"signer": true
|
|
2584
2784
|
},
|
|
2785
|
+
{
|
|
2786
|
+
"name": "user_ata"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "user_record",
|
|
2790
|
+
"writable": true
|
|
2791
|
+
},
|
|
2585
2792
|
{
|
|
2586
2793
|
"name": "distribution_state",
|
|
2587
2794
|
"writable": true
|
|
@@ -2745,7 +2952,8 @@
|
|
|
2745
2952
|
"name": "bucket_token_account",
|
|
2746
2953
|
"docs": [
|
|
2747
2954
|
"The bucket's token account holding liqSOL (for sync_index balance)"
|
|
2748
|
-
]
|
|
2955
|
+
],
|
|
2956
|
+
"writable": true
|
|
2749
2957
|
},
|
|
2750
2958
|
{
|
|
2751
2959
|
"name": "reserve_pool",
|
|
@@ -2825,174 +3033,61 @@
|
|
|
2825
3033
|
"name": "amount",
|
|
2826
3034
|
"type": "u64"
|
|
2827
3035
|
}
|
|
2828
|
-
]
|
|
2829
|
-
},
|
|
2830
|
-
{
|
|
2831
|
-
"name": "reset_distribution_state",
|
|
2832
|
-
"discriminator": [
|
|
2833
|
-
159,
|
|
2834
|
-
183,
|
|
2835
|
-
162,
|
|
2836
|
-
74,
|
|
2837
|
-
228,
|
|
2838
|
-
135,
|
|
2839
|
-
157,
|
|
2840
|
-
79
|
|
2841
|
-
],
|
|
2842
|
-
"accounts": [
|
|
2843
|
-
{
|
|
2844
|
-
"name": "admin",
|
|
2845
|
-
"signer": true
|
|
2846
|
-
},
|
|
2847
|
-
{
|
|
2848
|
-
"name": "distribution_state",
|
|
2849
|
-
"writable": true
|
|
2850
|
-
}
|
|
2851
|
-
],
|
|
2852
|
-
"args": []
|
|
2853
|
-
},
|
|
2854
|
-
{
|
|
2855
|
-
"name": "reset_global_state",
|
|
2856
|
-
"discriminator": [
|
|
2857
|
-
252,
|
|
2858
|
-
41,
|
|
2859
|
-
117,
|
|
2860
|
-
110,
|
|
2861
|
-
248,
|
|
2862
|
-
165,
|
|
2863
|
-
48,
|
|
2864
|
-
88
|
|
2865
|
-
],
|
|
2866
|
-
"accounts": [
|
|
2867
|
-
{
|
|
2868
|
-
"name": "admin",
|
|
2869
|
-
"signer": true
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"name": "global_state",
|
|
2873
|
-
"writable": true
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"name": "pool_authority"
|
|
2877
|
-
},
|
|
2878
|
-
{
|
|
2879
|
-
"name": "liqsol_mint"
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
"name": "liqsol_pool_ata",
|
|
2883
|
-
"writable": true
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
"name": "token_program"
|
|
2887
|
-
},
|
|
2888
|
-
{
|
|
2889
|
-
"name": "associated_token_program"
|
|
2890
|
-
}
|
|
2891
|
-
],
|
|
2892
|
-
"args": []
|
|
2893
|
-
},
|
|
2894
|
-
{
|
|
2895
|
-
"name": "reset_price_history",
|
|
2896
|
-
"discriminator": [
|
|
2897
|
-
213,
|
|
2898
|
-
231,
|
|
2899
|
-
155,
|
|
2900
|
-
139,
|
|
2901
|
-
248,
|
|
2902
|
-
60,
|
|
2903
|
-
67,
|
|
2904
|
-
199
|
|
2905
|
-
],
|
|
2906
|
-
"accounts": [
|
|
2907
|
-
{
|
|
2908
|
-
"name": "admin",
|
|
2909
|
-
"writable": true,
|
|
2910
|
-
"signer": true
|
|
2911
|
-
},
|
|
2912
|
-
{
|
|
2913
|
-
"name": "tranche_state",
|
|
2914
|
-
"writable": true
|
|
2915
|
-
},
|
|
2916
|
-
{
|
|
2917
|
-
"name": "price_history",
|
|
2918
|
-
"writable": true
|
|
2919
|
-
},
|
|
2920
|
-
{
|
|
2921
|
-
"name": "system_program"
|
|
2922
|
-
}
|
|
2923
|
-
],
|
|
2924
|
-
"args": []
|
|
3036
|
+
]
|
|
2925
3037
|
},
|
|
2926
3038
|
{
|
|
2927
|
-
"name": "
|
|
3039
|
+
"name": "set_admin",
|
|
2928
3040
|
"discriminator": [
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
3041
|
+
251,
|
|
3042
|
+
163,
|
|
3043
|
+
0,
|
|
3044
|
+
52,
|
|
3045
|
+
91,
|
|
3046
|
+
194,
|
|
3047
|
+
187,
|
|
3048
|
+
92
|
|
2937
3049
|
],
|
|
2938
3050
|
"accounts": [
|
|
2939
3051
|
{
|
|
2940
|
-
"name": "
|
|
2941
|
-
"writable": true,
|
|
2942
|
-
"signer": true
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"name": "tranche_state",
|
|
3052
|
+
"name": "global_config",
|
|
2946
3053
|
"writable": true
|
|
2947
3054
|
},
|
|
2948
3055
|
{
|
|
2949
|
-
"name": "
|
|
2950
|
-
"
|
|
3056
|
+
"name": "admin",
|
|
3057
|
+
"signer": true
|
|
2951
3058
|
},
|
|
2952
3059
|
{
|
|
2953
|
-
"name": "
|
|
3060
|
+
"name": "new_authority"
|
|
2954
3061
|
}
|
|
2955
3062
|
],
|
|
2956
3063
|
"args": []
|
|
2957
3064
|
},
|
|
2958
3065
|
{
|
|
2959
|
-
"name": "
|
|
2960
|
-
"docs": [
|
|
2961
|
-
"Admin function to directly set last_state_change_epoch (useful for testing cooldowns)"
|
|
2962
|
-
],
|
|
3066
|
+
"name": "set_cranky",
|
|
2963
3067
|
"discriminator": [
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
3068
|
+
232,
|
|
3069
|
+
48,
|
|
3070
|
+
178,
|
|
3071
|
+
74,
|
|
3072
|
+
194,
|
|
3073
|
+
60,
|
|
3074
|
+
143,
|
|
3075
|
+
164
|
|
2972
3076
|
],
|
|
2973
3077
|
"accounts": [
|
|
2974
3078
|
{
|
|
2975
|
-
"name": "
|
|
3079
|
+
"name": "global_config",
|
|
2976
3080
|
"writable": true
|
|
2977
3081
|
},
|
|
2978
3082
|
{
|
|
2979
|
-
"name": "
|
|
2980
|
-
"
|
|
2981
|
-
"Stake allocation state - to update total_active_vpp when VPP changes"
|
|
2982
|
-
],
|
|
2983
|
-
"writable": true
|
|
2984
|
-
}
|
|
2985
|
-
],
|
|
2986
|
-
"args": [
|
|
2987
|
-
{
|
|
2988
|
-
"name": "vote_account",
|
|
2989
|
-
"type": "pubkey"
|
|
3083
|
+
"name": "admin",
|
|
3084
|
+
"signer": true
|
|
2990
3085
|
},
|
|
2991
3086
|
{
|
|
2992
|
-
"name": "
|
|
2993
|
-
"type": "u16"
|
|
3087
|
+
"name": "new_authority"
|
|
2994
3088
|
}
|
|
2995
|
-
]
|
|
3089
|
+
],
|
|
3090
|
+
"args": []
|
|
2996
3091
|
},
|
|
2997
3092
|
{
|
|
2998
3093
|
"name": "set_paused",
|
|
@@ -3011,6 +3106,9 @@
|
|
|
3011
3106
|
"name": "admin",
|
|
3012
3107
|
"signer": true
|
|
3013
3108
|
},
|
|
3109
|
+
{
|
|
3110
|
+
"name": "global_config"
|
|
3111
|
+
},
|
|
3014
3112
|
{
|
|
3015
3113
|
"name": "global_state",
|
|
3016
3114
|
"writable": true
|
|
@@ -3040,6 +3138,9 @@
|
|
|
3040
3138
|
"name": "admin",
|
|
3041
3139
|
"signer": true
|
|
3042
3140
|
},
|
|
3141
|
+
{
|
|
3142
|
+
"name": "global_config"
|
|
3143
|
+
},
|
|
3043
3144
|
{
|
|
3044
3145
|
"name": "global_state",
|
|
3045
3146
|
"writable": true
|
|
@@ -3077,6 +3178,9 @@
|
|
|
3077
3178
|
"name": "admin",
|
|
3078
3179
|
"signer": true
|
|
3079
3180
|
},
|
|
3181
|
+
{
|
|
3182
|
+
"name": "global_config"
|
|
3183
|
+
},
|
|
3080
3184
|
{
|
|
3081
3185
|
"name": "global_state",
|
|
3082
3186
|
"writable": true
|
|
@@ -3106,6 +3210,9 @@
|
|
|
3106
3210
|
"name": "admin",
|
|
3107
3211
|
"signer": true
|
|
3108
3212
|
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "global_config"
|
|
3215
|
+
},
|
|
3109
3216
|
{
|
|
3110
3217
|
"name": "global_state",
|
|
3111
3218
|
"writable": true
|
|
@@ -3189,7 +3296,11 @@
|
|
|
3189
3296
|
"signer": true
|
|
3190
3297
|
},
|
|
3191
3298
|
{
|
|
3192
|
-
"name": "
|
|
3299
|
+
"name": "global_config"
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "global_state",
|
|
3303
|
+
"writable": true
|
|
3193
3304
|
},
|
|
3194
3305
|
{
|
|
3195
3306
|
"name": "user",
|
|
@@ -3243,6 +3354,9 @@
|
|
|
3243
3354
|
},
|
|
3244
3355
|
{
|
|
3245
3356
|
"name": "sync_leaderboard_scores_batch",
|
|
3357
|
+
"docs": [
|
|
3358
|
+
"region: Validator Leaderboard Syncing"
|
|
3359
|
+
],
|
|
3246
3360
|
"discriminator": [
|
|
3247
3361
|
52,
|
|
3248
3362
|
11,
|
|
@@ -3276,7 +3390,7 @@
|
|
|
3276
3390
|
"name": "sync_main_stake_accounts",
|
|
3277
3391
|
"docs": [
|
|
3278
3392
|
"V2: Sync main stake accounts using PDA architecture (batched)",
|
|
3279
|
-
"Processes
|
|
3393
|
+
"Processes validators in batches via remaining_accounts (batch size is enforced client-side)",
|
|
3280
3394
|
"Note: Only syncs primary delegated stakes, not transient stakes"
|
|
3281
3395
|
],
|
|
3282
3396
|
"discriminator": [
|
|
@@ -3442,6 +3556,10 @@
|
|
|
3442
3556
|
],
|
|
3443
3557
|
"writable": true
|
|
3444
3558
|
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "pretoken_purchase_history",
|
|
3561
|
+
"writable": true
|
|
3562
|
+
},
|
|
3445
3563
|
{
|
|
3446
3564
|
"name": "token_program"
|
|
3447
3565
|
},
|
|
@@ -3459,34 +3577,6 @@
|
|
|
3459
3577
|
}
|
|
3460
3578
|
]
|
|
3461
3579
|
},
|
|
3462
|
-
{
|
|
3463
|
-
"name": "test_clear_active_list",
|
|
3464
|
-
"discriminator": [
|
|
3465
|
-
17,
|
|
3466
|
-
195,
|
|
3467
|
-
59,
|
|
3468
|
-
174,
|
|
3469
|
-
184,
|
|
3470
|
-
137,
|
|
3471
|
-
149,
|
|
3472
|
-
144
|
|
3473
|
-
],
|
|
3474
|
-
"accounts": [
|
|
3475
|
-
{
|
|
3476
|
-
"name": "active_list",
|
|
3477
|
-
"writable": true
|
|
3478
|
-
},
|
|
3479
|
-
{
|
|
3480
|
-
"name": "processing_state",
|
|
3481
|
-
"writable": true
|
|
3482
|
-
},
|
|
3483
|
-
{
|
|
3484
|
-
"name": "authority",
|
|
3485
|
-
"signer": true
|
|
3486
|
-
}
|
|
3487
|
-
],
|
|
3488
|
-
"args": []
|
|
3489
|
-
},
|
|
3490
3580
|
{
|
|
3491
3581
|
"name": "update_config_bool",
|
|
3492
3582
|
"discriminator": [
|
|
@@ -3505,13 +3595,7 @@
|
|
|
3505
3595
|
"writable": true
|
|
3506
3596
|
},
|
|
3507
3597
|
{
|
|
3508
|
-
"name": "
|
|
3509
|
-
},
|
|
3510
|
-
{
|
|
3511
|
-
"name": "authority",
|
|
3512
|
-
"docs": [
|
|
3513
|
-
"Authority must match StakeControllerState.authority"
|
|
3514
|
-
],
|
|
3598
|
+
"name": "admin",
|
|
3515
3599
|
"signer": true
|
|
3516
3600
|
}
|
|
3517
3601
|
],
|
|
@@ -3548,13 +3632,7 @@
|
|
|
3548
3632
|
"writable": true
|
|
3549
3633
|
},
|
|
3550
3634
|
{
|
|
3551
|
-
"name": "
|
|
3552
|
-
},
|
|
3553
|
-
{
|
|
3554
|
-
"name": "authority",
|
|
3555
|
-
"docs": [
|
|
3556
|
-
"Authority must match StakeControllerState.authority"
|
|
3557
|
-
],
|
|
3635
|
+
"name": "admin",
|
|
3558
3636
|
"signer": true
|
|
3559
3637
|
}
|
|
3560
3638
|
],
|
|
@@ -3591,13 +3669,7 @@
|
|
|
3591
3669
|
"writable": true
|
|
3592
3670
|
},
|
|
3593
3671
|
{
|
|
3594
|
-
"name": "
|
|
3595
|
-
},
|
|
3596
|
-
{
|
|
3597
|
-
"name": "authority",
|
|
3598
|
-
"docs": [
|
|
3599
|
-
"Authority must match StakeControllerState.authority"
|
|
3600
|
-
],
|
|
3672
|
+
"name": "admin",
|
|
3601
3673
|
"signer": true
|
|
3602
3674
|
}
|
|
3603
3675
|
],
|
|
@@ -3634,13 +3706,7 @@
|
|
|
3634
3706
|
"writable": true
|
|
3635
3707
|
},
|
|
3636
3708
|
{
|
|
3637
|
-
"name": "
|
|
3638
|
-
},
|
|
3639
|
-
{
|
|
3640
|
-
"name": "authority",
|
|
3641
|
-
"docs": [
|
|
3642
|
-
"Authority must match StakeControllerState.authority"
|
|
3643
|
-
],
|
|
3709
|
+
"name": "admin",
|
|
3644
3710
|
"signer": true
|
|
3645
3711
|
}
|
|
3646
3712
|
],
|
|
@@ -3677,6 +3743,9 @@
|
|
|
3677
3743
|
"writable": true,
|
|
3678
3744
|
"signer": true
|
|
3679
3745
|
},
|
|
3746
|
+
{
|
|
3747
|
+
"name": "global_config"
|
|
3748
|
+
},
|
|
3680
3749
|
{
|
|
3681
3750
|
"name": "tranche_state",
|
|
3682
3751
|
"writable": true
|
|
@@ -3695,7 +3764,7 @@
|
|
|
3695
3764
|
"type": "u16"
|
|
3696
3765
|
},
|
|
3697
3766
|
{
|
|
3698
|
-
"name": "
|
|
3767
|
+
"name": "price_growth_cents",
|
|
3699
3768
|
"type": "u16"
|
|
3700
3769
|
}
|
|
3701
3770
|
]
|
|
@@ -3718,6 +3787,9 @@
|
|
|
3718
3787
|
"writable": true,
|
|
3719
3788
|
"signer": true
|
|
3720
3789
|
},
|
|
3790
|
+
{
|
|
3791
|
+
"name": "global_config"
|
|
3792
|
+
},
|
|
3721
3793
|
{
|
|
3722
3794
|
"name": "tranche_state",
|
|
3723
3795
|
"writable": true
|
|
@@ -3890,6 +3962,19 @@
|
|
|
3890
3962
|
150
|
|
3891
3963
|
]
|
|
3892
3964
|
},
|
|
3965
|
+
{
|
|
3966
|
+
"name": "PretokenPurchaseHistory",
|
|
3967
|
+
"discriminator": [
|
|
3968
|
+
33,
|
|
3969
|
+
71,
|
|
3970
|
+
113,
|
|
3971
|
+
206,
|
|
3972
|
+
33,
|
|
3973
|
+
180,
|
|
3974
|
+
236,
|
|
3975
|
+
131
|
|
3976
|
+
]
|
|
3977
|
+
},
|
|
3893
3978
|
{
|
|
3894
3979
|
"name": "PriceHistory",
|
|
3895
3980
|
"discriminator": [
|
|
@@ -4402,12 +4487,32 @@
|
|
|
4402
4487
|
],
|
|
4403
4488
|
"type": "u16"
|
|
4404
4489
|
},
|
|
4490
|
+
{
|
|
4491
|
+
"name": "aggregate_mode_tag",
|
|
4492
|
+
"docs": [
|
|
4493
|
+
"Tracks which aggregation mode currently owns the shared temp fields.",
|
|
4494
|
+
"0 = idle,",
|
|
4495
|
+
"1 = Normal,",
|
|
4496
|
+
"2 = PostSync,",
|
|
4497
|
+
"3 = PostLateEpoch.",
|
|
4498
|
+
"Prevents cross-mode state contamination when modes share the same vars."
|
|
4499
|
+
],
|
|
4500
|
+
"type": "u8"
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"name": "aggregation_started_epoch",
|
|
4504
|
+
"docs": [
|
|
4505
|
+
"The epoch when the current aggregation batch started.",
|
|
4506
|
+
"Prevents stale partial accumulators from being committed if an epoch boundary is crossed mid-aggregation."
|
|
4507
|
+
],
|
|
4508
|
+
"type": "u64"
|
|
4509
|
+
},
|
|
4405
4510
|
{
|
|
4406
4511
|
"name": "_reserved",
|
|
4407
4512
|
"type": {
|
|
4408
4513
|
"array": [
|
|
4409
4514
|
"u8",
|
|
4410
|
-
|
|
4515
|
+
23
|
|
4411
4516
|
]
|
|
4412
4517
|
}
|
|
4413
4518
|
}
|
|
@@ -4640,7 +4745,9 @@
|
|
|
4640
4745
|
{
|
|
4641
4746
|
"name": "authority",
|
|
4642
4747
|
"docs": [
|
|
4643
|
-
"
|
|
4748
|
+
"DEPRECATED: Originally intended as authority for serviceable_epoch updates,",
|
|
4749
|
+
"but serviceable_epoch is updated by merge_deactivated_stakes gated via GlobalConfig.cranky.",
|
|
4750
|
+
"Retained to preserve account layout."
|
|
4644
4751
|
],
|
|
4645
4752
|
"type": "pubkey"
|
|
4646
4753
|
},
|
|
@@ -4679,8 +4786,7 @@
|
|
|
4679
4786
|
{
|
|
4680
4787
|
"name": "GlobalConfig",
|
|
4681
4788
|
"docs": [
|
|
4682
|
-
"Zero-copy global config PDA"
|
|
4683
|
-
"Authority is taken from StakeControllerState, not stored here"
|
|
4789
|
+
"Zero-copy global config PDA"
|
|
4684
4790
|
],
|
|
4685
4791
|
"serialization": "bytemuckunsafe",
|
|
4686
4792
|
"repr": {
|
|
@@ -4702,6 +4808,23 @@
|
|
|
4702
4808
|
]
|
|
4703
4809
|
}
|
|
4704
4810
|
},
|
|
4811
|
+
{
|
|
4812
|
+
"name": "admin",
|
|
4813
|
+
"type": "pubkey"
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"name": "cranky",
|
|
4817
|
+
"type": "pubkey"
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
"name": "_reserved_pubkey",
|
|
4821
|
+
"type": {
|
|
4822
|
+
"array": [
|
|
4823
|
+
"pubkey",
|
|
4824
|
+
1
|
|
4825
|
+
]
|
|
4826
|
+
}
|
|
4827
|
+
},
|
|
4705
4828
|
{
|
|
4706
4829
|
"name": "min_user_deposit",
|
|
4707
4830
|
"docs": [
|
|
@@ -4888,10 +5011,6 @@
|
|
|
4888
5011
|
"type": {
|
|
4889
5012
|
"kind": "struct",
|
|
4890
5013
|
"fields": [
|
|
4891
|
-
{
|
|
4892
|
-
"name": "admin",
|
|
4893
|
-
"type": "pubkey"
|
|
4894
|
-
},
|
|
4895
5014
|
{
|
|
4896
5015
|
"name": "deployed_at",
|
|
4897
5016
|
"type": "i64"
|
|
@@ -4944,9 +5063,10 @@
|
|
|
4944
5063
|
"type": "u64"
|
|
4945
5064
|
},
|
|
4946
5065
|
{
|
|
4947
|
-
"name": "
|
|
5066
|
+
"name": "expected_pool_balance",
|
|
4948
5067
|
"docs": [
|
|
4949
|
-
"
|
|
5068
|
+
"Expected liqSOL pool balance (tracked by protocol operations, not read from on-chain balance).",
|
|
5069
|
+
"Any discrepancy vs actual on-chain balance is treated as unsolicited donations, not yield."
|
|
4950
5070
|
],
|
|
4951
5071
|
"type": "u64"
|
|
4952
5072
|
},
|
|
@@ -5121,6 +5241,10 @@
|
|
|
5121
5241
|
"type": {
|
|
5122
5242
|
"kind": "struct",
|
|
5123
5243
|
"fields": [
|
|
5244
|
+
{
|
|
5245
|
+
"name": "receipt_id",
|
|
5246
|
+
"type": "u64"
|
|
5247
|
+
},
|
|
5124
5248
|
{
|
|
5125
5249
|
"name": "liqports",
|
|
5126
5250
|
"type": "u64"
|
|
@@ -5155,6 +5279,9 @@
|
|
|
5155
5279
|
},
|
|
5156
5280
|
{
|
|
5157
5281
|
"name": "last_active_infos_synced_epoch",
|
|
5282
|
+
"docs": [
|
|
5283
|
+
"DEPRECATED: ActiveInfosSynced removed in WIN-134. Retained to preserve account layout."
|
|
5284
|
+
],
|
|
5158
5285
|
"type": "u16"
|
|
5159
5286
|
},
|
|
5160
5287
|
{
|
|
@@ -5169,6 +5296,9 @@
|
|
|
5169
5296
|
},
|
|
5170
5297
|
{
|
|
5171
5298
|
"name": "last_distribution_slot",
|
|
5299
|
+
"docs": [
|
|
5300
|
+
"DEPRECATED: Distribution slot tracking removed in PR113. Retained to preserve account layout."
|
|
5301
|
+
],
|
|
5172
5302
|
"type": {
|
|
5173
5303
|
"option": "u64"
|
|
5174
5304
|
}
|
|
@@ -5333,6 +5463,24 @@
|
|
|
5333
5463
|
{
|
|
5334
5464
|
"name": "bump",
|
|
5335
5465
|
"type": "u8"
|
|
5466
|
+
},
|
|
5467
|
+
{
|
|
5468
|
+
"name": "accumulated_pretoken_yield",
|
|
5469
|
+
"type": {
|
|
5470
|
+
"option": "u64"
|
|
5471
|
+
}
|
|
5472
|
+
},
|
|
5473
|
+
{
|
|
5474
|
+
"name": "last_epoch_synd_liqsol",
|
|
5475
|
+
"type": {
|
|
5476
|
+
"option": "u64"
|
|
5477
|
+
}
|
|
5478
|
+
},
|
|
5479
|
+
{
|
|
5480
|
+
"name": "last_synd_epoch",
|
|
5481
|
+
"type": {
|
|
5482
|
+
"option": "u64"
|
|
5483
|
+
}
|
|
5336
5484
|
}
|
|
5337
5485
|
]
|
|
5338
5486
|
}
|
|
@@ -5427,6 +5575,57 @@
|
|
|
5427
5575
|
]
|
|
5428
5576
|
}
|
|
5429
5577
|
},
|
|
5578
|
+
{
|
|
5579
|
+
"name": "PretokenPurchaseHistory",
|
|
5580
|
+
"serialization": "bytemuck",
|
|
5581
|
+
"repr": {
|
|
5582
|
+
"kind": "c"
|
|
5583
|
+
},
|
|
5584
|
+
"type": {
|
|
5585
|
+
"kind": "struct",
|
|
5586
|
+
"fields": [
|
|
5587
|
+
{
|
|
5588
|
+
"name": "starting_epoch",
|
|
5589
|
+
"type": "u64"
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"name": "latest_epoch",
|
|
5593
|
+
"type": "u64"
|
|
5594
|
+
},
|
|
5595
|
+
{
|
|
5596
|
+
"name": "purchased_per_epoch",
|
|
5597
|
+
"type": {
|
|
5598
|
+
"array": [
|
|
5599
|
+
"u64",
|
|
5600
|
+
100
|
|
5601
|
+
]
|
|
5602
|
+
}
|
|
5603
|
+
},
|
|
5604
|
+
{
|
|
5605
|
+
"name": "synd_per_epoch",
|
|
5606
|
+
"type": {
|
|
5607
|
+
"array": [
|
|
5608
|
+
"u64",
|
|
5609
|
+
100
|
|
5610
|
+
]
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
5613
|
+
{
|
|
5614
|
+
"name": "bump",
|
|
5615
|
+
"type": "u8"
|
|
5616
|
+
},
|
|
5617
|
+
{
|
|
5618
|
+
"name": "_padding",
|
|
5619
|
+
"type": {
|
|
5620
|
+
"array": [
|
|
5621
|
+
"u8",
|
|
5622
|
+
7
|
|
5623
|
+
]
|
|
5624
|
+
}
|
|
5625
|
+
}
|
|
5626
|
+
]
|
|
5627
|
+
}
|
|
5628
|
+
},
|
|
5430
5629
|
{
|
|
5431
5630
|
"name": "PretokenPurchased",
|
|
5432
5631
|
"type": {
|
|
@@ -5687,56 +5886,56 @@
|
|
|
5687
5886
|
{
|
|
5688
5887
|
"name": "addition_in_progress",
|
|
5689
5888
|
"docs": [
|
|
5690
|
-
"
|
|
5889
|
+
"DEPRECATED — see BatchOrchestrator. Always false."
|
|
5691
5890
|
],
|
|
5692
5891
|
"type": "bool"
|
|
5693
5892
|
},
|
|
5694
5893
|
{
|
|
5695
5894
|
"name": "addition_next_rank",
|
|
5696
5895
|
"docs": [
|
|
5697
|
-
"
|
|
5896
|
+
"DEPRECATED — see BatchOrchestrator.addition_next_rank. Always 0."
|
|
5698
5897
|
],
|
|
5699
5898
|
"type": "u16"
|
|
5700
5899
|
},
|
|
5701
5900
|
{
|
|
5702
5901
|
"name": "addition_target_rank",
|
|
5703
5902
|
"docs": [
|
|
5704
|
-
"
|
|
5903
|
+
"DEPRECATED — see BatchOrchestrator.addition_target_rank. Always 0."
|
|
5705
5904
|
],
|
|
5706
5905
|
"type": "u16"
|
|
5707
5906
|
},
|
|
5708
5907
|
{
|
|
5709
5908
|
"name": "validators_added_this_selection",
|
|
5710
5909
|
"docs": [
|
|
5711
|
-
"
|
|
5910
|
+
"DEPRECATED — see BatchOrchestrator. Always 0."
|
|
5712
5911
|
],
|
|
5713
5912
|
"type": "u16"
|
|
5714
5913
|
},
|
|
5715
5914
|
{
|
|
5716
5915
|
"name": "removal_in_progress",
|
|
5717
5916
|
"docs": [
|
|
5718
|
-
"
|
|
5917
|
+
"DEPRECATED — see BatchOrchestrator. Always false."
|
|
5719
5918
|
],
|
|
5720
5919
|
"type": "bool"
|
|
5721
5920
|
},
|
|
5722
5921
|
{
|
|
5723
5922
|
"name": "removal_next_index",
|
|
5724
5923
|
"docs": [
|
|
5725
|
-
"
|
|
5924
|
+
"DEPRECATED — see BatchOrchestrator.removal_next_index. Always 0."
|
|
5726
5925
|
],
|
|
5727
5926
|
"type": "u16"
|
|
5728
5927
|
},
|
|
5729
5928
|
{
|
|
5730
5929
|
"name": "removal_active_list_snapshot",
|
|
5731
5930
|
"docs": [
|
|
5732
|
-
"
|
|
5931
|
+
"DEPRECATED — see BatchOrchestrator. Always 0."
|
|
5733
5932
|
],
|
|
5734
5933
|
"type": "u16"
|
|
5735
5934
|
},
|
|
5736
5935
|
{
|
|
5737
5936
|
"name": "validators_removed_this_selection",
|
|
5738
5937
|
"docs": [
|
|
5739
|
-
"
|
|
5938
|
+
"DEPRECATED — see BatchOrchestrator. Always 0."
|
|
5740
5939
|
],
|
|
5741
5940
|
"type": "u16"
|
|
5742
5941
|
}
|
|
@@ -5852,13 +6051,6 @@
|
|
|
5852
6051
|
"type": {
|
|
5853
6052
|
"kind": "struct",
|
|
5854
6053
|
"fields": [
|
|
5855
|
-
{
|
|
5856
|
-
"name": "admin",
|
|
5857
|
-
"docs": [
|
|
5858
|
-
"Admin authority (can update growth parameters and price bounds)"
|
|
5859
|
-
],
|
|
5860
|
-
"type": "pubkey"
|
|
5861
|
-
},
|
|
5862
6054
|
{
|
|
5863
6055
|
"name": "current_tranche_number",
|
|
5864
6056
|
"type": "u64"
|
|
@@ -5887,9 +6079,9 @@
|
|
|
5887
6079
|
"type": "u16"
|
|
5888
6080
|
},
|
|
5889
6081
|
{
|
|
5890
|
-
"name": "
|
|
6082
|
+
"name": "price_growth_cents",
|
|
5891
6083
|
"docs": [
|
|
5892
|
-
"Price growth in
|
|
6084
|
+
"Price growth in cents per tranche (0.01 USD units)"
|
|
5893
6085
|
],
|
|
5894
6086
|
"type": "u16"
|
|
5895
6087
|
},
|
|
@@ -5983,6 +6175,13 @@
|
|
|
5983
6175
|
{
|
|
5984
6176
|
"name": "bump",
|
|
5985
6177
|
"type": "u8"
|
|
6178
|
+
},
|
|
6179
|
+
{
|
|
6180
|
+
"name": "tracked_balance",
|
|
6181
|
+
"docs": [
|
|
6182
|
+
"Last reconciled liqSOL token balance for this user ATA"
|
|
6183
|
+
],
|
|
6184
|
+
"type": "u64"
|
|
5986
6185
|
}
|
|
5987
6186
|
]
|
|
5988
6187
|
}
|