@wireio/stake 0.6.0 → 0.6.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 +44095 -8541
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +11351 -1479
- package/lib/stake.js +44672 -9038
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +44095 -8541
- package/lib/stake.m.js.map +1 -1
- package/package.json +4 -3
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +699 -0
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +3139 -0
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +106 -0
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +180 -0
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +470 -0
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +1983 -0
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +1231 -0
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +1524 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +119 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +374 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +865 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +524 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +10 -0
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +1232 -0
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -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/{ABI/liqEth → hoodi/liqEth/v1}/DepositManager.sol/DepositManager.json +3 -3
- 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/{ABI → hoodi}/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
- 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 +1590 -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/BridgeWithdrawFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.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/IDepositorBridgeHooks.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1033 -0
- package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +97 -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/{ABI/liqEth → mainnet/liqEth/v1}/accounting.sol/Accounting.json +3 -3
- 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/{ABI/liqEth → mainnet/liqEth/v1}/stakingModule.sol/StakingModule.json +3 -3
- 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/{ABI/outpost → mainnet/outpost/v1}/Depositor.sol/Depositor.json +34 -19
- 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/{ABI/outpost → mainnet/outpost/v1}/Pretoken.sol/Pretoken.json +34 -19
- 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 +669 -420
- 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 +669 -420
- 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 +35 -1
- package/src/networks/ethereum/clients/opp.client.ts +20 -21
- package/src/networks/ethereum/clients/receipt.client.ts +93 -23
- package/src/networks/ethereum/clients/stake.client.ts +192 -20
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +421 -235
- package/src/networks/ethereum/ethereum.ts +342 -127
- package/src/networks/ethereum/types.ts +41 -13
- package/src/networks/solana/clients/convert.client.ts +341 -0
- package/src/networks/solana/clients/distribution.client.ts +131 -24
- package/src/networks/solana/clients/leaderboard.client.ts +10 -13
- package/src/networks/solana/clients/outpost.client.ts +110 -78
- package/src/networks/solana/clients/token.client.ts +20 -15
- package/src/networks/solana/constants.ts +56 -285
- package/src/networks/solana/program.ts +446 -28
- package/src/networks/solana/solana.ts +817 -404
- package/src/networks/solana/types.ts +41 -15
- package/src/networks/solana/utils.ts +56 -305
- package/src/staker.ts +24 -4
- package/src/types.ts +94 -22
- package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +0 -4
- 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/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/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/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/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/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/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/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 -292
- /package/src/assets/ethereum/{ABI → hoodi}/common/Base58.sol/Base58.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/RestrictedCallers.sol/RestrictedCallers.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/iodata.sol/iodata.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/iodata_util.sol/iodata_util.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_data.sol/sysio_data.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_errors.sol/sysio_errors.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_merkle.sol/sysio_merkle.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_name.sol/sysio_name.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_pubkey.sol/sysio_pubkey.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_read.sol/sysio_read.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_tester.sol/SysioTester.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_verify.sol/sysio_verify.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_write.sol/sysio_write.json +0 -0
- /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
|
@@ -13,68 +13,6 @@ export type LiqsolCore = {
|
|
|
13
13
|
"description": "Created with Anchor"
|
|
14
14
|
},
|
|
15
15
|
"instructions": [
|
|
16
|
-
{
|
|
17
|
-
"name": "accumulateUnstakeRequest",
|
|
18
|
-
"docs": [
|
|
19
|
-
"Accumulate unstake requests to be processed in next allocation cycle",
|
|
20
|
-
"Multiple requests can be accumulated before calculating allocations",
|
|
21
|
-
"Returns the target epoch when this unstake request will be processed",
|
|
22
|
-
"We should not be able to call this without development feature enabled",
|
|
23
|
-
""
|
|
24
|
-
],
|
|
25
|
-
"discriminator": [
|
|
26
|
-
24,
|
|
27
|
-
73,
|
|
28
|
-
69,
|
|
29
|
-
139,
|
|
30
|
-
36,
|
|
31
|
-
209,
|
|
32
|
-
105,
|
|
33
|
-
252
|
|
34
|
-
],
|
|
35
|
-
"accounts": [
|
|
36
|
-
{
|
|
37
|
-
"name": "admin",
|
|
38
|
-
"writable": true,
|
|
39
|
-
"signer": true
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "stakeAllocationState",
|
|
43
|
-
"docs": [
|
|
44
|
-
"Stake allocation state - to accumulate pending unstake requests"
|
|
45
|
-
],
|
|
46
|
-
"writable": true
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "stakeMetrics",
|
|
50
|
-
"docs": [
|
|
51
|
-
"Stake metrics - to validate total unstake amount is available"
|
|
52
|
-
]
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "maintenanceLedger",
|
|
56
|
-
"docs": [
|
|
57
|
-
"Maintenance ledger - to determine target processing epoch"
|
|
58
|
-
]
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "globalConfig",
|
|
62
|
-
"docs": [
|
|
63
|
-
"Global config for min_unstake_request setting"
|
|
64
|
-
]
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "clock"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"args": [
|
|
71
|
-
{
|
|
72
|
-
"name": "amount",
|
|
73
|
-
"type": "u64"
|
|
74
|
-
}
|
|
75
|
-
],
|
|
76
|
-
"returns": "u64"
|
|
77
|
-
},
|
|
78
16
|
{
|
|
79
17
|
"name": "addTopPerformersBatch",
|
|
80
18
|
"docs": [
|
|
@@ -128,70 +66,47 @@ export type LiqsolCore = {
|
|
|
128
66
|
"args": []
|
|
129
67
|
},
|
|
130
68
|
{
|
|
131
|
-
"name": "
|
|
132
|
-
"docs": [
|
|
133
|
-
"Add a new validator bbypassing the looking at leaderboard and getting validators form there"
|
|
134
|
-
],
|
|
69
|
+
"name": "adminForceUnbondRole",
|
|
135
70
|
"discriminator": [
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
71
|
+
80,
|
|
72
|
+
107,
|
|
73
|
+
27,
|
|
74
|
+
49,
|
|
75
|
+
126,
|
|
76
|
+
25,
|
|
77
|
+
31,
|
|
78
|
+
238
|
|
144
79
|
],
|
|
145
80
|
"accounts": [
|
|
146
81
|
{
|
|
147
|
-
"name": "
|
|
148
|
-
"writable": true,
|
|
82
|
+
"name": "admin",
|
|
149
83
|
"signer": true
|
|
150
84
|
},
|
|
151
85
|
{
|
|
152
|
-
"name": "
|
|
153
|
-
"docs": [
|
|
154
|
-
"Active list - will add the validator here"
|
|
155
|
-
],
|
|
156
|
-
"writable": true
|
|
86
|
+
"name": "globalConfig"
|
|
157
87
|
},
|
|
158
88
|
{
|
|
159
|
-
"name": "
|
|
160
|
-
"docs": [
|
|
161
|
-
"Create the validator info account"
|
|
162
|
-
],
|
|
163
|
-
"writable": true
|
|
89
|
+
"name": "globalState"
|
|
164
90
|
},
|
|
165
91
|
{
|
|
166
|
-
"name": "
|
|
92
|
+
"name": "user",
|
|
167
93
|
"docs": [
|
|
168
|
-
"
|
|
169
|
-
]
|
|
170
|
-
"writable": true
|
|
94
|
+
"The user whose role bond is being force-unbonded"
|
|
95
|
+
]
|
|
171
96
|
},
|
|
172
97
|
{
|
|
173
|
-
"name": "
|
|
174
|
-
"docs": [
|
|
175
|
-
"Stake allocation state - to update total_active_vpp when adding validator"
|
|
176
|
-
],
|
|
98
|
+
"name": "outpostAccount",
|
|
177
99
|
"writable": true
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"name": "systemProgram"
|
|
181
100
|
}
|
|
182
101
|
],
|
|
183
102
|
"args": [
|
|
184
103
|
{
|
|
185
|
-
"name": "
|
|
186
|
-
"type":
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "performanceScore",
|
|
194
|
-
"type": "u8"
|
|
104
|
+
"name": "role",
|
|
105
|
+
"type": {
|
|
106
|
+
"defined": {
|
|
107
|
+
"name": "role"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
195
110
|
}
|
|
196
111
|
]
|
|
197
112
|
},
|
|
@@ -233,43 +148,6 @@ export type LiqsolCore = {
|
|
|
233
148
|
],
|
|
234
149
|
"args": []
|
|
235
150
|
},
|
|
236
|
-
{
|
|
237
|
-
"name": "blacklistValidator",
|
|
238
|
-
"docs": [
|
|
239
|
-
"Blacklist a validator (user-facing, maintenance will handle graveyard movement)",
|
|
240
|
-
"UnderPerforming is set automatically when score is updated",
|
|
241
|
-
"Another serious emergency stop function"
|
|
242
|
-
],
|
|
243
|
-
"discriminator": [
|
|
244
|
-
125,
|
|
245
|
-
42,
|
|
246
|
-
36,
|
|
247
|
-
229,
|
|
248
|
-
27,
|
|
249
|
-
38,
|
|
250
|
-
226,
|
|
251
|
-
62
|
|
252
|
-
],
|
|
253
|
-
"accounts": [
|
|
254
|
-
{
|
|
255
|
-
"name": "validatorInfo",
|
|
256
|
-
"writable": true
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"name": "stakeAllocationState",
|
|
260
|
-
"docs": [
|
|
261
|
-
"Stake allocation state - to update total_active_vpp when VPP changes"
|
|
262
|
-
],
|
|
263
|
-
"writable": true
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"args": [
|
|
267
|
-
{
|
|
268
|
-
"name": "voteAccount",
|
|
269
|
-
"type": "pubkey"
|
|
270
|
-
}
|
|
271
|
-
]
|
|
272
|
-
},
|
|
273
151
|
{
|
|
274
152
|
"name": "bondRole",
|
|
275
153
|
"discriminator": [
|
|
@@ -492,6 +370,9 @@ export type LiqsolCore = {
|
|
|
492
370
|
},
|
|
493
371
|
{
|
|
494
372
|
"name": "tokenProgram"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "systemProgram"
|
|
495
376
|
}
|
|
496
377
|
],
|
|
497
378
|
"args": []
|
|
@@ -691,7 +572,8 @@ export type LiqsolCore = {
|
|
|
691
572
|
"writable": true
|
|
692
573
|
},
|
|
693
574
|
{
|
|
694
|
-
"name": "user"
|
|
575
|
+
"name": "user",
|
|
576
|
+
"writable": true
|
|
695
577
|
},
|
|
696
578
|
{
|
|
697
579
|
"name": "outpostAccount",
|
|
@@ -996,6 +878,72 @@ export type LiqsolCore = {
|
|
|
996
878
|
}
|
|
997
879
|
]
|
|
998
880
|
},
|
|
881
|
+
{
|
|
882
|
+
"name": "depositToReserve",
|
|
883
|
+
"discriminator": [
|
|
884
|
+
8,
|
|
885
|
+
79,
|
|
886
|
+
123,
|
|
887
|
+
129,
|
|
888
|
+
146,
|
|
889
|
+
140,
|
|
890
|
+
178,
|
|
891
|
+
128
|
|
892
|
+
],
|
|
893
|
+
"accounts": [
|
|
894
|
+
{
|
|
895
|
+
"name": "admin",
|
|
896
|
+
"signer": true
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "globalConfig"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "depositor",
|
|
903
|
+
"writable": true,
|
|
904
|
+
"signer": true
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "reservePool",
|
|
908
|
+
"writable": true
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "vault"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "ephemeralStake",
|
|
915
|
+
"writable": true
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "controllerState"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "stakeProgram"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "systemProgram"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "clock"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "stakeHistory"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "rent"
|
|
934
|
+
}
|
|
935
|
+
],
|
|
936
|
+
"args": [
|
|
937
|
+
{
|
|
938
|
+
"name": "amount",
|
|
939
|
+
"type": "u64"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "seed",
|
|
943
|
+
"type": "u32"
|
|
944
|
+
}
|
|
945
|
+
]
|
|
946
|
+
},
|
|
999
947
|
{
|
|
1000
948
|
"name": "desynd",
|
|
1001
949
|
"discriminator": [
|
|
@@ -1072,9 +1020,16 @@ export type LiqsolCore = {
|
|
|
1072
1020
|
],
|
|
1073
1021
|
"writable": true
|
|
1074
1022
|
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "pretokenPurchaseHistory",
|
|
1025
|
+
"writable": true
|
|
1026
|
+
},
|
|
1075
1027
|
{
|
|
1076
1028
|
"name": "tokenProgram"
|
|
1077
1029
|
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "associatedTokenProgram"
|
|
1032
|
+
},
|
|
1078
1033
|
{
|
|
1079
1034
|
"name": "systemProgram"
|
|
1080
1035
|
}
|
|
@@ -1110,6 +1065,44 @@ export type LiqsolCore = {
|
|
|
1110
1065
|
"args": [],
|
|
1111
1066
|
"returns": "u16"
|
|
1112
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "hasRole",
|
|
1070
|
+
"discriminator": [
|
|
1071
|
+
218,
|
|
1072
|
+
136,
|
|
1073
|
+
44,
|
|
1074
|
+
87,
|
|
1075
|
+
142,
|
|
1076
|
+
247,
|
|
1077
|
+
141,
|
|
1078
|
+
195
|
|
1079
|
+
],
|
|
1080
|
+
"accounts": [
|
|
1081
|
+
{
|
|
1082
|
+
"name": "user",
|
|
1083
|
+
"docs": [
|
|
1084
|
+
"User whose role status is being checked."
|
|
1085
|
+
]
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "outpostAccount"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"name": "globalState"
|
|
1092
|
+
}
|
|
1093
|
+
],
|
|
1094
|
+
"args": [
|
|
1095
|
+
{
|
|
1096
|
+
"name": "role",
|
|
1097
|
+
"type": {
|
|
1098
|
+
"defined": {
|
|
1099
|
+
"name": "role"
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"returns": "bool"
|
|
1105
|
+
},
|
|
1113
1106
|
{
|
|
1114
1107
|
"name": "initBucket",
|
|
1115
1108
|
"docs": [
|
|
@@ -1452,22 +1445,67 @@ export type LiqsolCore = {
|
|
|
1452
1445
|
"args": []
|
|
1453
1446
|
},
|
|
1454
1447
|
{
|
|
1455
|
-
"name": "
|
|
1448
|
+
"name": "initializePretokenPurchaseHistory",
|
|
1456
1449
|
"docs": [
|
|
1457
|
-
"
|
|
1450
|
+
"Admin-only: initialize PretokenPurchaseHistory PDA for a pool"
|
|
1458
1451
|
],
|
|
1459
1452
|
"discriminator": [
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
],
|
|
1469
|
-
"accounts": [
|
|
1470
|
-
{
|
|
1453
|
+
140,
|
|
1454
|
+
166,
|
|
1455
|
+
196,
|
|
1456
|
+
128,
|
|
1457
|
+
189,
|
|
1458
|
+
240,
|
|
1459
|
+
159,
|
|
1460
|
+
1
|
|
1461
|
+
],
|
|
1462
|
+
"accounts": [
|
|
1463
|
+
{
|
|
1464
|
+
"name": "admin",
|
|
1465
|
+
"writable": true,
|
|
1466
|
+
"signer": true
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "globalConfig"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "pretokenPurchaseHistory",
|
|
1473
|
+
"writable": true
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"name": "poolAuthority"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"name": "globalState",
|
|
1480
|
+
"writable": true
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"name": "poolPretokenRecord",
|
|
1484
|
+
"writable": true
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"name": "systemProgram"
|
|
1488
|
+
}
|
|
1489
|
+
],
|
|
1490
|
+
"args": []
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "initializeProcessingState",
|
|
1494
|
+
"docs": [
|
|
1495
|
+
"Done///"
|
|
1496
|
+
],
|
|
1497
|
+
"discriminator": [
|
|
1498
|
+
228,
|
|
1499
|
+
202,
|
|
1500
|
+
164,
|
|
1501
|
+
194,
|
|
1502
|
+
29,
|
|
1503
|
+
134,
|
|
1504
|
+
125,
|
|
1505
|
+
242
|
|
1506
|
+
],
|
|
1507
|
+
"accounts": [
|
|
1508
|
+
{
|
|
1471
1509
|
"name": "admin",
|
|
1472
1510
|
"writable": true,
|
|
1473
1511
|
"signer": true
|
|
@@ -1712,7 +1750,7 @@ export type LiqsolCore = {
|
|
|
1712
1750
|
],
|
|
1713
1751
|
"accounts": [
|
|
1714
1752
|
{
|
|
1715
|
-
"name": "
|
|
1753
|
+
"name": "admin",
|
|
1716
1754
|
"writable": true,
|
|
1717
1755
|
"signer": true
|
|
1718
1756
|
},
|
|
@@ -1720,6 +1758,9 @@ export type LiqsolCore = {
|
|
|
1720
1758
|
"name": "metadata",
|
|
1721
1759
|
"writable": true
|
|
1722
1760
|
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "globalConfig"
|
|
1763
|
+
},
|
|
1723
1764
|
{
|
|
1724
1765
|
"name": "systemProgram"
|
|
1725
1766
|
}
|
|
@@ -1910,6 +1951,43 @@ export type LiqsolCore = {
|
|
|
1910
1951
|
}
|
|
1911
1952
|
]
|
|
1912
1953
|
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "migrateUserRecord",
|
|
1956
|
+
"discriminator": [
|
|
1957
|
+
6,
|
|
1958
|
+
118,
|
|
1959
|
+
249,
|
|
1960
|
+
178,
|
|
1961
|
+
209,
|
|
1962
|
+
106,
|
|
1963
|
+
197,
|
|
1964
|
+
25
|
|
1965
|
+
],
|
|
1966
|
+
"accounts": [
|
|
1967
|
+
{
|
|
1968
|
+
"name": "admin",
|
|
1969
|
+
"writable": true,
|
|
1970
|
+
"signer": true
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"name": "globalConfig"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"name": "userAta"
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"name": "userRecord",
|
|
1980
|
+
"writable": true
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "distributionState"
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"name": "systemProgram"
|
|
1987
|
+
}
|
|
1988
|
+
],
|
|
1989
|
+
"args": []
|
|
1990
|
+
},
|
|
1913
1991
|
{
|
|
1914
1992
|
"name": "processGraveyardValidatorsBatch",
|
|
1915
1993
|
"docs": [
|
|
@@ -2166,6 +2244,7 @@ export type LiqsolCore = {
|
|
|
2166
2244
|
"accounts": [
|
|
2167
2245
|
{
|
|
2168
2246
|
"name": "admin",
|
|
2247
|
+
"writable": true,
|
|
2169
2248
|
"signer": true
|
|
2170
2249
|
},
|
|
2171
2250
|
{
|
|
@@ -2317,6 +2396,10 @@ export type LiqsolCore = {
|
|
|
2317
2396
|
},
|
|
2318
2397
|
{
|
|
2319
2398
|
"name": "systemProgram"
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "pretokenPurchaseHistory",
|
|
2402
|
+
"writable": true
|
|
2320
2403
|
}
|
|
2321
2404
|
],
|
|
2322
2405
|
"args": [
|
|
@@ -2403,7 +2486,7 @@ export type LiqsolCore = {
|
|
|
2403
2486
|
"writable": true
|
|
2404
2487
|
},
|
|
2405
2488
|
{
|
|
2406
|
-
"name": "
|
|
2489
|
+
"name": "poolPretokenRecord",
|
|
2407
2490
|
"writable": true
|
|
2408
2491
|
},
|
|
2409
2492
|
{
|
|
@@ -2411,6 +2494,10 @@ export type LiqsolCore = {
|
|
|
2411
2494
|
},
|
|
2412
2495
|
{
|
|
2413
2496
|
"name": "chainlinkProgram"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"name": "pretokenPurchaseHistory",
|
|
2500
|
+
"writable": true
|
|
2414
2501
|
}
|
|
2415
2502
|
],
|
|
2416
2503
|
"args": []
|
|
@@ -2503,7 +2590,7 @@ export type LiqsolCore = {
|
|
|
2503
2590
|
"name": "refreshStakeMetricsPostSync",
|
|
2504
2591
|
"docs": [
|
|
2505
2592
|
"V2: Refresh stake metrics after removal selection + PDA setup",
|
|
2506
|
-
"Requires
|
|
2593
|
+
"Requires ValidatorAdditionSelection + ValidatorPdaSetup as prerequisites",
|
|
2507
2594
|
"Tracks completion in last_post_sync_stake_metrics_refresh_epoch"
|
|
2508
2595
|
],
|
|
2509
2596
|
"discriminator": [
|
|
@@ -2546,24 +2633,51 @@ export type LiqsolCore = {
|
|
|
2546
2633
|
"args": []
|
|
2547
2634
|
},
|
|
2548
2635
|
{
|
|
2549
|
-
"name": "
|
|
2636
|
+
"name": "refund",
|
|
2550
2637
|
"discriminator": [
|
|
2551
2638
|
2,
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2639
|
+
96,
|
|
2640
|
+
183,
|
|
2641
|
+
251,
|
|
2642
|
+
63,
|
|
2643
|
+
208,
|
|
2644
|
+
46,
|
|
2645
|
+
46
|
|
2559
2646
|
],
|
|
2560
2647
|
"accounts": [
|
|
2648
|
+
{
|
|
2649
|
+
"name": "associatedTokenProgram"
|
|
2650
|
+
},
|
|
2561
2651
|
{
|
|
2562
2652
|
"name": "user",
|
|
2653
|
+
"writable": true,
|
|
2654
|
+
"signer": true
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"name": "globalState",
|
|
2563
2658
|
"writable": true
|
|
2564
2659
|
},
|
|
2565
2660
|
{
|
|
2566
|
-
"name": "
|
|
2661
|
+
"name": "outpostAccount",
|
|
2662
|
+
"writable": true
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"name": "distributionState",
|
|
2666
|
+
"writable": true
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"name": "poolAuthority"
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"name": "liqsolPoolAta",
|
|
2673
|
+
"writable": true
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"name": "refundLiqsolAta",
|
|
2677
|
+
"writable": true
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"name": "liqsolPoolUserRecord",
|
|
2567
2681
|
"writable": true
|
|
2568
2682
|
},
|
|
2569
2683
|
{
|
|
@@ -2571,13 +2685,116 @@ export type LiqsolCore = {
|
|
|
2571
2685
|
"writable": true
|
|
2572
2686
|
},
|
|
2573
2687
|
{
|
|
2574
|
-
"name": "
|
|
2688
|
+
"name": "extraAccountMetaList"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "liqsolCoreProgram"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"name": "transferHookProgram"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"name": "liqsolMint"
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "tokenProgram"
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"name": "bucketAuthority"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "bucketTokenAccount",
|
|
2707
|
+
"writable": true
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"name": "bucketUserRecord",
|
|
2711
|
+
"writable": true
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"name": "systemProgram"
|
|
2715
|
+
}
|
|
2716
|
+
],
|
|
2717
|
+
"args": []
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"name": "registerSystemPda",
|
|
2721
|
+
"discriminator": [
|
|
2722
|
+
110,
|
|
2723
|
+
93,
|
|
2724
|
+
36,
|
|
2725
|
+
156,
|
|
2726
|
+
179,
|
|
2727
|
+
69,
|
|
2728
|
+
54,
|
|
2729
|
+
210
|
|
2730
|
+
],
|
|
2731
|
+
"accounts": [
|
|
2732
|
+
{
|
|
2733
|
+
"name": "admin",
|
|
2734
|
+
"writable": true,
|
|
2735
|
+
"signer": true
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "globalConfig"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"name": "pdaOwner",
|
|
2742
|
+
"docs": [
|
|
2743
|
+
"The PDA whose user record we're creating — must be system-owned (no program data)."
|
|
2744
|
+
]
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "pdaAta"
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"name": "userRecord",
|
|
2751
|
+
"writable": true
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "distributionState",
|
|
2755
|
+
"writable": true
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"name": "bucketAuthority"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "bucketTokenAccount",
|
|
2575
2762
|
"docs": [
|
|
2576
|
-
"
|
|
2763
|
+
"The bucket's associated token account holding liqSOL (for index sync)"
|
|
2577
2764
|
],
|
|
2765
|
+
"writable": true
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "systemProgram"
|
|
2769
|
+
}
|
|
2770
|
+
],
|
|
2771
|
+
"args": []
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "registerUser",
|
|
2775
|
+
"discriminator": [
|
|
2776
|
+
2,
|
|
2777
|
+
241,
|
|
2778
|
+
150,
|
|
2779
|
+
223,
|
|
2780
|
+
99,
|
|
2781
|
+
214,
|
|
2782
|
+
116,
|
|
2783
|
+
97
|
|
2784
|
+
],
|
|
2785
|
+
"accounts": [
|
|
2786
|
+
{
|
|
2787
|
+
"name": "payer",
|
|
2578
2788
|
"writable": true,
|
|
2579
2789
|
"signer": true
|
|
2580
2790
|
},
|
|
2791
|
+
{
|
|
2792
|
+
"name": "userAta"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "userRecord",
|
|
2796
|
+
"writable": true
|
|
2797
|
+
},
|
|
2581
2798
|
{
|
|
2582
2799
|
"name": "distributionState",
|
|
2583
2800
|
"writable": true
|
|
@@ -2741,7 +2958,8 @@ export type LiqsolCore = {
|
|
|
2741
2958
|
"name": "bucketTokenAccount",
|
|
2742
2959
|
"docs": [
|
|
2743
2960
|
"The bucket's token account holding liqSOL (for sync_index balance)"
|
|
2744
|
-
]
|
|
2961
|
+
],
|
|
2962
|
+
"writable": true
|
|
2745
2963
|
},
|
|
2746
2964
|
{
|
|
2747
2965
|
"name": "reservePool",
|
|
@@ -2779,186 +2997,49 @@ export type LiqsolCore = {
|
|
|
2779
2997
|
"name": "clock"
|
|
2780
2998
|
},
|
|
2781
2999
|
{
|
|
2782
|
-
"name": "mintAuthority"
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"name": "receiptData",
|
|
2786
|
-
"writable": true
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "metadata",
|
|
2790
|
-
"writable": true
|
|
2791
|
-
},
|
|
2792
|
-
{
|
|
2793
|
-
"name": "nftMint",
|
|
2794
|
-
"docs": [
|
|
2795
|
-
"Uses global.next_receipt_id for deterministic, collision-free address generation"
|
|
2796
|
-
],
|
|
2797
|
-
"writable": true
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
"name": "nftAta",
|
|
2801
|
-
"writable": true
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
"name": "tokenProgram"
|
|
2805
|
-
},
|
|
2806
|
-
{
|
|
2807
|
-
"name": "tokenInterface"
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"name": "associatedTokenProgram"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"name": "systemProgram"
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"name": "rent"
|
|
2817
|
-
}
|
|
2818
|
-
],
|
|
2819
|
-
"args": [
|
|
2820
|
-
{
|
|
2821
|
-
"name": "amount",
|
|
2822
|
-
"type": "u64"
|
|
2823
|
-
}
|
|
2824
|
-
]
|
|
2825
|
-
},
|
|
2826
|
-
{
|
|
2827
|
-
"name": "resetDistributionState",
|
|
2828
|
-
"discriminator": [
|
|
2829
|
-
159,
|
|
2830
|
-
183,
|
|
2831
|
-
162,
|
|
2832
|
-
74,
|
|
2833
|
-
228,
|
|
2834
|
-
135,
|
|
2835
|
-
157,
|
|
2836
|
-
79
|
|
2837
|
-
],
|
|
2838
|
-
"accounts": [
|
|
2839
|
-
{
|
|
2840
|
-
"name": "admin",
|
|
2841
|
-
"signer": true
|
|
2842
|
-
},
|
|
2843
|
-
{
|
|
2844
|
-
"name": "distributionState",
|
|
2845
|
-
"writable": true
|
|
2846
|
-
}
|
|
2847
|
-
],
|
|
2848
|
-
"args": []
|
|
2849
|
-
},
|
|
2850
|
-
{
|
|
2851
|
-
"name": "resetGlobalState",
|
|
2852
|
-
"discriminator": [
|
|
2853
|
-
252,
|
|
2854
|
-
41,
|
|
2855
|
-
117,
|
|
2856
|
-
110,
|
|
2857
|
-
248,
|
|
2858
|
-
165,
|
|
2859
|
-
48,
|
|
2860
|
-
88
|
|
2861
|
-
],
|
|
2862
|
-
"accounts": [
|
|
2863
|
-
{
|
|
2864
|
-
"name": "admin",
|
|
2865
|
-
"signer": true
|
|
2866
|
-
},
|
|
2867
|
-
{
|
|
2868
|
-
"name": "globalConfig"
|
|
2869
|
-
},
|
|
2870
|
-
{
|
|
2871
|
-
"name": "globalState",
|
|
2872
|
-
"writable": true
|
|
2873
|
-
},
|
|
2874
|
-
{
|
|
2875
|
-
"name": "poolAuthority"
|
|
2876
|
-
},
|
|
2877
|
-
{
|
|
2878
|
-
"name": "liqsolMint"
|
|
2879
|
-
},
|
|
2880
|
-
{
|
|
2881
|
-
"name": "liqsolPoolAta",
|
|
2882
|
-
"writable": true
|
|
2883
|
-
},
|
|
2884
|
-
{
|
|
2885
|
-
"name": "tokenProgram"
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"name": "associatedTokenProgram"
|
|
2889
|
-
}
|
|
2890
|
-
],
|
|
2891
|
-
"args": []
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
"name": "resetPriceHistory",
|
|
2895
|
-
"discriminator": [
|
|
2896
|
-
213,
|
|
2897
|
-
231,
|
|
2898
|
-
155,
|
|
2899
|
-
139,
|
|
2900
|
-
248,
|
|
2901
|
-
60,
|
|
2902
|
-
67,
|
|
2903
|
-
199
|
|
2904
|
-
],
|
|
2905
|
-
"accounts": [
|
|
2906
|
-
{
|
|
2907
|
-
"name": "admin",
|
|
2908
|
-
"writable": true,
|
|
2909
|
-
"signer": true
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"name": "globalConfig"
|
|
3000
|
+
"name": "mintAuthority"
|
|
2913
3001
|
},
|
|
2914
3002
|
{
|
|
2915
|
-
"name": "
|
|
3003
|
+
"name": "receiptData",
|
|
2916
3004
|
"writable": true
|
|
2917
3005
|
},
|
|
2918
3006
|
{
|
|
2919
|
-
"name": "
|
|
3007
|
+
"name": "metadata",
|
|
2920
3008
|
"writable": true
|
|
2921
3009
|
},
|
|
2922
3010
|
{
|
|
2923
|
-
"name": "
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
"name": "resetTrancheState",
|
|
2930
|
-
"discriminator": [
|
|
2931
|
-
106,
|
|
2932
|
-
102,
|
|
2933
|
-
143,
|
|
2934
|
-
40,
|
|
2935
|
-
152,
|
|
2936
|
-
173,
|
|
2937
|
-
165,
|
|
2938
|
-
168
|
|
2939
|
-
],
|
|
2940
|
-
"accounts": [
|
|
3011
|
+
"name": "nftMint",
|
|
3012
|
+
"docs": [
|
|
3013
|
+
"Uses global.next_receipt_id for deterministic, collision-free address generation"
|
|
3014
|
+
],
|
|
3015
|
+
"writable": true
|
|
3016
|
+
},
|
|
2941
3017
|
{
|
|
2942
|
-
"name": "
|
|
2943
|
-
"writable": true
|
|
2944
|
-
"signer": true
|
|
3018
|
+
"name": "nftAta",
|
|
3019
|
+
"writable": true
|
|
2945
3020
|
},
|
|
2946
3021
|
{
|
|
2947
|
-
"name": "
|
|
3022
|
+
"name": "tokenProgram"
|
|
2948
3023
|
},
|
|
2949
3024
|
{
|
|
2950
|
-
"name": "
|
|
2951
|
-
"writable": true
|
|
3025
|
+
"name": "tokenInterface"
|
|
2952
3026
|
},
|
|
2953
3027
|
{
|
|
2954
|
-
"name": "
|
|
2955
|
-
"writable": true
|
|
3028
|
+
"name": "associatedTokenProgram"
|
|
2956
3029
|
},
|
|
2957
3030
|
{
|
|
2958
3031
|
"name": "systemProgram"
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"name": "rent"
|
|
2959
3035
|
}
|
|
2960
3036
|
],
|
|
2961
|
-
"args": [
|
|
3037
|
+
"args": [
|
|
3038
|
+
{
|
|
3039
|
+
"name": "amount",
|
|
3040
|
+
"type": "u64"
|
|
3041
|
+
}
|
|
3042
|
+
]
|
|
2962
3043
|
},
|
|
2963
3044
|
{
|
|
2964
3045
|
"name": "setAdmin",
|
|
@@ -2982,8 +3063,7 @@ export type LiqsolCore = {
|
|
|
2982
3063
|
"signer": true
|
|
2983
3064
|
},
|
|
2984
3065
|
{
|
|
2985
|
-
"name": "newAuthority"
|
|
2986
|
-
"signer": true
|
|
3066
|
+
"name": "newAuthority"
|
|
2987
3067
|
}
|
|
2988
3068
|
],
|
|
2989
3069
|
"args": []
|
|
@@ -3010,51 +3090,11 @@ export type LiqsolCore = {
|
|
|
3010
3090
|
"signer": true
|
|
3011
3091
|
},
|
|
3012
3092
|
{
|
|
3013
|
-
"name": "newAuthority"
|
|
3014
|
-
"signer": true
|
|
3093
|
+
"name": "newAuthority"
|
|
3015
3094
|
}
|
|
3016
3095
|
],
|
|
3017
3096
|
"args": []
|
|
3018
3097
|
},
|
|
3019
|
-
{
|
|
3020
|
-
"name": "setLastStateChangeEpoch",
|
|
3021
|
-
"docs": [
|
|
3022
|
-
"Admin function to directly set last_state_change_epoch (useful for testing cooldowns)"
|
|
3023
|
-
],
|
|
3024
|
-
"discriminator": [
|
|
3025
|
-
94,
|
|
3026
|
-
57,
|
|
3027
|
-
139,
|
|
3028
|
-
195,
|
|
3029
|
-
123,
|
|
3030
|
-
224,
|
|
3031
|
-
227,
|
|
3032
|
-
106
|
|
3033
|
-
],
|
|
3034
|
-
"accounts": [
|
|
3035
|
-
{
|
|
3036
|
-
"name": "validatorInfo",
|
|
3037
|
-
"writable": true
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"name": "stakeAllocationState",
|
|
3041
|
-
"docs": [
|
|
3042
|
-
"Stake allocation state - to update total_active_vpp when VPP changes"
|
|
3043
|
-
],
|
|
3044
|
-
"writable": true
|
|
3045
|
-
}
|
|
3046
|
-
],
|
|
3047
|
-
"args": [
|
|
3048
|
-
{
|
|
3049
|
-
"name": "voteAccount",
|
|
3050
|
-
"type": "pubkey"
|
|
3051
|
-
},
|
|
3052
|
-
{
|
|
3053
|
-
"name": "epoch",
|
|
3054
|
-
"type": "u16"
|
|
3055
|
-
}
|
|
3056
|
-
]
|
|
3057
|
-
},
|
|
3058
3098
|
{
|
|
3059
3099
|
"name": "setPaused",
|
|
3060
3100
|
"discriminator": [
|
|
@@ -3265,7 +3305,8 @@ export type LiqsolCore = {
|
|
|
3265
3305
|
"name": "globalConfig"
|
|
3266
3306
|
},
|
|
3267
3307
|
{
|
|
3268
|
-
"name": "globalState"
|
|
3308
|
+
"name": "globalState",
|
|
3309
|
+
"writable": true
|
|
3269
3310
|
},
|
|
3270
3311
|
{
|
|
3271
3312
|
"name": "user",
|
|
@@ -3355,7 +3396,7 @@ export type LiqsolCore = {
|
|
|
3355
3396
|
"name": "syncMainStakeAccounts",
|
|
3356
3397
|
"docs": [
|
|
3357
3398
|
"V2: Sync main stake accounts using PDA architecture (batched)",
|
|
3358
|
-
"Processes
|
|
3399
|
+
"Processes validators in batches via remaining_accounts (batch size is enforced client-side)",
|
|
3359
3400
|
"Note: Only syncs primary delegated stakes, not transient stakes"
|
|
3360
3401
|
],
|
|
3361
3402
|
"discriminator": [
|
|
@@ -3521,6 +3562,10 @@ export type LiqsolCore = {
|
|
|
3521
3562
|
],
|
|
3522
3563
|
"writable": true
|
|
3523
3564
|
},
|
|
3565
|
+
{
|
|
3566
|
+
"name": "pretokenPurchaseHistory",
|
|
3567
|
+
"writable": true
|
|
3568
|
+
},
|
|
3524
3569
|
{
|
|
3525
3570
|
"name": "tokenProgram"
|
|
3526
3571
|
},
|
|
@@ -3538,34 +3583,6 @@ export type LiqsolCore = {
|
|
|
3538
3583
|
}
|
|
3539
3584
|
]
|
|
3540
3585
|
},
|
|
3541
|
-
{
|
|
3542
|
-
"name": "testClearActiveList",
|
|
3543
|
-
"discriminator": [
|
|
3544
|
-
17,
|
|
3545
|
-
195,
|
|
3546
|
-
59,
|
|
3547
|
-
174,
|
|
3548
|
-
184,
|
|
3549
|
-
137,
|
|
3550
|
-
149,
|
|
3551
|
-
144
|
|
3552
|
-
],
|
|
3553
|
-
"accounts": [
|
|
3554
|
-
{
|
|
3555
|
-
"name": "activeList",
|
|
3556
|
-
"writable": true
|
|
3557
|
-
},
|
|
3558
|
-
{
|
|
3559
|
-
"name": "processingState",
|
|
3560
|
-
"writable": true
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
"name": "authority",
|
|
3564
|
-
"signer": true
|
|
3565
|
-
}
|
|
3566
|
-
],
|
|
3567
|
-
"args": []
|
|
3568
|
-
},
|
|
3569
3586
|
{
|
|
3570
3587
|
"name": "updateConfigBool",
|
|
3571
3588
|
"discriminator": [
|
|
@@ -3951,6 +3968,19 @@ export type LiqsolCore = {
|
|
|
3951
3968
|
150
|
|
3952
3969
|
]
|
|
3953
3970
|
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "pretokenPurchaseHistory",
|
|
3973
|
+
"discriminator": [
|
|
3974
|
+
33,
|
|
3975
|
+
71,
|
|
3976
|
+
113,
|
|
3977
|
+
206,
|
|
3978
|
+
33,
|
|
3979
|
+
180,
|
|
3980
|
+
236,
|
|
3981
|
+
131
|
|
3982
|
+
]
|
|
3983
|
+
},
|
|
3954
3984
|
{
|
|
3955
3985
|
"name": "priceHistory",
|
|
3956
3986
|
"discriminator": [
|
|
@@ -4243,8 +4273,118 @@ export type LiqsolCore = {
|
|
|
4243
4273
|
"errors": [
|
|
4244
4274
|
{
|
|
4245
4275
|
"code": 6000,
|
|
4246
|
-
"name": "
|
|
4247
|
-
"msg": "
|
|
4276
|
+
"name": "destinationAccountDoesNotExist",
|
|
4277
|
+
"msg": "Destination stake account does not exist"
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"code": 6001,
|
|
4281
|
+
"name": "sourceAccountDoesNotExist",
|
|
4282
|
+
"msg": "Source stake account does not exist"
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"code": 6002,
|
|
4286
|
+
"name": "invalidDestinationOwner",
|
|
4287
|
+
"msg": "Destination account not owned by stake program"
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"code": 6003,
|
|
4291
|
+
"name": "invalidSourceOwner",
|
|
4292
|
+
"msg": "Source account not owned by stake program"
|
|
4293
|
+
},
|
|
4294
|
+
{
|
|
4295
|
+
"code": 6004,
|
|
4296
|
+
"name": "clockBorrowFailed",
|
|
4297
|
+
"msg": "Failed to borrow clock data"
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
"code": 6005,
|
|
4301
|
+
"name": "clockDeserializeFailed",
|
|
4302
|
+
"msg": "Failed to deserialize clock"
|
|
4303
|
+
},
|
|
4304
|
+
{
|
|
4305
|
+
"code": 6006,
|
|
4306
|
+
"name": "destinationAnalysisFailed",
|
|
4307
|
+
"msg": "Failed to analyze destination stake account"
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"code": 6007,
|
|
4311
|
+
"name": "sourceAnalysisFailed",
|
|
4312
|
+
"msg": "Failed to analyze source stake account"
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"code": 6008,
|
|
4316
|
+
"name": "destinationStillActivating",
|
|
4317
|
+
"msg": "Destination stake is still activating"
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"code": 6009,
|
|
4321
|
+
"name": "destinationDeactivating",
|
|
4322
|
+
"msg": "Destination stake is deactivating"
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"code": 6010,
|
|
4326
|
+
"name": "sourceStillActivating",
|
|
4327
|
+
"msg": "Source stake is still activating"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"code": 6011,
|
|
4331
|
+
"name": "sourceDeactivating",
|
|
4332
|
+
"msg": "Source stake is deactivating"
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"code": 6012,
|
|
4336
|
+
"name": "destinationBorrowFailed",
|
|
4337
|
+
"msg": "Failed to borrow destination account data"
|
|
4338
|
+
},
|
|
4339
|
+
{
|
|
4340
|
+
"code": 6013,
|
|
4341
|
+
"name": "destinationParseFailed",
|
|
4342
|
+
"msg": "Failed to parse destination stake state"
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
"code": 6014,
|
|
4346
|
+
"name": "sourceBorrowFailed",
|
|
4347
|
+
"msg": "Failed to borrow source account data"
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
"code": 6015,
|
|
4351
|
+
"name": "sourceParseFailed",
|
|
4352
|
+
"msg": "Failed to parse source stake state"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"code": 6016,
|
|
4356
|
+
"name": "differentValidators",
|
|
4357
|
+
"msg": "Stakes are delegated to different validators"
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"code": 6017,
|
|
4361
|
+
"name": "differentStakers",
|
|
4362
|
+
"msg": "Stakes have different staker authorities"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"code": 6018,
|
|
4366
|
+
"name": "differentWithdrawers",
|
|
4367
|
+
"msg": "Stakes have different withdrawer authorities"
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
"code": 6019,
|
|
4371
|
+
"name": "authoritiesNotFound",
|
|
4372
|
+
"msg": "Could not extract authorities from accounts"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"code": 6020,
|
|
4376
|
+
"name": "mergeInstructionFailed",
|
|
4377
|
+
"msg": "Merge instruction failed"
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"code": 6021,
|
|
4381
|
+
"name": "epochRewardsActive",
|
|
4382
|
+
"msg": "Epoch rewards distribution is active - stake operations blocked"
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"code": 6022,
|
|
4386
|
+
"name": "differentCreditsObserved",
|
|
4387
|
+
"msg": "Stakes have different credits_observed - cannot merge until both earn same rewards"
|
|
4248
4388
|
}
|
|
4249
4389
|
],
|
|
4250
4390
|
"types": [
|
|
@@ -4353,12 +4493,32 @@ export type LiqsolCore = {
|
|
|
4353
4493
|
],
|
|
4354
4494
|
"type": "u16"
|
|
4355
4495
|
},
|
|
4496
|
+
{
|
|
4497
|
+
"name": "aggregateModeTag",
|
|
4498
|
+
"docs": [
|
|
4499
|
+
"Tracks which aggregation mode currently owns the shared temp fields.",
|
|
4500
|
+
"0 = idle,",
|
|
4501
|
+
"1 = Normal,",
|
|
4502
|
+
"2 = PostSync,",
|
|
4503
|
+
"3 = PostLateEpoch.",
|
|
4504
|
+
"Prevents cross-mode state contamination when modes share the same vars."
|
|
4505
|
+
],
|
|
4506
|
+
"type": "u8"
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"name": "aggregationStartedEpoch",
|
|
4510
|
+
"docs": [
|
|
4511
|
+
"The epoch when the current aggregation batch started.",
|
|
4512
|
+
"Prevents stale partial accumulators from being committed if an epoch boundary is crossed mid-aggregation."
|
|
4513
|
+
],
|
|
4514
|
+
"type": "u64"
|
|
4515
|
+
},
|
|
4356
4516
|
{
|
|
4357
4517
|
"name": "reserved",
|
|
4358
4518
|
"type": {
|
|
4359
4519
|
"array": [
|
|
4360
4520
|
"u8",
|
|
4361
|
-
|
|
4521
|
+
23
|
|
4362
4522
|
]
|
|
4363
4523
|
}
|
|
4364
4524
|
}
|
|
@@ -4591,7 +4751,9 @@ export type LiqsolCore = {
|
|
|
4591
4751
|
{
|
|
4592
4752
|
"name": "authority",
|
|
4593
4753
|
"docs": [
|
|
4594
|
-
"
|
|
4754
|
+
"DEPRECATED: Originally intended as authority for serviceable_epoch updates,",
|
|
4755
|
+
"but serviceable_epoch is updated by merge_deactivated_stakes gated via GlobalConfig.cranky.",
|
|
4756
|
+
"Retained to preserve account layout."
|
|
4595
4757
|
],
|
|
4596
4758
|
"type": "pubkey"
|
|
4597
4759
|
},
|
|
@@ -4907,9 +5069,10 @@ export type LiqsolCore = {
|
|
|
4907
5069
|
"type": "u64"
|
|
4908
5070
|
},
|
|
4909
5071
|
{
|
|
4910
|
-
"name": "
|
|
5072
|
+
"name": "expectedPoolBalance",
|
|
4911
5073
|
"docs": [
|
|
4912
|
-
"
|
|
5074
|
+
"Expected liqSOL pool balance (tracked by protocol operations, not read from on-chain balance).",
|
|
5075
|
+
"Any discrepancy vs actual on-chain balance is treated as unsolicited donations, not yield."
|
|
4913
5076
|
],
|
|
4914
5077
|
"type": "u64"
|
|
4915
5078
|
},
|
|
@@ -5084,6 +5247,10 @@ export type LiqsolCore = {
|
|
|
5084
5247
|
"type": {
|
|
5085
5248
|
"kind": "struct",
|
|
5086
5249
|
"fields": [
|
|
5250
|
+
{
|
|
5251
|
+
"name": "receiptId",
|
|
5252
|
+
"type": "u64"
|
|
5253
|
+
},
|
|
5087
5254
|
{
|
|
5088
5255
|
"name": "liqports",
|
|
5089
5256
|
"type": "u64"
|
|
@@ -5118,6 +5285,9 @@ export type LiqsolCore = {
|
|
|
5118
5285
|
},
|
|
5119
5286
|
{
|
|
5120
5287
|
"name": "lastActiveInfosSyncedEpoch",
|
|
5288
|
+
"docs": [
|
|
5289
|
+
"DEPRECATED: ActiveInfosSynced removed in WIN-134. Retained to preserve account layout."
|
|
5290
|
+
],
|
|
5121
5291
|
"type": "u16"
|
|
5122
5292
|
},
|
|
5123
5293
|
{
|
|
@@ -5132,6 +5302,9 @@ export type LiqsolCore = {
|
|
|
5132
5302
|
},
|
|
5133
5303
|
{
|
|
5134
5304
|
"name": "lastDistributionSlot",
|
|
5305
|
+
"docs": [
|
|
5306
|
+
"DEPRECATED: Distribution slot tracking removed in PR113. Retained to preserve account layout."
|
|
5307
|
+
],
|
|
5135
5308
|
"type": {
|
|
5136
5309
|
"option": "u64"
|
|
5137
5310
|
}
|
|
@@ -5296,6 +5469,24 @@ export type LiqsolCore = {
|
|
|
5296
5469
|
{
|
|
5297
5470
|
"name": "bump",
|
|
5298
5471
|
"type": "u8"
|
|
5472
|
+
},
|
|
5473
|
+
{
|
|
5474
|
+
"name": "accumulatedPretokenYield",
|
|
5475
|
+
"type": {
|
|
5476
|
+
"option": "u64"
|
|
5477
|
+
}
|
|
5478
|
+
},
|
|
5479
|
+
{
|
|
5480
|
+
"name": "lastEpochSyndLiqsol",
|
|
5481
|
+
"type": {
|
|
5482
|
+
"option": "u64"
|
|
5483
|
+
}
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
"name": "lastSyndEpoch",
|
|
5487
|
+
"type": {
|
|
5488
|
+
"option": "u64"
|
|
5489
|
+
}
|
|
5299
5490
|
}
|
|
5300
5491
|
]
|
|
5301
5492
|
}
|
|
@@ -5390,6 +5581,57 @@ export type LiqsolCore = {
|
|
|
5390
5581
|
]
|
|
5391
5582
|
}
|
|
5392
5583
|
},
|
|
5584
|
+
{
|
|
5585
|
+
"name": "pretokenPurchaseHistory",
|
|
5586
|
+
"serialization": "bytemuck",
|
|
5587
|
+
"repr": {
|
|
5588
|
+
"kind": "c"
|
|
5589
|
+
},
|
|
5590
|
+
"type": {
|
|
5591
|
+
"kind": "struct",
|
|
5592
|
+
"fields": [
|
|
5593
|
+
{
|
|
5594
|
+
"name": "startingEpoch",
|
|
5595
|
+
"type": "u64"
|
|
5596
|
+
},
|
|
5597
|
+
{
|
|
5598
|
+
"name": "latestEpoch",
|
|
5599
|
+
"type": "u64"
|
|
5600
|
+
},
|
|
5601
|
+
{
|
|
5602
|
+
"name": "purchasedPerEpoch",
|
|
5603
|
+
"type": {
|
|
5604
|
+
"array": [
|
|
5605
|
+
"u64",
|
|
5606
|
+
100
|
|
5607
|
+
]
|
|
5608
|
+
}
|
|
5609
|
+
},
|
|
5610
|
+
{
|
|
5611
|
+
"name": "syndPerEpoch",
|
|
5612
|
+
"type": {
|
|
5613
|
+
"array": [
|
|
5614
|
+
"u64",
|
|
5615
|
+
100
|
|
5616
|
+
]
|
|
5617
|
+
}
|
|
5618
|
+
},
|
|
5619
|
+
{
|
|
5620
|
+
"name": "bump",
|
|
5621
|
+
"type": "u8"
|
|
5622
|
+
},
|
|
5623
|
+
{
|
|
5624
|
+
"name": "padding",
|
|
5625
|
+
"type": {
|
|
5626
|
+
"array": [
|
|
5627
|
+
"u8",
|
|
5628
|
+
7
|
|
5629
|
+
]
|
|
5630
|
+
}
|
|
5631
|
+
}
|
|
5632
|
+
]
|
|
5633
|
+
}
|
|
5634
|
+
},
|
|
5393
5635
|
{
|
|
5394
5636
|
"name": "pretokenPurchased",
|
|
5395
5637
|
"type": {
|
|
@@ -5650,56 +5892,56 @@ export type LiqsolCore = {
|
|
|
5650
5892
|
{
|
|
5651
5893
|
"name": "additionInProgress",
|
|
5652
5894
|
"docs": [
|
|
5653
|
-
"
|
|
5895
|
+
"DEPRECATED — see BatchOrchestrator. Always false."
|
|
5654
5896
|
],
|
|
5655
5897
|
"type": "bool"
|
|
5656
5898
|
},
|
|
5657
5899
|
{
|
|
5658
5900
|
"name": "additionNextRank",
|
|
5659
5901
|
"docs": [
|
|
5660
|
-
"
|
|
5902
|
+
"DEPRECATED — see BatchOrchestrator.addition_next_rank. Always 0."
|
|
5661
5903
|
],
|
|
5662
5904
|
"type": "u16"
|
|
5663
5905
|
},
|
|
5664
5906
|
{
|
|
5665
5907
|
"name": "additionTargetRank",
|
|
5666
5908
|
"docs": [
|
|
5667
|
-
"
|
|
5909
|
+
"DEPRECATED — see BatchOrchestrator.addition_target_rank. Always 0."
|
|
5668
5910
|
],
|
|
5669
5911
|
"type": "u16"
|
|
5670
5912
|
},
|
|
5671
5913
|
{
|
|
5672
5914
|
"name": "validatorsAddedThisSelection",
|
|
5673
5915
|
"docs": [
|
|
5674
|
-
"
|
|
5916
|
+
"DEPRECATED — see BatchOrchestrator. Always 0."
|
|
5675
5917
|
],
|
|
5676
5918
|
"type": "u16"
|
|
5677
5919
|
},
|
|
5678
5920
|
{
|
|
5679
5921
|
"name": "removalInProgress",
|
|
5680
5922
|
"docs": [
|
|
5681
|
-
"
|
|
5923
|
+
"DEPRECATED — see BatchOrchestrator. Always false."
|
|
5682
5924
|
],
|
|
5683
5925
|
"type": "bool"
|
|
5684
5926
|
},
|
|
5685
5927
|
{
|
|
5686
5928
|
"name": "removalNextIndex",
|
|
5687
5929
|
"docs": [
|
|
5688
|
-
"
|
|
5930
|
+
"DEPRECATED — see BatchOrchestrator.removal_next_index. Always 0."
|
|
5689
5931
|
],
|
|
5690
5932
|
"type": "u16"
|
|
5691
5933
|
},
|
|
5692
5934
|
{
|
|
5693
5935
|
"name": "removalActiveListSnapshot",
|
|
5694
5936
|
"docs": [
|
|
5695
|
-
"
|
|
5937
|
+
"DEPRECATED — see BatchOrchestrator. Always 0."
|
|
5696
5938
|
],
|
|
5697
5939
|
"type": "u16"
|
|
5698
5940
|
},
|
|
5699
5941
|
{
|
|
5700
5942
|
"name": "validatorsRemovedThisSelection",
|
|
5701
5943
|
"docs": [
|
|
5702
|
-
"
|
|
5944
|
+
"DEPRECATED — see BatchOrchestrator. Always 0."
|
|
5703
5945
|
],
|
|
5704
5946
|
"type": "u16"
|
|
5705
5947
|
}
|
|
@@ -5939,6 +6181,13 @@ export type LiqsolCore = {
|
|
|
5939
6181
|
{
|
|
5940
6182
|
"name": "bump",
|
|
5941
6183
|
"type": "u8"
|
|
6184
|
+
},
|
|
6185
|
+
{
|
|
6186
|
+
"name": "trackedBalance",
|
|
6187
|
+
"docs": [
|
|
6188
|
+
"Last reconciled liqSOL token balance for this user ATA"
|
|
6189
|
+
],
|
|
6190
|
+
"type": "u64"
|
|
5942
6191
|
}
|
|
5943
6192
|
]
|
|
5944
6193
|
}
|