@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.
Files changed (586) hide show
  1. package/README.md +185 -243
  2. package/lib/stake.browser.js +44095 -8541
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +11351 -1479
  5. package/lib/stake.js +44672 -9038
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +44095 -8541
  8. package/lib/stake.m.js.map +1 -1
  9. package/package.json +4 -3
  10. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +4 -0
  11. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +699 -0
  12. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +4 -0
  13. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +3139 -0
  14. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +4 -0
  15. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +106 -0
  16. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +4 -0
  17. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +180 -0
  18. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +4 -0
  19. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +470 -0
  20. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +4 -0
  21. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +1983 -0
  22. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +4 -0
  23. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +1231 -0
  24. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +4 -0
  25. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +1524 -0
  26. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +4 -0
  27. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +119 -0
  28. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +4 -0
  29. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +374 -0
  30. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +4 -0
  31. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +865 -0
  32. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +4 -0
  33. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +524 -0
  34. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +4 -0
  35. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +10 -0
  36. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +4 -0
  37. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +1232 -0
  38. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  39. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  40. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  41. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  42. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  43. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  44. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  45. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  46. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  47. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  49. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  50. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  51. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  52. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  53. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  54. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  56. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  57. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  59. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  60. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  61. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  62. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  63. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  64. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  65. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  66. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IStakingModule.json +1 -1
  67. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  68. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  69. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  70. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  71. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  72. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  73. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  74. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
  75. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  76. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  77. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  78. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  79. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  80. package/src/assets/ethereum/{ABI → hoodi}/liqEth/Yield.sol/YieldOracle.json +2 -2
  81. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
  82. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
  83. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  84. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  85. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  86. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
  87. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  88. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/DepositManager.sol/DepositManager.json +3 -3
  89. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  90. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  96. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  97. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  98. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +1 -1
  99. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  100. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20Pausable.json +1 -1
  101. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  102. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  105. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  106. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  107. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  108. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  109. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  110. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20.sol/RewardsERC20Upgradeable.json +1 -1
  111. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  112. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +1 -1
  113. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  114. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
  115. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  116. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  117. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  118. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  119. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  120. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
  121. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  122. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  123. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  124. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
  125. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
  126. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
  127. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
  128. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1590 -0
  129. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  130. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  131. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
  132. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
  133. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
  134. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
  135. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
  136. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
  137. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
  138. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +4 -0
  139. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +10 -0
  140. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
  141. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
  142. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +4 -0
  143. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.json +29 -0
  144. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
  145. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1033 -0
  146. package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +97 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  155. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  156. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  157. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
  158. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  159. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
  160. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  161. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
  162. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  163. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
  164. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  165. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
  166. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  167. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
  168. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  169. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
  170. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  171. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
  172. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  173. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
  174. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
  175. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
  176. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  177. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
  178. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  179. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  180. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  181. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
  182. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  183. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  184. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  185. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  186. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  187. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  188. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  189. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  190. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  191. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
  192. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
  193. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
  194. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
  195. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
  196. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
  197. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  198. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
  199. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
  200. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
  201. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
  202. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
  203. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
  204. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
  205. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
  206. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
  207. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
  208. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
  209. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
  210. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
  211. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
  212. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
  213. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
  214. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
  215. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
  216. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
  217. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
  218. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
  219. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
  220. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
  221. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
  222. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
  223. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  224. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  225. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  226. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  227. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  228. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  229. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  230. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
  231. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  232. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
  233. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  234. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  235. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  236. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  237. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  238. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  239. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
  240. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
  241. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  242. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  243. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  244. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  245. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
  246. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
  247. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  248. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
  249. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  250. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
  251. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  252. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
  253. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  254. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  255. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  256. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
  257. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  258. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  259. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  260. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
  261. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  262. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
  263. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  264. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
  265. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  266. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
  267. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  268. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
  269. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  270. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  271. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  272. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  273. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  274. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  275. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  276. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  277. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  278. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  279. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  280. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  281. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  282. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  283. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  284. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  285. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  286. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  287. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  288. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  289. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  290. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  291. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  292. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  293. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  294. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  295. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  296. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  297. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  298. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  299. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  300. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  301. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  302. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  303. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  304. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  305. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  306. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
  307. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  308. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
  309. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  310. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  311. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  312. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  313. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  314. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  315. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  316. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  317. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  318. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  319. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  320. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  321. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  322. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  323. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  324. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  325. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  326. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  327. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  328. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  329. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  330. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  331. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  332. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  333. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  334. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  335. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  336. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  337. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  338. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  339. package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  340. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/accounting.sol/Accounting.json +3 -3
  341. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  342. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  343. package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  344. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/stakingModule.sol/StakingModule.json +3 -3
  345. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  346. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  347. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  348. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  349. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  350. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  351. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
  352. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
  353. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  354. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
  355. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  356. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  357. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  358. package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -29
  359. package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
  360. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  361. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  362. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  363. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  364. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  365. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  366. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  367. package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  368. package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  369. package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  370. package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  371. package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  372. package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  373. package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  374. package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  375. package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
  376. package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  377. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  378. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  379. package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  380. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  381. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  382. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  383. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  384. package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  385. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  386. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
  387. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  388. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  389. package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  390. package/src/assets/ethereum/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -18
  391. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  392. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  393. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  394. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  395. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  396. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  397. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  398. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  399. package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  400. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
  401. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  402. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Depositor.sol/Depositor.json +34 -19
  403. package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  404. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
  405. package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  406. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
  407. package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  408. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pretoken.sol/Pretoken.json +34 -19
  409. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  410. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  411. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  412. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
  413. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  414. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
  415. package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
  416. package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +34 -0
  417. package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
  418. package/src/assets/solana/{idl → devnet/idl}/validator_leaderboard.json +15 -0
  419. package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
  420. package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
  421. package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
  422. package/src/assets/solana/{types → devnet/types}/validator_leaderboard.ts +15 -0
  423. package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +669 -420
  424. package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
  425. package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
  426. package/src/assets/solana/mainnet/idl/validator_leaderboard.json +574 -0
  427. package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +669 -420
  428. package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
  429. package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
  430. package/src/assets/solana/mainnet/types/validator_leaderboard.ts +580 -0
  431. package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
  432. package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
  433. package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
  434. package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
  435. package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
  436. package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
  437. package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
  438. package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
  439. package/src/index.ts +2 -2
  440. package/src/networks/ethereum/clients/convert.client.ts +35 -1
  441. package/src/networks/ethereum/clients/opp.client.ts +20 -21
  442. package/src/networks/ethereum/clients/receipt.client.ts +93 -23
  443. package/src/networks/ethereum/clients/stake.client.ts +192 -20
  444. package/src/networks/ethereum/clients/validator.client.ts +61 -0
  445. package/src/networks/ethereum/contract.ts +421 -235
  446. package/src/networks/ethereum/ethereum.ts +342 -127
  447. package/src/networks/ethereum/types.ts +41 -13
  448. package/src/networks/solana/clients/convert.client.ts +341 -0
  449. package/src/networks/solana/clients/distribution.client.ts +131 -24
  450. package/src/networks/solana/clients/leaderboard.client.ts +10 -13
  451. package/src/networks/solana/clients/outpost.client.ts +110 -78
  452. package/src/networks/solana/clients/token.client.ts +20 -15
  453. package/src/networks/solana/constants.ts +56 -285
  454. package/src/networks/solana/program.ts +446 -28
  455. package/src/networks/solana/solana.ts +817 -404
  456. package/src/networks/solana/types.ts +41 -15
  457. package/src/networks/solana/utils.ts +56 -305
  458. package/src/staker.ts +24 -4
  459. package/src/types.ts +94 -22
  460. package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +0 -4
  461. package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
  462. package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
  463. package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +0 -4
  464. package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +0 -4
  465. package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +0 -4
  466. package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
  467. package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
  468. package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +0 -4
  469. package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
  470. package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +0 -4
  471. package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
  472. package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
  473. package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +0 -4
  474. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
  475. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
  476. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
  477. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
  478. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
  479. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
  480. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
  481. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
  482. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
  483. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
  484. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
  485. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
  486. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
  487. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
  488. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
  489. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
  490. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
  491. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
  492. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
  493. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1202
  494. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
  495. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
  496. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
  497. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
  498. package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
  499. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
  500. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
  501. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
  502. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
  503. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
  504. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
  505. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
  506. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
  507. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
  508. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
  509. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
  510. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
  511. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
  512. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
  513. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
  514. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
  515. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
  516. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
  517. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
  518. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
  519. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
  520. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
  521. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
  522. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
  523. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
  524. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
  525. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
  526. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
  527. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
  528. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
  529. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
  530. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
  531. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
  532. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
  533. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
  534. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
  535. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
  536. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
  537. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
  538. package/src/assets/solana/idl/transfer_hook.json +0 -197
  539. package/src/assets/solana/types/transfer_hook.ts +0 -203
  540. package/src/networks/solana/clients/deposit.client.ts +0 -292
  541. /package/src/assets/ethereum/{ABI → hoodi}/common/Base58.sol/Base58.json +0 -0
  542. /package/src/assets/ethereum/{ABI → hoodi}/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -0
  543. /package/src/assets/ethereum/{ABI → hoodi}/common/RestrictedCallers.sol/RestrictedCallers.json +0 -0
  544. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata.sol/iodata.json +0 -0
  545. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata_util.sol/iodata_util.json +0 -0
  546. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_data.sol/sysio_data.json +0 -0
  547. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_errors.sol/sysio_errors.json +0 -0
  548. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_merkle.sol/sysio_merkle.json +0 -0
  549. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_name.sol/sysio_name.json +0 -0
  550. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_pubkey.sol/sysio_pubkey.json +0 -0
  551. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_read.sol/sysio_read.json +0 -0
  552. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_tester.sol/SysioTester.json +0 -0
  553. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_verify.sol/sysio_verify.json +0 -0
  554. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_write.sol/sysio_write.json +0 -0
  555. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
  556. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
  557. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
  558. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
  559. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
  560. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
  561. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
  562. /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
  563. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
  564. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
  565. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
  566. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
  567. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
  568. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
  569. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
  570. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
  571. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
  572. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
  573. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
  574. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
  575. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
  576. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
  577. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
  578. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
  579. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
  580. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
  581. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
  582. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
  583. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
  584. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
  585. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
  586. /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": "addValidatorV2",
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
- 217,
137
- 158,
138
- 30,
139
- 19,
140
- 123,
141
- 99,
142
- 110,
143
- 30
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": "authority",
148
- "writable": true,
82
+ "name": "admin",
149
83
  "signer": true
