@wireio/stake 0.5.2 → 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 (587) hide show
  1. package/README.md +185 -243
  2. package/lib/stake.browser.js +44268 -8685
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +11351 -1479
  5. package/lib/stake.js +44729 -9066
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +44268 -8685
  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 +424 -205
  446. package/src/networks/ethereum/ethereum.ts +344 -132
  447. package/src/networks/ethereum/types.ts +41 -13
  448. package/src/networks/ethereum/utils.ts +103 -71
  449. package/src/networks/solana/clients/convert.client.ts +341 -0
  450. package/src/networks/solana/clients/distribution.client.ts +131 -24
  451. package/src/networks/solana/clients/leaderboard.client.ts +10 -13
  452. package/src/networks/solana/clients/outpost.client.ts +110 -78
  453. package/src/networks/solana/clients/token.client.ts +20 -15
  454. package/src/networks/solana/constants.ts +56 -285
  455. package/src/networks/solana/program.ts +446 -28
  456. package/src/networks/solana/solana.ts +816 -413
  457. package/src/networks/solana/types.ts +41 -15
  458. package/src/networks/solana/utils.ts +114 -335
  459. package/src/staker.ts +24 -3
  460. package/src/types.ts +94 -22
  461. package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +0 -4
  462. package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
  463. package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
  464. package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +0 -4
  465. package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +0 -4
  466. package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +0 -4
  467. package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
  468. package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
  469. package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +0 -4
  470. package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
  471. package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +0 -4
  472. package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
  473. package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
  474. package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +0 -4
  475. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
  476. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
  477. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
  478. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
  479. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
  480. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
  481. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
  482. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
  483. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
  484. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
  485. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
  486. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
  487. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
  488. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
  489. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
  490. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
  491. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
  492. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
  493. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
  494. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1202
  495. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
  496. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
  497. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
  498. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
  499. package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
  500. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
  501. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
  502. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
  503. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
  504. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
  505. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
  506. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
  507. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
  508. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
  509. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
  510. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
  511. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
  512. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
  513. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
  514. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
  515. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
  516. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
  517. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
  518. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
  519. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
  520. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
  521. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
  522. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
  523. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
  524. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
  525. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
  526. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
  527. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
  528. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
  529. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
  530. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
  531. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
  532. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
  533. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
  534. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
  535. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
  536. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
  537. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
  538. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
  539. package/src/assets/solana/idl/transfer_hook.json +0 -197
  540. package/src/assets/solana/types/transfer_hook.ts +0 -203
  541. package/src/networks/solana/clients/deposit.client.ts +0 -292
  542. /package/src/assets/ethereum/{ABI → hoodi}/common/Base58.sol/Base58.json +0 -0
  543. /package/src/assets/ethereum/{ABI → hoodi}/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -0
  544. /package/src/assets/ethereum/{ABI → hoodi}/common/RestrictedCallers.sol/RestrictedCallers.json +0 -0
  545. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata.sol/iodata.json +0 -0
  546. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata_util.sol/iodata_util.json +0 -0
  547. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_data.sol/sysio_data.json +0 -0
  548. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_errors.sol/sysio_errors.json +0 -0
  549. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_merkle.sol/sysio_merkle.json +0 -0
  550. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_name.sol/sysio_name.json +0 -0
  551. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_pubkey.sol/sysio_pubkey.json +0 -0
  552. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_read.sol/sysio_read.json +0 -0
  553. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_tester.sol/SysioTester.json +0 -0
  554. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_verify.sol/sysio_verify.json +0 -0
  555. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_write.sol/sysio_write.json +0 -0
  556. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
  557. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
  558. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
  559. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
  560. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
  561. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
  562. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
  563. /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
  564. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
  565. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
  566. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
  567. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
  568. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
  569. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
  570. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
  571. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
  572. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
  573. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
  574. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
  575. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
  576. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
  577. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
  578. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
  579. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
  580. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
  581. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
  582. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
  583. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
  584. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
  585. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
  586. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
  587. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
@@ -7,68 +7,6 @@
7
7
  "description": "Created with Anchor"
8
8
  },
