@wireio/stake 1.0.1 → 1.0.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 +195 -243
- package/lib/stake.browser.js +48207 -10167
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +11368 -978
- package/lib/stake.js +46986 -8773
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +48207 -10167
- 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/{ABI/liqEth → hoodi/liqEth/v1}/liqEth.sol/LiqEthToken.json +3 -3
- 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/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -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 +33 -2
- 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 -2
- 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 -2
- 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 -3
- 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 -3
- 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 -3
- 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/devnet/idl/validator_leaderboard.json +735 -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/devnet/types/validator_leaderboard.ts +741 -0
- package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +542 -30
- 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/{types → mainnet/types}/liqsol_core.ts +542 -30
- 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/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 +4 -2
- package/src/networks/ethereum/clients/convert.client.ts +35 -1
- package/src/networks/ethereum/clients/instaswap.client.ts +432 -0
- 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 +423 -239
- package/src/networks/ethereum/ethereum.ts +379 -165
- package/src/networks/ethereum/types.ts +40 -11
- package/src/networks/solana/clients/convert.client.ts +377 -0
- package/src/networks/solana/clients/distribution.client.ts +141 -29
- package/src/networks/solana/clients/instaswap.client.ts +474 -0
- package/src/networks/solana/clients/leaderboard.client.ts +10 -13
- package/src/networks/solana/clients/outpost.client.ts +120 -80
- package/src/networks/solana/clients/token.client.ts +33 -22
- package/src/networks/solana/constants.ts +58 -285
- package/src/networks/solana/program.ts +467 -29
- package/src/networks/solana/solana.ts +523 -222
- package/src/networks/solana/types.ts +41 -15
- package/src/networks/solana/utils.ts +74 -306
- package/src/staker.ts +23 -2
- package/src/types.ts +82 -11
- 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/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/Depositor.sol/Depositor.json +0 -1622
- 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/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- 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 → hoodi}/token/ERC1155Token.sol/ERC1155Token.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/token/ERC20Token.sol/ERC20Token.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/token/ERC721Token.sol/ERC721Token.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
- /package/src/assets/solana/{idl → mainnet/idl}/validator_leaderboard.json +0 -0
- /package/src/assets/solana/{types → mainnet/types}/validator_leaderboard.ts +0 -0
|
@@ -59,6 +59,51 @@
|
|
|
59
59
|
],
|
|
60
60
|
"args": []
|
|
61
61
|
},
|
|
62
|
+
{
|
|
63
|
+
"name": "admin_force_unbond_role",
|
|
64
|
+
"discriminator": [
|
|
65
|
+
80,
|
|
66
|
+
107,
|
|
67
|
+
27,
|
|
68
|
+
49,
|
|
69
|
+
126,
|
|
70
|
+
25,
|
|
71
|
+
31,
|
|
72
|
+
238
|
|
73
|
+
],
|
|
74
|
+
"accounts": [
|
|
75
|
+
{
|
|
76
|
+
"name": "admin",
|
|
77
|
+
"signer": true
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "global_config"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "global_state"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "user",
|
|
87
|
+
"docs": [
|
|
88
|
+
"The user whose role bond is being force-unbonded"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "outpost_account",
|
|
93
|
+
"writable": true
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"args": [
|
|
97
|
+
{
|
|
98
|
+
"name": "role",
|
|
99
|
+
"type": {
|
|
100
|
+
"defined": {
|
|
101
|
+
"name": "Role"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
},
|
|
62
107
|
{
|
|
63
108
|
"name": "aggregate_stake_metrics",
|
|
64
109
|
"docs": [
|
|
@@ -319,6 +364,9 @@
|
|
|
319
364
|
},
|
|
320
365
|
{
|
|
321
366
|
"name": "token_program"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "system_program"
|
|
322
370
|
}
|
|
323
371
|
],
|
|
324
372
|
"args": []
|
|
@@ -518,7 +566,8 @@
|
|
|
518
566
|
"writable": true
|
|
519
567
|
},
|
|
520
568
|
{
|
|
521
|
-
"name": "user"
|
|
569
|
+
"name": "user",
|
|
570
|
+
"writable": true
|
|
522
571
|
},
|
|
523
572
|
{
|
|
524
573
|
"name": "outpost_account",
|
|
@@ -823,6 +872,72 @@
|
|
|
823
872
|
}
|
|
824
873
|
]
|
|
825
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
|
+
},
|
|
826
941
|
{
|
|
827
942
|
"name": "desynd",
|
|
828
943
|
"discriminator": [
|
|
@@ -899,9 +1014,16 @@
|
|
|
899
1014
|
],
|
|
900
1015
|
"writable": true
|
|
901
1016
|
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "pretoken_purchase_history",
|
|
1019
|
+
"writable": true
|
|
1020
|
+
},
|
|
902
1021
|
{
|
|
903
1022
|
"name": "token_program"
|
|
904
1023
|
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "associated_token_program"
|
|
1026
|
+
},
|
|
905
1027
|
{
|
|
906
1028
|
"name": "system_program"
|
|
907
1029
|
}
|
|
@@ -937,6 +1059,44 @@
|
|
|
937
1059
|
"args": [],
|
|
938
1060
|
"returns": "u16"
|
|
939
1061
|
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "has_role",
|
|
1064
|
+
"discriminator": [
|
|
1065
|
+
218,
|
|
1066
|
+
136,
|
|
1067
|
+
44,
|
|
1068
|
+
87,
|
|
1069
|
+
142,
|
|
1070
|
+
247,
|
|
1071
|
+
141,
|
|
1072
|
+
195
|
|
1073
|
+
],
|
|
1074
|
+
"accounts": [
|
|
1075
|
+
{
|
|
1076
|
+
"name": "user",
|
|
1077
|
+
"docs": [
|
|
1078
|
+
"User whose role status is being checked."
|
|
1079
|
+
]
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "outpost_account"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "global_state"
|
|
1086
|
+
}
|
|
1087
|
+
],
|
|
1088
|
+
"args": [
|
|
1089
|
+
{
|
|
1090
|
+
"name": "role",
|
|
1091
|
+
"type": {
|
|
1092
|
+
"defined": {
|
|
1093
|
+
"name": "Role"
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"returns": "bool"
|
|
1099
|
+
},
|
|
940
1100
|
{
|
|
941
1101
|
"name": "init_bucket",
|
|
942
1102
|
"docs": [
|
|
@@ -1278,6 +1438,51 @@
|
|
|
1278
1438
|
],
|
|
1279
1439
|
"args": []
|
|
1280
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
|
+
},
|
|
1281
1486
|
{
|
|
1282
1487
|
"name": "initialize_processing_state",
|
|
1283
1488
|
"docs": [
|
|
@@ -1539,7 +1744,7 @@
|
|
|
1539
1744
|
],
|
|
1540
1745
|
"accounts": [
|
|
1541
1746
|
{
|
|
1542
|
-
"name": "
|
|
1747
|
+
"name": "admin",
|
|
1543
1748
|
"writable": true,
|
|
1544
1749
|
"signer": true
|
|
1545
1750
|
},
|
|
@@ -1547,6 +1752,9 @@
|
|
|
1547
1752
|
"name": "metadata",
|
|
1548
1753
|
"writable": true
|
|
1549
1754
|
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "global_config"
|
|
1757
|
+
},
|
|
1550
1758
|
{
|
|
1551
1759
|
"name": "system_program"
|
|
1552
1760
|
}
|
|
@@ -1737,6 +1945,43 @@
|
|
|
1737
1945
|
}
|
|
1738
1946
|
]
|
|
1739
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
|
+
},
|
|
1740
1985
|
{
|
|
1741
1986
|
"name": "process_graveyard_validators_batch",
|
|
1742
1987
|
"docs": [
|
|
@@ -1993,6 +2238,7 @@
|
|
|
1993
2238
|
"accounts": [
|
|
1994
2239
|
{
|
|
1995
2240
|
"name": "admin",
|
|
2241
|
+
"writable": true,
|
|
1996
2242
|
"signer": true
|
|
1997
2243
|
},
|
|
1998
2244
|
{
|
|
@@ -2144,6 +2390,10 @@
|
|
|
2144
2390
|
},
|
|
2145
2391
|
{
|
|
2146
2392
|
"name": "system_program"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "pretoken_purchase_history",
|
|
2396
|
+
"writable": true
|
|
2147
2397
|
}
|
|
2148
2398
|
],
|
|
2149
2399
|
"args": [
|
|
@@ -2230,7 +2480,7 @@
|
|
|
2230
2480
|
"writable": true
|
|
2231
2481
|
},
|
|
2232
2482
|
{
|
|
2233
|
-
"name": "
|
|
2483
|
+
"name": "pool_pretoken_record",
|
|
2234
2484
|
"writable": true
|
|
2235
2485
|
},
|
|
2236
2486
|
{
|
|
@@ -2238,6 +2488,10 @@
|
|
|
2238
2488
|
},
|
|
2239
2489
|
{
|
|
2240
2490
|
"name": "chainlink_program"
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"name": "pretoken_purchase_history",
|
|
2494
|
+
"writable": true
|
|
2241
2495
|
}
|
|
2242
2496
|
],
|
|
2243
2497
|
"args": []
|
|
@@ -2330,7 +2584,7 @@
|
|
|
2330
2584
|
"name": "refresh_stake_metrics_post_sync",
|
|
2331
2585
|
"docs": [
|
|
2332
2586
|
"V2: Refresh stake metrics after removal selection + PDA setup",
|
|
2333
|
-
"Requires
|
|
2587
|
+
"Requires ValidatorAdditionSelection + ValidatorPdaSetup as prerequisites",
|
|
2334
2588
|
"Tracks completion in last_post_sync_stake_metrics_refresh_epoch"
|
|
2335
2589
|
],
|
|
2336
2590
|
"discriminator": [
|
|
@@ -2373,24 +2627,51 @@
|
|
|
2373
2627
|
"args": []
|
|
2374
2628
|
},
|
|
2375
2629
|
{
|
|
2376
|
-
"name": "
|
|
2630
|
+
"name": "refund",
|
|
2377
2631
|
"discriminator": [
|
|
2378
2632
|
2,
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2633
|
+
96,
|
|
2634
|
+
183,
|
|
2635
|
+
251,
|
|
2636
|
+
63,
|
|
2637
|
+
208,
|
|
2638
|
+
46,
|
|
2639
|
+
46
|
|
2386
2640
|
],
|
|
2387
2641
|
"accounts": [
|
|
2642
|
+
{
|
|
2643
|
+
"name": "associated_token_program"
|
|
2644
|
+
},
|
|
2388
2645
|
{
|
|
2389
2646
|
"name": "user",
|
|
2647
|
+
"writable": true,
|
|
2648
|
+
"signer": true
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "global_state",
|
|
2390
2652
|
"writable": true
|
|
2391
2653
|
},
|
|
2392
2654
|
{
|
|
2393
|
-
"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",
|
|
2394
2675
|
"writable": true
|
|
2395
2676
|
},
|
|
2396
2677
|
{
|
|
@@ -2398,13 +2679,116 @@
|
|
|
2398
2679
|
"writable": true
|
|
2399
2680
|
},
|
|
2400
2681
|
{
|
|
2401
|
-
"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",
|
|
2736
|
+
"docs": [
|
|
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",
|
|
2402
2756
|
"docs": [
|
|
2403
|
-
"
|
|
2757
|
+
"The bucket's associated token account holding liqSOL (for index sync)"
|
|
2404
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",
|
|
2405
2782
|
"writable": true,
|
|
2406
2783
|
"signer": true
|
|
2407
2784
|
},
|
|
2785
|
+
{
|
|
2786
|
+
"name": "user_ata"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "user_record",
|
|
2790
|
+
"writable": true
|
|
2791
|
+
},
|
|
2408
2792
|
{
|
|
2409
2793
|
"name": "distribution_state",
|
|
2410
2794
|
"writable": true
|
|
@@ -2568,7 +2952,8 @@
|
|
|
2568
2952
|
"name": "bucket_token_account",
|
|
2569
2953
|
"docs": [
|
|
2570
2954
|
"The bucket's token account holding liqSOL (for sync_index balance)"
|
|
2571
|
-
]
|
|
2955
|
+
],
|
|
2956
|
+
"writable": true
|
|
2572
2957
|
},
|
|
2573
2958
|
{
|
|
2574
2959
|
"name": "reserve_pool",
|
|
@@ -2914,7 +3299,8 @@
|
|
|
2914
3299
|
"name": "global_config"
|
|
2915
3300
|
},
|
|
2916
3301
|
{
|
|
2917
|
-
"name": "global_state"
|
|
3302
|
+
"name": "global_state",
|
|
3303
|
+
"writable": true
|
|
2918
3304
|
},
|
|
2919
3305
|
{
|
|
2920
3306
|
"name": "user",
|
|
@@ -3004,7 +3390,7 @@
|
|
|
3004
3390
|
"name": "sync_main_stake_accounts",
|
|
3005
3391
|
"docs": [
|
|
3006
3392
|
"V2: Sync main stake accounts using PDA architecture (batched)",
|
|
3007
|
-
"Processes
|
|
3393
|
+
"Processes validators in batches via remaining_accounts (batch size is enforced client-side)",
|
|
3008
3394
|
"Note: Only syncs primary delegated stakes, not transient stakes"
|
|
3009
3395
|
],
|
|
3010
3396
|
"discriminator": [
|
|
@@ -3170,6 +3556,10 @@
|
|
|
3170
3556
|
],
|
|
3171
3557
|
"writable": true
|
|
3172
3558
|
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "pretoken_purchase_history",
|
|
3561
|
+
"writable": true
|
|
3562
|
+
},
|
|
3173
3563
|
{
|
|
3174
3564
|
"name": "token_program"
|
|
3175
3565
|
},
|
|
@@ -3572,6 +3962,19 @@
|
|
|
3572
3962
|
150
|
|
3573
3963
|
]
|
|
3574
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
|
+
},
|
|
3575
3978
|
{
|
|
3576
3979
|
"name": "PriceHistory",
|
|
3577
3980
|
"discriminator": [
|
|
@@ -4084,12 +4487,32 @@
|
|
|
4084
4487
|
],
|
|
4085
4488
|
"type": "u16"
|
|
4086
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
|
+
},
|
|
4087
4510
|
{
|
|
4088
4511
|
"name": "_reserved",
|
|
4089
4512
|
"type": {
|
|
4090
4513
|
"array": [
|
|
4091
4514
|
"u8",
|
|
4092
|
-
|
|
4515
|
+
23
|
|
4093
4516
|
]
|
|
4094
4517
|
}
|
|
4095
4518
|
}
|
|
@@ -4322,7 +4745,9 @@
|
|
|
4322
4745
|
{
|
|
4323
4746
|
"name": "authority",
|
|
4324
4747
|
"docs": [
|
|
4325
|
-
"
|
|
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."
|
|
4326
4751
|
],
|
|
4327
4752
|
"type": "pubkey"
|
|
4328
4753
|
},
|
|
@@ -4638,9 +5063,10 @@
|
|
|
4638
5063
|
"type": "u64"
|
|
4639
5064
|
},
|
|
4640
5065
|
{
|
|
4641
|
-
"name": "
|
|
5066
|
+
"name": "expected_pool_balance",
|
|
4642
5067
|
"docs": [
|
|
4643
|
-
"
|
|
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."
|
|
4644
5070
|
],
|
|
4645
5071
|
"type": "u64"
|
|
4646
5072
|
},
|
|
@@ -4815,6 +5241,10 @@
|
|
|
4815
5241
|
"type": {
|
|
4816
5242
|
"kind": "struct",
|
|
4817
5243
|
"fields": [
|
|
5244
|
+
{
|
|
5245
|
+
"name": "receipt_id",
|
|
5246
|
+
"type": "u64"
|
|
5247
|
+
},
|
|
4818
5248
|
{
|
|
4819
5249
|
"name": "liqports",
|
|
4820
5250
|
"type": "u64"
|
|
@@ -4849,6 +5279,9 @@
|
|
|
4849
5279
|
},
|
|
4850
5280
|
{
|
|
4851
5281
|
"name": "last_active_infos_synced_epoch",
|
|
5282
|
+
"docs": [
|
|
5283
|
+
"DEPRECATED: ActiveInfosSynced removed in WIN-134. Retained to preserve account layout."
|
|
5284
|
+
],
|
|
4852
5285
|
"type": "u16"
|
|
4853
5286
|
},
|
|
4854
5287
|
{
|
|
@@ -4863,6 +5296,9 @@
|
|
|
4863
5296
|
},
|
|
4864
5297
|
{
|
|
4865
5298
|
"name": "last_distribution_slot",
|
|
5299
|
+
"docs": [
|
|
5300
|
+
"DEPRECATED: Distribution slot tracking removed in PR113. Retained to preserve account layout."
|
|
5301
|
+
],
|
|
4866
5302
|
"type": {
|
|
4867
5303
|
"option": "u64"
|
|
4868
5304
|
}
|
|
@@ -5027,6 +5463,24 @@
|
|
|
5027
5463
|
{
|
|
5028
5464
|
"name": "bump",
|
|
5029
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
|
+
}
|
|
5030
5484
|
}
|
|
5031
5485
|
]
|
|
5032
5486
|
}
|
|
@@ -5121,6 +5575,57 @@
|
|
|
5121
5575
|
]
|
|
5122
5576
|
}
|
|
5123
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
|
+
},
|
|
5124
5629
|
{
|
|
5125
5630
|
"name": "PretokenPurchased",
|
|
5126
5631
|
"type": {
|
|
@@ -5381,56 +5886,56 @@
|
|
|
5381
5886
|
{
|
|
5382
5887
|
"name": "addition_in_progress",
|
|
5383
5888
|
"docs": [
|
|
5384
|
-
"
|
|
5889
|
+
"DEPRECATED — see BatchOrchestrator. Always false."
|
|
5385
5890
|
],
|
|
5386
5891
|
"type": "bool"
|
|
5387
5892
|
},
|
|
5388
5893
|
{
|
|
5389
5894
|
"name": "addition_next_rank",
|
|
5390
5895
|
"docs": [
|
|
5391
|
-
"
|
|
5896
|
+
"DEPRECATED — see BatchOrchestrator.addition_next_rank. Always 0."
|
|
5392
5897
|
],
|
|
5393
5898
|
"type": "u16"
|
|
5394
5899
|
},
|
|
5395
5900
|
{
|
|
5396
5901
|
"name": "addition_target_rank",
|
|
5397
5902
|
"docs": [
|
|
5398
|
-
"
|
|
5903
|
+
"DEPRECATED — see BatchOrchestrator.addition_target_rank. Always 0."
|
|
5399
5904
|
],
|
|
5400
5905
|
"type": "u16"
|
|
5401
5906
|
},
|
|
5402
5907
|
{
|
|
5403
5908
|
"name": "validators_added_this_selection",
|
|
5404
5909
|
"docs": [
|
|
5405
|
-
"
|
|
5910
|
+
"DEPRECATED — see BatchOrchestrator. Always 0."
|
|
5406
5911
|
],
|
|
5407
5912
|
"type": "u16"
|
|
5408
5913
|
},
|
|
5409
5914
|
{
|
|
5410
5915
|
"name": "removal_in_progress",
|
|
5411
5916
|
"docs": [
|
|
5412
|
-
"
|
|
5917
|
+
"DEPRECATED — see BatchOrchestrator. Always false."
|
|
5413
5918
|
],
|
|
5414
5919
|
"type": "bool"
|
|
5415
5920
|
},
|
|
5416
5921
|
{
|
|
5417
5922
|
"name": "removal_next_index",
|
|
5418
5923
|
"docs": [
|
|
5419
|
-
"
|
|
5924
|
+
"DEPRECATED — see BatchOrchestrator.removal_next_index. Always 0."
|
|
5420
5925
|
],
|
|
5421
5926
|
"type": "u16"
|
|
5422
5927
|
},
|
|
5423
5928
|
{
|
|
5424
5929
|
"name": "removal_active_list_snapshot",
|
|
5425
5930
|
"docs": [
|
|
5426
|
-
"
|
|
5931
|
+
"DEPRECATED — see BatchOrchestrator. Always 0."
|
|
5427
5932
|
],
|
|
5428
5933
|
"type": "u16"
|
|
5429
5934
|
},
|
|
5430
5935
|
{
|
|
5431
5936
|
"name": "validators_removed_this_selection",
|
|
5432
5937
|
"docs": [
|
|
5433
|
-
"
|
|
5938
|
+
"DEPRECATED — see BatchOrchestrator. Always 0."
|
|
5434
5939
|
],
|
|
5435
5940
|
"type": "u16"
|
|
5436
5941
|
}
|
|
@@ -5670,6 +6175,13 @@
|
|
|
5670
6175
|
{
|
|
5671
6176
|
"name": "bump",
|
|
5672
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"
|
|
5673
6185
|
}
|
|
5674
6186
|
]
|
|
5675
6187
|
}
|