150
84
  },
151
85
  {
152
- "name": "activeList",
153
- "docs": [
154
- "Active list - will add the validator here"
155
- ],
156
- "writable": true
86
+ "name": "globalConfig"
157
87
  },
158
88
  {
159
- "name": "validatorInfo",
160
- "docs": [
161
- "Create the validator info account"
162
- ],
163
- "writable": true
89
+ "name": "globalState"
164
90
  },
165
91
  {
166
- "name": "validatorTransient",
92
+ "name": "user",
167
93
  "docs": [
168
- "Create the validator transient account"
169
- ],
170
- "writable": true
94
+ "The user whose role bond is being force-unbonded"
95
+ ]
171
96
  },
172
97
  {
173
- "name": "stakeAllocationState",
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": "voteAccount",
186
- "type": "pubkey"
187
- },
188
- {
189
- "name": "name",
190
- "type": "string"
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": "initializeProcessingState",
1448
+ "name": "initializePretokenPurchaseHistory",
1456
1449
  "docs": [
1457
- "Done///"
1450
+ "Admin-only: initialize PretokenPurchaseHistory PDA for a pool"
1458
1451
  ],
1459
1452
  "discriminator": [
1460
- 228,
1461
- 202,
1462
- 164,
1463
- 194,
1464
- 29,
1465
- 134,
1466
- 125,
1467
- 242
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": "payer",
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": "userPretokenRecord",
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 ActiveInfosSynced + ValidatorPdaSetup as prerequisites",
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": "registerUser",
2636
+ "name": "refund",
2550
2637
  "discriminator": [
2551
2638
  2,
2552
- 241,
2553
- 150,
2554
- 223,
2555
- 99,
2556
- 214,
2557
- 116,
2558
- 97
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": "userAta",
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": "payer",
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
- "Payer for the user record PDA creation (always the user)"
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": "trancheState",
3003
+ "name": "receiptData",
2916
3004
  "writable": true
2917
3005
  },
2918
3006
  {
2919
- "name": "priceHistory",
3007
+ "name": "metadata",
2920
3008
  "writable": true
2921
3009
  },
2922
3010
  {
2923
- "name": "systemProgram"
2924
- }
2925
- ],
2926
- "args": []
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": "admin",
2943
- "writable": true,
2944
- "signer": true
3018
+ "name": "nftAta",
3019
+ "writable": true
2945
3020
  },