9
9
  "instructions": [
10
- {
11
- "name": "accumulate_unstake_request",
12
- "docs": [
13
- "Accumulate unstake requests to be processed in next allocation cycle",
14
- "Multiple requests can be accumulated before calculating allocations",
15
- "Returns the target epoch when this unstake request will be processed",
16
- "We should not be able to call this without development feature enabled",
17
- ""
18
- ],
19
- "discriminator": [
20
- 24,
21
- 73,
22
- 69,
23
- 139,
24
- 36,
25
- 209,
26
- 105,
27
- 252
28
- ],
29
- "accounts": [
30
- {
31
- "name": "admin",
32
- "writable": true,
33
- "signer": true
34
- },
35
- {
36
- "name": "stake_allocation_state",
37
- "docs": [
38
- "Stake allocation state - to accumulate pending unstake requests"
39
- ],
40
- "writable": true
41
- },
42
- {
43
- "name": "stake_metrics",
44
- "docs": [
45
- "Stake metrics - to validate total unstake amount is available"
46
- ]
47
- },
48
- {
49
- "name": "maintenance_ledger",
50
- "docs": [
51
- "Maintenance ledger - to determine target processing epoch"
52
- ]
53
- },
54
- {
55
- "name": "global_config",
56
- "docs": [
57
- "Global config for min_unstake_request setting"
58
- ]
59
- },
60
- {
61
- "name": "clock"
62
- }
63
- ],
64
- "args": [
65
- {
66
- "name": "amount",
67
- "type": "u64"
68
- }
69
- ],
70
- "returns": "u64"
71
- },
72
10
  {
73
11
  "name": "add_top_performers_batch",
74
12
  "docs": [
@@ -122,70 +60,47 @@
122
60
  "args": []
123
61
  },
124
62
  {
125
- "name": "add_validator_v2",
126
- "docs": [
127
- "Add a new validator bbypassing the looking at leaderboard and getting validators form there"
128
- ],
63
+ "name": "admin_force_unbond_role",
129
64
  "discriminator": [
130
- 217,
131
- 158,
132
- 30,
133
- 19,
134
- 123,
135
- 99,
136
- 110,
137
- 30
65
+ 80,
66
+ 107,
67
+ 27,
68
+ 49,
69
+ 126,
70
+ 25,
71
+ 31,
72
+ 238
138
73
  ],
139
74
  "accounts": [
140
75
  {
141
- "name": "authority",
142
- "writable": true,
76
+ "name": "admin",
143
77
  "signer": true
144
78
  },
145
79
  {
146
- "name": "active_list",
147
- "docs": [
148
- "Active list - will add the validator here"
149
- ],
150
- "writable": true
80
+ "name": "global_config"
151
81
  },
152
82
  {
153
- "name": "validator_info",
154
- "docs": [
155
- "Create the validator info account"
156
- ],
157
- "writable": true
83
+ "name": "global_state"
158
84
  },
159
85
  {
160
- "name": "validator_transient",
86
+ "name": "user",
161
87
  "docs": [
162
- "Create the validator transient account"
163
- ],
164
- "writable": true
88
+ "The user whose role bond is being force-unbonded"
89
+ ]
165
90
  },
166
91
  {
167
- "name": "stake_allocation_state",
168
- "docs": [
169
- "Stake allocation state - to update total_active_vpp when adding validator"
170
- ],
92
+ "name": "outpost_account",
171
93
  "writable": true
172
- },
173
- {
174
- "name": "system_program"
175
94
  }
176
95
  ],
177
96
  "args": [
178
97
  {
179
- "name": "vote_account",
180
- "type": "pubkey"
181
- },
182
- {
183
- "name": "name",
184
- "type": "string"
185
- },
186
- {
187
- "name": "performance_score",
188
- "type": "u8"
98
+ "name": "role",
99
+ "type": {
100
+ "defined": {
101
+ "name": "Role"
102
+ }
103
+ }
189
104
  }
190
105
  ]
191
106
  },
@@ -227,43 +142,6 @@
227
142
  ],
228
143
  "args": []
229
144
  },
230
- {
231
- "name": "blacklist_validator",
232
- "docs": [
233
- "Blacklist a validator (user-facing, maintenance will handle graveyard movement)",
234
- "UnderPerforming is set automatically when score is updated",
235
- "Another serious emergency stop function"
236
- ],
237
- "discriminator": [
238
- 125,
239
- 42,
240
- 36,
241
- 229,
242
- 27,
243
- 38,
244
- 226,
245
- 62
246
- ],
247
- "accounts": [
248
- {
249
- "name": "validator_info",
250
- "writable": true
251
- },
252
- {
253
- "name": "stake_allocation_state",
254
- "docs": [
255
- "Stake allocation state - to update total_active_vpp when VPP changes"
256
- ],
257
- "writable": true
258
- }
259
- ],
260
- "args": [
261
- {
262
- "name": "vote_account",
263
- "type": "pubkey"
264
- }
265
- ]
266
- },
267
145
  {
268
146
  "name": "bond_role",
269
147
  "discriminator": [
@@ -486,6 +364,9 @@
486
364
  },
487
365
  {
488
366
  "name": "token_program"
367
+ },
368
+ {
369
+ "name": "system_program"
489
370
  }
490
371
  ],
491
372
  "args": []
@@ -685,7 +566,8 @@
685
566
  "writable": true
686
567
  },
687
568
  {
688
- "name": "user"
569
+ "name": "user",
570
+ "writable": true
689
571
  },
690
572
  {
691
573
  "name": "outpost_account",
@@ -990,6 +872,72 @@
990
872
  }
991
873
  ]
992
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
+ },
993
941
  {
994
942
  "name": "desynd",
995
943
  "discriminator": [
@@ -1066,9 +1014,16 @@
1066
1014
  ],
1067
1015
  "writable": true
1068
1016
  },
1017
+ {
1018
+ "name": "pretoken_purchase_history",
1019
+ "writable": true
1020
+ },
1069
1021
  {
1070
1022
  "name": "token_program"
1071
1023
  },
1024
+ {
1025
+ "name": "associated_token_program"
1026
+ },
1072
1027
  {
1073
1028
  "name": "system_program"
1074
1029
  }
@@ -1104,6 +1059,44 @@
1104
1059
  "args": [],
1105
1060
  "returns": "u16"
1106
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
+ },
1107
1100
  {
1108
1101
  "name": "init_bucket",
1109
1102
  "docs": [
@@ -1446,22 +1439,67 @@
1446
1439
  "args": []
1447
1440
  },
1448
1441
  {
1449
- "name": "initialize_processing_state",
1442
+ "name": "initialize_pretoken_purchase_history",
1450
1443
  "docs": [
1451
- "Done///"
1444
+ "Admin-only: initialize PretokenPurchaseHistory PDA for a pool"
1452
1445
  ],
1453
1446
  "discriminator": [
1454
- 228,
1455
- 202,
1456
- 164,
1457
- 194,
1458
- 29,
1459
- 134,
1460
- 125,
1461
- 242
1462
- ],
1463
- "accounts": [
1464
- {
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
+ },
1486
+ {
1487
+ "name": "initialize_processing_state",
1488
+ "docs": [
1489
+ "Done///"
1490
+ ],
1491
+ "discriminator": [
1492
+ 228,
1493
+ 202,
1494
+ 164,
1495
+ 194,
1496
+ 29,
1497
+ 134,
1498
+ 125,
1499
+ 242
1500
+ ],
1501
+ "accounts": [
1502
+ {
1465
1503
  "name": "admin",
1466
1504
  "writable": true,
1467
1505
  "signer": true
@@ -1706,7 +1744,7 @@
1706
1744
  ],
1707
1745
  "accounts": [
1708
1746
  {
1709
- "name": "payer",
1747
+ "name": "admin",
1710
1748
  "writable": true,
1711
1749
  "signer": true
1712
1750
  },
@@ -1714,6 +1752,9 @@
1714
1752
  "name": "metadata",
1715
1753
  "writable": true
1716
1754
  },
1755
+ {
1756
+ "name": "global_config"
1757
+ },
1717
1758
  {
1718
1759
  "name": "system_program"
1719
1760
  }
@@ -1904,6 +1945,43 @@
1904
1945
  }
1905
1946
  ]
1906
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
+ },
1907
1985
  {
1908
1986
  "name": "process_graveyard_validators_batch",
1909
1987
  "docs": [
@@ -2160,6 +2238,7 @@
2160
2238
  "accounts": [
2161
2239
  {
2162
2240
  "name": "admin",
2241
+ "writable": true,
2163
2242
  "signer": true
2164
2243
  },
2165
2244
  {
@@ -2311,6 +2390,10 @@
2311
2390
  },
2312
2391
  {
2313
2392
  "name": "system_program"
2393
+ },
2394
+ {
2395
+ "name": "pretoken_purchase_history",
2396
+ "writable": true
2314
2397
  }
2315
2398
  ],
2316
2399
  "args": [
@@ -2397,7 +2480,7 @@
2397
2480
  "writable": true
2398
2481
  },
2399
2482
  {
2400
- "name": "user_pretoken_record",
2483
+ "name": "pool_pretoken_record",
2401
2484
  "writable": true
2402
2485
  },
2403
2486
  {
@@ -2405,6 +2488,10 @@
2405
2488
  },
2406
2489
  {
2407
2490
  "name": "chainlink_program"
2491
+ },
2492
+ {
2493
+ "name": "pretoken_purchase_history",
2494
+ "writable": true
2408
2495
  }
2409
2496
  ],
2410
2497
  "args": []
@@ -2497,7 +2584,7 @@
2497
2584
  "name": "refresh_stake_metrics_post_sync",
2498
2585
  "docs": [
2499
2586
  "V2: Refresh stake metrics after removal selection + PDA setup",
2500
- "Requires ActiveInfosSynced + ValidatorPdaSetup as prerequisites",
2587
+ "Requires ValidatorAdditionSelection + ValidatorPdaSetup as prerequisites",
2501
2588
  "Tracks completion in last_post_sync_stake_metrics_refresh_epoch"
2502
2589
  ],
2503
2590
  "discriminator": [
@@ -2540,24 +2627,51 @@
2540
2627
  "args": []
2541
2628
  },
2542
2629
  {
2543
- "name": "register_user",
2630
+ "name": "refund",
2544
2631
  "discriminator": [
2545
2632
  2,
2546
- 241,
2547
- 150,
2548
- 223,
2549
- 99,
2550
- 214,
2551
- 116,
2552
- 97
2633
+ 96,
2634
+ 183,
2635
+ 251,
2636
+ 63,
2637
+ 208,
2638
+ 46,
2639
+ 46
2553
2640
  ],
2554
2641
  "accounts": [
2642
+ {
2643
+ "name": "associated_token_program"
2644
+ },
2555
2645
  {
2556
2646
  "name": "user",
2647
+ "writable": true,
2648
+ "signer": true
2649
+ },
2650
+ {
2651
+ "name": "global_state",
2557
2652
  "writable": true
2558
2653
  },
2559
2654
  {
2560
- "name": "user_ata",
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",
2561
2675
  "writable": true
2562
2676
  },
2563
2677
  {
@@ -2565,13 +2679,116 @@
2565
2679
  "writable": true
2566
2680
  },
2567
2681
  {
2568
- "name": "payer",
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",
2569
2756
  "docs": [
2570
- "Payer for the user record PDA creation (always the user)"
2757
+ "The bucket's associated token account holding liqSOL (for index sync)"
2571
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",
2572
2782
  "writable": true,
2573
2783
  "signer": true
2574
2784
  },
2785
+ {
2786
+ "name": "user_ata"
2787
+ },
2788
+ {
2789
+ "name": "user_record",
2790
+ "writable": true
2791
+ },
2575
2792
  {
2576
2793
  "name": "distribution_state",
2577
2794
  "writable": true
@@ -2735,7 +2952,8 @@
2735
2952
  "name": "bucket_token_account",
2736
2953
  "docs": [
2737
2954
  "The bucket's token account holding liqSOL (for sync_index balance)"
2738
- ]
2955
+ ],
2956
+ "writable": true
2739
2957
  },
2740
2958
  {
2741
2959
  "name": "reserve_pool",
@@ -2773,186 +2991,49 @@
2773
2991
  "name": "clock"
2774
2992
  },
2775
2993
  {
2776
- "name": "mint_authority"
2777
- },
2778
- {
2779
- "name": "receipt_data",
2780
- "writable": true
2781
- },
2782
- {
2783
- "name": "metadata",
2784
- "writable": true
2785
- },
2786
- {
2787
- "name": "nft_mint",
2788
- "docs": [
2789
- "Uses global.next_receipt_id for deterministic, collision-free address generation"
2790
- ],
2791
- "writable": true
2792
- },
2793
- {
2794
- "name": "nft_ata",
2795
- "writable": true
2796
- },
2797
- {
2798
- "name": "token_program"
2799
- },
2800
- {
2801
- "name": "token_interface"
2802
- },
2803
- {
2804
- "name": "associated_token_program"
2805
- },
2806
- {
2807
- "name": "system_program"
2808
- },
2809
- {
2810
- "name": "rent"
2811
- }
2812
- ],
2813
- "args": [
2814
- {
2815
- "name": "amount",
2816
- "type": "u64"
2817
- }
2818
- ]
2819
- },
2820
- {
2821
- "name": "reset_distribution_state",
2822
- "discriminator": [
2823
- 159,
2824
- 183,
2825
- 162,
2826
- 74,
2827
- 228,
2828
- 135,
2829
- 157,
2830
- 79
2831
- ],
2832
- "accounts": [
2833
- {
2834
- "name": "admin",
2835
- "signer": true
2836
- },
2837
- {
2838
- "name": "distribution_state",
2839
- "writable": true
2840
- }
2841
- ],
2842
- "args": []
2843
- },
2844
- {
2845
- "name": "reset_global_state",
2846
- "discriminator": [
2847
- 252,
2848
- 41,
2849
- 117,
2850
- 110,
2851
- 248,
2852
- 165,
2853
- 48,
2854
- 88
2855
- ],
2856
- "accounts": [
2857
- {
2858
- "name": "admin",
2859
- "signer": true
2860
- },
2861
- {
2862
- "name": "global_config"
2863
- },
2864
- {
2865
- "name": "global_state",
2866
- "writable": true
2867
- },
2868
- {
2869
- "name": "pool_authority"
2870
- },
2871
- {
2872
- "name": "liqsol_mint"
2873
- },
2874
- {
2875
- "name": "liqsol_pool_ata",
2876
- "writable": true
2877
- },
2878
- {
2879
- "name": "token_program"
2880
- },
2881
- {
2882
- "name": "associated_token_program"
2883
- }
2884
- ],
2885
- "args": []
2886
- },
2887
- {
2888
- "name": "reset_price_history",
2889
- "discriminator": [
2890
- 213,
2891
- 231,
2892
- 155,
2893
- 139,
2894
- 248,
2895
- 60,
2896
- 67,
2897
- 199
2898
- ],
2899
- "accounts": [
2900
- {
2901
- "name": "admin",
2902
- "writable": true,
2903
- "signer": true
2904
- },
2905
- {
2906
- "name": "global_config"
2994
+ "name": "mint_authority"
2907
2995
  },
2908
2996
  {
2909
- "name": "tranche_state",
2997
+ "name": "receipt_data",
2910
2998
  "writable": true
2911
2999
  },
2912
3000
  {
2913
- "name": "price_history",
3001
+ "name": "metadata",
2914
3002
  "writable": true
2915
3003
  },
2916
3004
  {
2917
- "name": "system_program"
2918
- }
2919
- ],
2920
- "args": []
2921
- },
2922
- {
2923
- "name": "reset_tranche_state",
2924
- "discriminator": [
2925
- 106,
2926
- 102,
2927
- 143,
2928
- 40,
2929
- 152,
2930
- 173,
2931
- 165,
2932
- 168
2933
- ],
2934
- "accounts": [
3005
+ "name": "nft_mint",
3006
+ "docs": [
3007
+ "Uses global.next_receipt_id for deterministic, collision-free address generation"
3008
+ ],
3009
+ "writable": true
3010
+ },
2935
3011
  {
2936
- "name": "admin",
2937
- "writable": true,
2938
- "signer": true
3012
+ "name": "nft_ata",
3013
+ "writable": true
2939
3014
  },
2940
3015
  {
2941
- "name": "global_config"
3016
+ "name": "token_program"
2942
3017
  },
2943
3018
  {
2944
- "name": "tranche_state",
2945
- "writable": true
3019
+ "name": "token_interface"
2946
3020
  },
2947
3021
  {
2948
- "name": "price_history",
2949
- "writable": true
3022
+ "name": "associated_token_program"
2950
3023
  },
2951
3024
  {
2952
3025
  "name": "system_program"
3026
+ },
3027
+ {
3028
+ "name": "rent"
2953
3029
  }
2954
3030
  ],
2955
- "args": []
3031
+ "args": [
3032
+ {
3033
+ "name": "amount",
3034
+ "type": "u64"
3035
+ }
3036
+ ]
2956
3037
  },
2957
3038
  {
2958
3039
  "name": "set_admin",
@@ -2976,8 +3057,7 @@
2976
3057
  "signer": true
2977
3058
  },
2978
3059
  {
2979
- "name": "new_authority",
2980
- "signer": true
3060
+ "name": "new_authority"
2981
3061
  }
2982
3062
  ],
2983
3063
  "args": []
@@ -3004,51 +3084,11 @@
3004
3084
  "signer": true
3005
3085
  },