2946
3021
  {
2947
- "name": "globalConfig"
3022
+ "name": "tokenProgram"
2948
3023
  },
2949
3024
  {
2950
- "name": "trancheState",
2951
- "writable": true
3025
+ "name": "tokenInterface"
2952
3026
  },
2953
3027
  {
2954
- "name": "priceHistory",
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 up to 10 validators per transaction via remaining_accounts",
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": "accountBorrowFailed",
4247
- "msg": "Util Acc borrow Failed"
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
- 32
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
- "Authority that can update serviceable_epoch"
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": "lastPoolLiqsolBalance",
5072
+ "name": "expectedPoolBalance",
4911
5073
  "docs": [
4912
- "Last observed liqSOL pool balance (for yield calculation)"
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
- "Whether validator addition selection is currently in progress (batched processing)"
5895
+ "DEPRECATED see BatchOrchestrator. Always false."
5654
5896
  ],
5655
5897
  "type": "bool"
5656
5898
  },
5657
5899
  {
5658
5900
  "name": "additionNextRank",
5659
5901
  "docs": [
5660
- "Next rank to process in leaderboard sorted_indices"
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
- "Target rank to process up to (inclusive)"
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
- "Number of validators added in the current selection cycle"
5916
+ "DEPRECATED see BatchOrchestrator. Always 0."
5675
5917
  ],
5676
5918
  "type": "u16"
5677
5919
  },
5678
5920
  {
5679
5921
  "name": "removalInProgress",
5680
5922
  "docs": [
5681
- "Whether validator removal selection is currently in progress (batched processing)"
5923
+ "DEPRECATED see BatchOrchestrator. Always false."
5682
5924
  ],
5683
5925
  "type": "bool"
5684
5926
  },
5685
5927
  {
5686
5928
  "name": "removalNextIndex",
5687
5929
  "docs": [
5688
- "Next index in active list to check for removal"
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
- "Snapshot of active list count at start of removal (frozen)"
5937
+ "DEPRECATED see BatchOrchestrator. Always 0."
5696
5938
  ],
5697
5939
  "type": "u16"
5698
5940
  },
5699
5941
  {
5700
5942
  "name": "validatorsRemovedThisSelection",
5701
5943
  "docs": [
5702
- "Number of validators removed in the current selection cycle"
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
  }