3006
3086
  {
3007
- "name": "new_authority",
3008
- "signer": true
3087
+ "name": "new_authority"
3009
3088
  }
3010
3089
  ],
3011
3090
  "args": []
3012
3091
  },
3013
- {
3014
- "name": "set_last_state_change_epoch",
3015
- "docs": [
3016
- "Admin function to directly set last_state_change_epoch (useful for testing cooldowns)"
3017
- ],
3018
- "discriminator": [
3019
- 94,
3020
- 57,
3021
- 139,
3022
- 195,
3023
- 123,
3024
- 224,
3025
- 227,
3026
- 106
3027
- ],
3028
- "accounts": [
3029
- {
3030
- "name": "validator_info",
3031
- "writable": true
3032
- },
3033
- {
3034
- "name": "stake_allocation_state",
3035
- "docs": [
3036
- "Stake allocation state - to update total_active_vpp when VPP changes"
3037
- ],
3038
- "writable": true
3039
- }
3040
- ],
3041
- "args": [
3042
- {
3043
- "name": "vote_account",
3044
- "type": "pubkey"
3045
- },
3046
- {
3047
- "name": "epoch",
3048
- "type": "u16"
3049
- }
3050
- ]
3051
- },
3052
3092
  {
3053
3093
  "name": "set_paused",
3054
3094
  "discriminator": [
@@ -3259,7 +3299,8 @@
3259
3299
  "name": "global_config"
3260
3300
  },
3261
3301
  {
3262
- "name": "global_state"
3302
+ "name": "global_state",
3303
+ "writable": true
3263
3304
  },
3264
3305
  {
3265
3306
  "name": "user",
@@ -3349,7 +3390,7 @@
3349
3390
  "name": "sync_main_stake_accounts",
3350
3391
  "docs": [
3351
3392
  "V2: Sync main stake accounts using PDA architecture (batched)",
3352
- "Processes up to 10 validators per transaction via remaining_accounts",
3393
+ "Processes validators in batches via remaining_accounts (batch size is enforced client-side)",
3353
3394
  "Note: Only syncs primary delegated stakes, not transient stakes"
3354
3395
  ],
3355
3396
  "discriminator": [
@@ -3515,6 +3556,10 @@
3515
3556
  ],
3516
3557
  "writable": true
3517
3558
  },
3559
+ {
3560
+ "name": "pretoken_purchase_history",
3561
+ "writable": true
3562
+ },
3518
3563
  {
3519
3564
  "name": "token_program"
3520
3565
  },
@@ -3532,34 +3577,6 @@
3532
3577
  }
3533
3578
  ]
3534
3579
  },
3535
- {
3536
- "name": "test_clear_active_list",
3537
- "discriminator": [
3538
- 17,
3539
- 195,
3540
- 59,
3541
- 174,
3542
- 184,
3543
- 137,
3544
- 149,
3545
- 144
3546
- ],
3547
- "accounts": [
3548
- {
3549
- "name": "active_list",
3550
- "writable": true
3551
- },
3552
- {
3553
- "name": "processing_state",
3554
- "writable": true
3555
- },
3556
- {
3557
- "name": "authority",
3558
- "signer": true
3559
- }
3560
- ],
3561
- "args": []
3562
- },
3563
3580
  {
3564
3581
  "name": "update_config_bool",
3565
3582
  "discriminator": [
@@ -3945,6 +3962,19 @@
3945
3962
  150
3946
3963
  ]
3947
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
+ },
3948
3978
  {
3949
3979
  "name": "PriceHistory",
3950
3980
  "discriminator": [
@@ -4237,8 +4267,118 @@
4237
4267
  "errors": [
4238
4268
  {
4239
4269
  "code": 6000,
4240
- "name": "AccountBorrowFailed",
4241
- "msg": "Util Acc borrow Failed"
4270
+ "name": "DestinationAccountDoesNotExist",
4271
+ "msg": "Destination stake account does not exist"
4272
+ },
4273
+ {
4274
+ "code": 6001,
4275
+ "name": "SourceAccountDoesNotExist",
4276
+ "msg": "Source stake account does not exist"
4277
+ },
4278
+ {
4279
+ "code": 6002,
4280
+ "name": "InvalidDestinationOwner",
4281
+ "msg": "Destination account not owned by stake program"
4282
+ },
4283
+ {
4284
+ "code": 6003,
4285
+ "name": "InvalidSourceOwner",
4286
+ "msg": "Source account not owned by stake program"
4287
+ },
4288
+ {
4289
+ "code": 6004,
4290
+ "name": "ClockBorrowFailed",
4291
+ "msg": "Failed to borrow clock data"
4292
+ },
4293
+ {
4294
+ "code": 6005,
4295
+ "name": "ClockDeserializeFailed",
4296
+ "msg": "Failed to deserialize clock"
4297
+ },
4298
+ {
4299
+ "code": 6006,
4300
+ "name": "DestinationAnalysisFailed",
4301
+ "msg": "Failed to analyze destination stake account"
4302
+ },
4303
+ {
4304
+ "code": 6007,
4305
+ "name": "SourceAnalysisFailed",
4306
+ "msg": "Failed to analyze source stake account"
4307
+ },
4308
+ {
4309
+ "code": 6008,
4310
+ "name": "DestinationStillActivating",
4311
+ "msg": "Destination stake is still activating"
4312
+ },
4313
+ {
4314
+ "code": 6009,
4315
+ "name": "DestinationDeactivating",
4316
+ "msg": "Destination stake is deactivating"
4317
+ },
4318
+ {
4319
+ "code": 6010,
4320
+ "name": "SourceStillActivating",
4321
+ "msg": "Source stake is still activating"
4322
+ },
4323
+ {
4324
+ "code": 6011,
4325
+ "name": "SourceDeactivating",
4326
+ "msg": "Source stake is deactivating"
4327
+ },
4328
+ {
4329
+ "code": 6012,
4330
+ "name": "DestinationBorrowFailed",
4331
+ "msg": "Failed to borrow destination account data"
4332
+ },
4333
+ {
4334
+ "code": 6013,
4335
+ "name": "DestinationParseFailed",
4336
+ "msg": "Failed to parse destination stake state"
4337
+ },
4338
+ {
4339
+ "code": 6014,
4340
+ "name": "SourceBorrowFailed",
4341
+ "msg": "Failed to borrow source account data"
4342
+ },
4343
+ {
4344
+ "code": 6015,
4345
+ "name": "SourceParseFailed",
4346
+ "msg": "Failed to parse source stake state"
4347
+ },
4348
+ {
4349
+ "code": 6016,
4350
+ "name": "DifferentValidators",
4351
+ "msg": "Stakes are delegated to different validators"
4352
+ },
4353
+ {
4354
+ "code": 6017,
4355
+ "name": "DifferentStakers",
4356
+ "msg": "Stakes have different staker authorities"
4357
+ },
4358
+ {
4359
+ "code": 6018,
4360
+ "name": "DifferentWithdrawers",
4361
+ "msg": "Stakes have different withdrawer authorities"
4362
+ },
4363
+ {
4364
+ "code": 6019,
4365
+ "name": "AuthoritiesNotFound",
4366
+ "msg": "Could not extract authorities from accounts"
4367
+ },
4368
+ {
4369
+ "code": 6020,
4370
+ "name": "MergeInstructionFailed",
4371
+ "msg": "Merge instruction failed"
4372
+ },
4373
+ {
4374
+ "code": 6021,
4375
+ "name": "EpochRewardsActive",
4376
+ "msg": "Epoch rewards distribution is active - stake operations blocked"
4377
+ },
4378
+ {
4379
+ "code": 6022,
4380
+ "name": "DifferentCreditsObserved",
4381
+ "msg": "Stakes have different credits_observed - cannot merge until both earn same rewards"
4242
4382
  }
4243
4383
  ],
4244
4384
  "types": [
@@ -4347,12 +4487,32 @@
4347
4487
  ],
4348
4488
  "type": "u16"
4349
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
+ },
4350
4510
  {
4351
4511
  "name": "_reserved",
4352
4512
  "type": {
4353
4513
  "array": [
4354
4514
  "u8",
4355
- 32
4515
+ 23
4356
4516
  ]
4357
4517
  }
4358
4518
  }
@@ -4585,7 +4745,9 @@
4585
4745
  {
4586
4746
  "name": "authority",
4587
4747
  "docs": [
4588
- "Authority that can update serviceable_epoch"
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."
4589
4751
  ],
4590
4752
  "type": "pubkey"
4591
4753
  },
@@ -4901,9 +5063,10 @@
4901
5063
  "type": "u64"
4902
5064
  },
4903
5065
  {
4904
- "name": "last_pool_liqsol_balance",
5066
+ "name": "expected_pool_balance",
4905
5067
  "docs": [
4906
- "Last observed liqSOL pool balance (for yield calculation)"
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."
4907
5070
  ],
4908
5071
  "type": "u64"
4909
5072
  },
@@ -5078,6 +5241,10 @@
5078
5241
  "type": {
5079
5242
  "kind": "struct",
5080
5243
  "fields": [
5244
+ {
5245
+ "name": "receipt_id",
5246
+ "type": "u64"
5247
+ },
5081
5248
  {
5082
5249
  "name": "liqports",
5083
5250
  "type": "u64"
@@ -5112,6 +5279,9 @@
5112
5279
  },
5113
5280
  {
5114
5281
  "name": "last_active_infos_synced_epoch",
5282
+ "docs": [
5283
+ "DEPRECATED: ActiveInfosSynced removed in WIN-134. Retained to preserve account layout."
5284
+ ],
5115
5285
  "type": "u16"
5116
5286
  },
5117
5287
  {
@@ -5126,6 +5296,9 @@
5126
5296
  },
5127
5297
  {
5128
5298
  "name": "last_distribution_slot",
5299
+ "docs": [
5300
+ "DEPRECATED: Distribution slot tracking removed in PR113. Retained to preserve account layout."
5301
+ ],
5129
5302
  "type": {
5130
5303
  "option": "u64"
5131
5304
  }
@@ -5290,6 +5463,24 @@
5290
5463
  {
5291
5464
  "name": "bump",
5292
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
+ }
5293
5484
  }
5294
5485
  ]
5295
5486
  }
@@ -5384,6 +5575,57 @@
5384
5575
  ]
5385
5576
  }
5386
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
+ },
5387
5629
  {
5388
5630
  "name": "PretokenPurchased",
5389
5631
  "type": {
@@ -5644,56 +5886,56 @@
5644
5886
  {
5645
5887
  "name": "addition_in_progress",
5646
5888
  "docs": [
5647
- "Whether validator addition selection is currently in progress (batched processing)"
5889
+ "DEPRECATED see BatchOrchestrator. Always false."
5648
5890
  ],
5649
5891
  "type": "bool"
5650
5892
  },
5651
5893
  {
5652
5894
  "name": "addition_next_rank",
5653
5895
  "docs": [
5654
- "Next rank to process in leaderboard sorted_indices"
5896
+ "DEPRECATED see BatchOrchestrator.addition_next_rank. Always 0."
5655
5897
  ],
5656
5898
  "type": "u16"
5657
5899
  },
5658
5900
  {
5659
5901
  "name": "addition_target_rank",
5660
5902
  "docs": [
5661
- "Target rank to process up to (inclusive)"
5903
+ "DEPRECATED see BatchOrchestrator.addition_target_rank. Always 0."
5662
5904
  ],
5663
5905
  "type": "u16"
5664
5906
  },
5665
5907
  {
5666
5908
  "name": "validators_added_this_selection",
5667
5909
  "docs": [
5668
- "Number of validators added in the current selection cycle"
5910
+ "DEPRECATED see BatchOrchestrator. Always 0."
5669
5911
  ],
5670
5912
  "type": "u16"
5671
5913
  },
5672
5914
  {
5673
5915
  "name": "removal_in_progress",
5674
5916
  "docs": [
5675
- "Whether validator removal selection is currently in progress (batched processing)"
5917
+ "DEPRECATED see BatchOrchestrator. Always false."
5676
5918
  ],
5677
5919
  "type": "bool"
5678
5920
  },
5679
5921
  {
5680
5922
  "name": "removal_next_index",
5681
5923
  "docs": [
5682
- "Next index in active list to check for removal"
5924
+ "DEPRECATED see BatchOrchestrator.removal_next_index. Always 0."
5683
5925
  ],
5684
5926
  "type": "u16"
5685
5927
  },
5686
5928
  {
5687
5929
  "name": "removal_active_list_snapshot",
5688
5930
  "docs": [
5689
- "Snapshot of active list count at start of removal (frozen)"
5931
+ "DEPRECATED see BatchOrchestrator. Always 0."
5690
5932
  ],
5691
5933
  "type": "u16"
5692
5934
  },
5693
5935
  {
5694
5936
  "name": "validators_removed_this_selection",
5695
5937
  "docs": [
5696
- "Number of validators removed in the current selection cycle"
5938
+ "DEPRECATED see BatchOrchestrator. Always 0."
5697
5939
  ],
5698
5940
  "type": "u16"
5699
5941
  }
@@ -5933,6 +6175,13 @@
5933
6175
  {
5934
6176
  "name": "bump",
5935
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"
5936
6185
  }
5937
6186
  ]
5938
6187
  }