@wireio/stake 0.4.3 → 0.4.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (558) hide show
  1. package/README.md +185 -243
  2. package/lib/stake.browser.js +51760 -10073
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +11856 -882
  5. package/lib/stake.js +52320 -10531
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +51760 -10073
  8. package/lib/stake.m.js.map +1 -1
  9. package/package.json +4 -3
  10. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  11. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
  12. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  13. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  14. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  15. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  16. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  17. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
  18. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  19. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
  20. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  21. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
  22. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  23. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
  24. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  25. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  26. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  27. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
  28. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  29. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  30. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  31. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
  32. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  33. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
  34. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  35. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
  36. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  37. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
  38. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  39. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  40. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
  41. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  42. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  43. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
  44. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  45. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  46. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  47. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  49. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  50. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  51. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  52. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IStakingModule.json +1 -1
  53. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  54. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  56. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  57. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  59. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  60. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
  61. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  62. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  63. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  64. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  65. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  66. package/src/assets/ethereum/{ABI → hoodi}/liqEth/Yield.sol/YieldOracle.json +2 -2
  67. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
  68. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
  69. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  70. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  71. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  72. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
  73. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  74. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  75. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  76. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
  77. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  78. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  79. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  80. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  81. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  82. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  83. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  84. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +1 -1
  85. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  86. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20Pausable.json +1 -1
  87. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  88. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  89. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  90. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  96. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20.sol/RewardsERC20Upgradeable.json +1 -1
  97. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  98. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +1 -1
  99. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  100. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
  101. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  102. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  105. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  106. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
  107. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  108. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  109. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  110. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  111. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
  112. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
  113. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
  114. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1696 -0
  115. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  116. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  117. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
  118. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
  119. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
  120. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
  121. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
  122. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
  123. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
  124. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
  125. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
  126. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
  127. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1044 -0
  128. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  129. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
  130. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  131. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
  132. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  133. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  134. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
  135. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  136. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  137. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  138. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
  139. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  140. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
  141. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  142. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
  143. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  144. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
  145. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  146. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
  155. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
  156. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
  157. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  158. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
  159. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  160. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  161. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  162. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
  163. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  164. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  165. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  166. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  167. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  168. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  169. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  170. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  171. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  172. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
  173. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
  174. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
  175. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
  176. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
  177. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
  178. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  179. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
  180. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
  181. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
  182. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
  183. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
  184. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
  185. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
  186. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
  187. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
  188. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
  189. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
  190. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
  191. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
  192. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
  193. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
  194. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
  195. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
  196. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
  197. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
  198. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
  199. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
  200. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
  201. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
  202. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
  203. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
  204. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  205. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  206. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  207. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  208. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  209. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  210. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  211. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
  212. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  213. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
  214. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  215. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  216. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  217. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  218. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  219. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  220. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
  221. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
  222. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  223. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  224. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  225. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  226. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
  227. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
  228. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  229. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
  230. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  231. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
  232. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  233. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
  234. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  235. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  236. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  237. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
  238. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  239. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  240. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  241. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
  242. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  243. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
  244. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  245. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
  246. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  247. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
  248. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  249. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
  250. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  251. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  252. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  253. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  254. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  255. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  256. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  257. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  258. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  259. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  260. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  261. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  262. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  263. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  264. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  265. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  266. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  267. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  268. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  269. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  270. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  271. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  272. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  273. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  274. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  275. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  276. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  277. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  278. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  279. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  280. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  281. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  282. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  283. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  284. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  285. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  286. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  287. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
  288. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  289. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
  290. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  291. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  292. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  293. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  294. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  295. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  296. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  297. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  298. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  299. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  300. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  301. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  302. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  303. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  304. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  305. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  306. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  307. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  308. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  309. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  310. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  311. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  312. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  313. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  314. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  315. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  316. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  317. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  318. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  319. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  320. package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  321. package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.json +542 -0
  322. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  323. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  324. package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  325. package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  326. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  327. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  328. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  329. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  330. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  331. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  332. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
  333. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
  334. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  335. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
  336. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  337. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  338. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  339. package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -29
  340. package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
  341. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  342. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  343. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  344. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  345. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  346. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  347. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  348. package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  349. package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  350. package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  351. package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  352. package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  353. package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  354. package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  355. package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  356. package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
  357. package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  358. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  359. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  360. package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  361. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  362. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  363. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  364. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  365. package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  366. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  367. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
  368. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  369. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  370. package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  371. package/src/assets/ethereum/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -18
  372. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  373. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  374. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  375. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  376. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  377. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  378. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  379. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  380. package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  381. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
  382. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  383. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.json +1653 -0
  384. package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  385. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
  386. package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  387. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
  388. package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  389. package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
  390. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  391. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  392. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  393. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
  394. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  395. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
  396. package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
  397. package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +34 -0
  398. package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
  399. package/src/assets/solana/{idl → devnet/idl}/validator_leaderboard.json +15 -0
  400. package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
  401. package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
  402. package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
  403. package/src/assets/solana/{types → devnet/types}/validator_leaderboard.ts +15 -0
  404. package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +632 -433
  405. package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
  406. package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
  407. package/src/assets/solana/mainnet/idl/validator_leaderboard.json +574 -0
  408. package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +632 -433
  409. package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
  410. package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
  411. package/src/assets/solana/mainnet/types/validator_leaderboard.ts +580 -0
  412. package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
  413. package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
  414. package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
  415. package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
  416. package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
  417. package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
  418. package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
  419. package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
  420. package/src/index.ts +2 -2
  421. package/src/networks/ethereum/clients/convert.client.ts +32 -3
  422. package/src/networks/ethereum/clients/opp.client.ts +20 -21
  423. package/src/networks/ethereum/clients/pretoken.client.ts +8 -9
  424. package/src/networks/ethereum/clients/receipt.client.ts +93 -23
  425. package/src/networks/ethereum/clients/stake.client.ts +86 -14
  426. package/src/networks/ethereum/clients/validator.client.ts +61 -0
  427. package/src/networks/ethereum/contract.ts +425 -153
  428. package/src/networks/ethereum/ethereum.ts +370 -202
  429. package/src/networks/ethereum/types.ts +65 -28
  430. package/src/networks/ethereum/utils.ts +104 -72
  431. package/src/networks/solana/clients/convert.client.ts +341 -0
  432. package/src/networks/solana/clients/distribution.client.ts +245 -20
  433. package/src/networks/solana/clients/leaderboard.client.ts +10 -13
  434. package/src/networks/solana/clients/outpost.client.ts +93 -55
  435. package/src/networks/solana/clients/token.client.ts +20 -15
  436. package/src/networks/solana/constants.ts +55 -287
  437. package/src/networks/solana/program.ts +446 -28
  438. package/src/networks/solana/solana.ts +917 -288
  439. package/src/networks/solana/types.ts +173 -24
  440. package/src/networks/solana/utils.ts +125 -339
  441. package/src/staker.ts +25 -4
  442. package/src/types.ts +102 -22
  443. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
  444. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
  445. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +0 -952
  446. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
  447. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
  448. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
  449. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
  450. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
  451. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
  452. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
  453. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
  454. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
  455. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
  456. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
  457. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
  458. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
  459. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
  460. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +0 -4
  461. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +0 -10
  462. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +0 -4
  463. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +0 -10
  464. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.dbg.json +0 -4
  465. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.json +0 -10
  466. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.dbg.json +0 -4
  467. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.json +0 -10
  468. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +0 -4
  469. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +0 -291
  470. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
  471. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
  472. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +0 -555
  473. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
  474. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1202
  475. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
  476. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +0 -1791
  477. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
  478. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
  479. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
  480. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -460
  481. package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
  482. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
  483. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
  484. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1638
  485. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
  486. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
  487. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
  488. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
  489. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
  490. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
  491. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
  492. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
  493. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
  494. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
  495. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
  496. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
  497. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
  498. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
  499. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
  500. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
  501. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
  502. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
  503. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
  504. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
  505. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
  506. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
  507. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
  508. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
  509. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
  510. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
  511. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.json +0 -1650
  512. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
  513. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
  514. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
  515. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
  516. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
  517. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
  518. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
  519. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
  520. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
  521. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
  522. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
  523. package/src/assets/solana/idl/transfer_hook.json +0 -197
  524. package/src/assets/solana/types/transfer_hook.ts +0 -203
  525. package/src/networks/solana/clients/deposit.client.ts +0 -274
  526. package/src/staker/types.ts +0 -62
  527. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
  528. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
  529. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
  530. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
  531. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
  532. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
  533. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
  534. /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
  535. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
  536. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
  537. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
  538. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
  539. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
  540. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
  541. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
  542. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
  543. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
  544. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
  545. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
  546. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
  547. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
  548. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
  549. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
  550. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
  551. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
  552. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
  553. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
  554. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
  555. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
  556. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
  557. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
  558. /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": []
@@ -604,25 +485,13 @@ export type LiqsolCore = {
604
485
  "writable": true
605
486
  },
606
487
  {
607
- "name": "controllerState",
608
- "docs": [
609
- "Stake controller state - used to verify authority"
610
- ]
611
- },
612
- {
613
- "name": "globalConfig",
614
- "docs": [
615
- "Global config for cooldown_epochs"
616
- ]
488
+ "name": "globalConfig"
617
489
  },
618
490
  {
619
491
  "name": "clock"
620
492
  },
621
493
  {
622
- "name": "authority",
623
- "docs": [
624
- "Authority must match the stored authority in controller_state"
625
- ],
494
+ "name": "cranky",
626
495
  "writable": true,
627
496
  "signer": true
628
497
  }
@@ -646,6 +515,9 @@ export type LiqsolCore = {
646
515
  "name": "admin",
647
516
  "signer": true
648
517
  },
518
+ {
519
+ "name": "globalConfig"
520
+ },
649
521
  {
650
522
  "name": "globalState"
651
523
  },
@@ -688,6 +560,9 @@ export type LiqsolCore = {
688
560
  "name": "admin",
689
561
  "signer": true
690
562
  },
563
+ {
564
+ "name": "globalConfig"
565
+ },
691
566
  {
692
567
  "name": "globalState",
693
568
  "writable": true
@@ -697,7 +572,8 @@ export type LiqsolCore = {
697
572
  "writable": true
698
573
  },
699
574
  {
700
- "name": "user"
575
+ "name": "user",
576
+ "writable": true
701
577
  },
702
578
  {
703
579
  "name": "outpostAccount",
@@ -1002,6 +878,72 @@ export type LiqsolCore = {
1002
878
  }
1003
879
  ]
1004
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
+ },
1005
947
  {
1006
948
  "name": "desynd",
1007
949
  "discriminator": [
@@ -1078,9 +1020,16 @@ export type LiqsolCore = {
1078
1020
  ],
1079
1021
  "writable": true
1080
1022
  },
1023
+ {
1024
+ "name": "pretokenPurchaseHistory",
1025
+ "writable": true
1026
+ },
1081
1027
  {
1082
1028
  "name": "tokenProgram"
1083
1029
  },
1030
+ {
1031
+ "name": "associatedTokenProgram"
1032
+ },
1084
1033
  {
1085
1034
  "name": "systemProgram"
1086
1035
  }
@@ -1117,35 +1066,73 @@ export type LiqsolCore = {
1117
1066
  "returns": "u16"
1118
1067
  },
1119
1068
  {
1120
- "name": "initBucket",
1121
- "docs": [
1122
- "Done///"
1123
- ],
1069
+ "name": "hasRole",
1124
1070
  "discriminator": [
1125
- 237,
1126
- 69,
1127
- 61,
1128
1071
  218,
1129
- 18,
1130
- 60,
1131
- 21,
1132
- 236
1072
+ 136,
1073
+ 44,
1074
+ 87,
1075
+ 142,
1076
+ 247,
1077
+ 141,
1078
+ 195
1133
1079
  ],
1134
1080
  "accounts": [
1135
1081
  {
1136
- "name": "admin",
1137
- "writable": true,
1138
- "signer": true
1082
+ "name": "user",
1083
+ "docs": [
1084
+ "User whose role status is being checked."
1085
+ ]
1139
1086
  },
1140
1087
  {
1141
- "name": "bucketAuthority"
1088
+ "name": "outpostAccount"
1142
1089
  },
1143
1090
  {
1144
- "name": "bucketTokenAccount",
1145
- "writable": true
1146
- },
1091
+ "name": "globalState"
1092
+ }
1093
+ ],
1094
+ "args": [
1147
1095
  {
1148
- "name": "bucketUserRecord",
1096
+ "name": "role",
1097
+ "type": {
1098
+ "defined": {
1099
+ "name": "role"
1100
+ }
1101
+ }
1102
+ }
1103
+ ],
1104
+ "returns": "bool"
1105
+ },
1106
+ {
1107
+ "name": "initBucket",
1108
+ "docs": [
1109
+ "Done///"
1110
+ ],
1111
+ "discriminator": [
1112
+ 237,
1113
+ 69,
1114
+ 61,
1115
+ 218,
1116
+ 18,
1117
+ 60,
1118
+ 21,
1119
+ 236
1120
+ ],
1121
+ "accounts": [
1122
+ {
1123
+ "name": "admin",
1124
+ "writable": true,
1125
+ "signer": true
1126
+ },
1127
+ {
1128
+ "name": "bucketAuthority"
1129
+ },
1130
+ {
1131
+ "name": "bucketTokenAccount",
1132
+ "writable": true
1133
+ },
1134
+ {
1135
+ "name": "bucketUserRecord",
1149
1136
  "writable": true
1150
1137
  },
1151
1138
  {
@@ -1347,14 +1334,17 @@ export type LiqsolCore = {
1347
1334
  "name": "globalConfig",
1348
1335
  "writable": true
1349
1336
  },
1350
- {
1351
- "name": "controllerState"
1352
- },
1353
1337
  {
1354
1338
  "name": "payer",
1355
1339
  "writable": true,
1356
1340
  "signer": true
1357
1341
  },
1342
+ {
1343
+ "name": "program"
1344
+ },
1345
+ {
1346
+ "name": "programData"
1347
+ },
1358
1348
  {
1359
1349
  "name": "systemProgram"
1360
1350
  }
@@ -1454,6 +1444,51 @@ export type LiqsolCore = {
1454
1444
  ],
1455
1445
  "args": []
1456
1446
  },
1447
+ {
1448
+ "name": "initializePretokenPurchaseHistory",
1449
+ "docs": [
1450
+ "Admin-only: initialize PretokenPurchaseHistory PDA for a pool"
1451
+ ],
1452
+ "discriminator": [
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
+ },
1457
1492
  {
1458
1493
  "name": "initializeProcessingState",
1459
1494
  "docs": [
@@ -1715,7 +1750,7 @@ export type LiqsolCore = {
1715
1750
  ],
1716
1751
  "accounts": [
1717
1752
  {
1718
- "name": "payer",
1753
+ "name": "admin",
1719
1754
  "writable": true,
1720
1755
  "signer": true
1721
1756
  },
@@ -1723,6 +1758,9 @@ export type LiqsolCore = {
1723
1758
  "name": "metadata",
1724
1759
  "writable": true
1725
1760
  },
1761
+ {
1762
+ "name": "globalConfig"
1763
+ },
1726
1764
  {
1727
1765
  "name": "systemProgram"
1728
1766
  }
@@ -1838,17 +1876,10 @@ export type LiqsolCore = {
1838
1876
  ],
1839
1877
  "accounts": [
1840
1878
  {
1841
- "name": "controllerState",
1842
- "docs": [
1843
- "Stake controller state - used to verify admin authority"
1844
- ]
1879
+ "name": "globalConfig"
1845
1880
  },
1846
1881
  {
1847
- "name": "admin",
1848
- "docs": [
1849
- "Admin must match the stored authority in controller_state"
1850
- ],
1851
- "writable": true,
1882
+ "name": "cranky",
1852
1883
  "signer": true
1853
1884
  },
1854
1885
  {
@@ -1920,6 +1951,43 @@ export type LiqsolCore = {
1920
1951
  }
1921
1952
  ]
1922
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
+ },
1923
1991
  {
1924
1992
  "name": "processGraveyardValidatorsBatch",
1925
1993
  "docs": [
@@ -2176,6 +2244,7 @@ export type LiqsolCore = {
2176
2244
  "accounts": [
2177
2245
  {
2178
2246
  "name": "admin",
2247
+ "writable": true,
2179
2248
  "signer": true
2180
2249
  },
2181
2250
  {
@@ -2327,6 +2396,10 @@ export type LiqsolCore = {
2327
2396
  },
2328
2397
  {
2329
2398
  "name": "systemProgram"
2399
+ },
2400
+ {
2401
+ "name": "pretokenPurchaseHistory",
2402
+ "writable": true
2330
2403
  }
2331
2404
  ],
2332
2405
  "args": [
@@ -2413,7 +2486,7 @@ export type LiqsolCore = {
2413
2486
  "writable": true
2414
2487
  },
2415
2488
  {
2416
- "name": "userPretokenRecord",
2489
+ "name": "poolPretokenRecord",
2417
2490
  "writable": true
2418
2491
  },
2419
2492
  {
@@ -2421,6 +2494,10 @@ export type LiqsolCore = {
2421
2494
  },
2422
2495
  {
2423
2496
  "name": "chainlinkProgram"
2497
+ },
2498
+ {
2499
+ "name": "pretokenPurchaseHistory",
2500
+ "writable": true
2424
2501
  }
2425
2502
  ],
2426
2503
  "args": []
@@ -2513,7 +2590,7 @@ export type LiqsolCore = {
2513
2590
  "name": "refreshStakeMetricsPostSync",
2514
2591
  "docs": [
2515
2592
  "V2: Refresh stake metrics after removal selection + PDA setup",
2516
- "Requires ActiveInfosSynced + ValidatorPdaSetup as prerequisites",
2593
+ "Requires ValidatorAdditionSelection + ValidatorPdaSetup as prerequisites",
2517
2594
  "Tracks completion in last_post_sync_stake_metrics_refresh_epoch"
2518
2595
  ],
2519
2596
  "discriminator": [
@@ -2556,24 +2633,51 @@ export type LiqsolCore = {
2556
2633
  "args": []
2557
2634
  },
2558
2635
  {
2559
- "name": "registerUser",
2636
+ "name": "refund",
2560
2637
  "discriminator": [
2561
2638
  2,
2562
- 241,
2563
- 150,
2564
- 223,
2565
- 99,
2566
- 214,
2567
- 116,
2568
- 97
2639
+ 96,
2640
+ 183,
2641
+ 251,
2642
+ 63,
2643
+ 208,
2644
+ 46,
2645
+ 46
2569
2646
  ],
2570
2647
  "accounts": [
2648
+ {
2649
+ "name": "associatedTokenProgram"
2650
+ },
2571
2651
  {
2572
2652
  "name": "user",
2653
+ "writable": true,
2654
+ "signer": true
2655
+ },
2656
+ {
2657
+ "name": "globalState",
2573
2658
  "writable": true
2574
2659
  },
2575
2660
  {
2576
- "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",
2577
2681
  "writable": true
2578
2682
  },
2579
2683
  {
@@ -2581,13 +2685,116 @@ export type LiqsolCore = {
2581
2685
  "writable": true
2582
2686
  },
2583
2687
  {
2584
- "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",
2585
2742
  "docs": [
2586
- "Payer for the user record PDA creation (always the user)"
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",
2762
+ "docs": [
2763
+ "The bucket's associated token account holding liqSOL (for index sync)"
2587
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",
2588
2788
  "writable": true,
2589
2789
  "signer": true
2590
2790
  },
2791
+ {
2792
+ "name": "userAta"
2793
+ },
2794
+ {
2795
+ "name": "userRecord",
2796
+ "writable": true
2797
+ },
2591
2798
  {
2592
2799
  "name": "distributionState",
2593
2800
  "writable": true
@@ -2751,7 +2958,8 @@ export type LiqsolCore = {
2751
2958
  "name": "bucketTokenAccount",
2752
2959
  "docs": [
2753
2960
  "The bucket's token account holding liqSOL (for sync_index balance)"
2754
- ]
2961
+ ],
2962
+ "writable": true
2755
2963
  },
2756
2964
  {
2757
2965
  "name": "reservePool",
@@ -2831,174 +3039,61 @@ export type LiqsolCore = {
2831
3039
  "name": "amount",
2832
3040
  "type": "u64"
2833
3041
  }
2834
- ]
2835
- },
2836
- {
2837
- "name": "resetDistributionState",
2838
- "discriminator": [
2839
- 159,
2840
- 183,
2841
- 162,
2842
- 74,
2843
- 228,
2844
- 135,
2845
- 157,
2846
- 79
2847
- ],
2848
- "accounts": [
2849
- {
2850
- "name": "admin",
2851
- "signer": true
2852
- },
2853
- {
2854
- "name": "distributionState",
2855
- "writable": true
2856
- }
2857
- ],
2858
- "args": []
2859
- },
2860
- {
2861
- "name": "resetGlobalState",
2862
- "discriminator": [
2863
- 252,
2864
- 41,
2865
- 117,
2866
- 110,
2867
- 248,
2868
- 165,
2869
- 48,
2870
- 88
2871
- ],
2872
- "accounts": [
2873
- {
2874
- "name": "admin",
2875
- "signer": true
2876
- },
2877
- {
2878
- "name": "globalState",
2879
- "writable": true
2880
- },
2881
- {
2882
- "name": "poolAuthority"
2883
- },
2884
- {
2885
- "name": "liqsolMint"
2886
- },
2887
- {
2888
- "name": "liqsolPoolAta",
2889
- "writable": true
2890
- },
2891
- {
2892
- "name": "tokenProgram"
2893
- },
2894
- {
2895
- "name": "associatedTokenProgram"
2896
- }
2897
- ],
2898
- "args": []
2899
- },
2900
- {
2901
- "name": "resetPriceHistory",
2902
- "discriminator": [
2903
- 213,
2904
- 231,
2905
- 155,
2906
- 139,
2907
- 248,
2908
- 60,
2909
- 67,
2910
- 199
2911
- ],
2912
- "accounts": [
2913
- {
2914
- "name": "admin",
2915
- "writable": true,
2916
- "signer": true
2917
- },
2918
- {
2919
- "name": "trancheState",
2920
- "writable": true
2921
- },
2922
- {
2923
- "name": "priceHistory",
2924
- "writable": true
2925
- },
2926
- {
2927
- "name": "systemProgram"
2928
- }
2929
- ],
2930
- "args": []
3042
+ ]
2931
3043
  },
2932
3044
  {
2933
- "name": "resetTrancheState",
3045
+ "name": "setAdmin",
2934
3046
  "discriminator": [
2935
- 106,
2936
- 102,
2937
- 143,
2938
- 40,
2939
- 152,
2940
- 173,
2941
- 165,
2942
- 168
3047
+ 251,
3048
+ 163,
3049
+ 0,
3050
+ 52,
3051
+ 91,
3052
+ 194,
3053
+ 187,
3054
+ 92
2943
3055
  ],
2944
3056
  "accounts": [
2945
3057
  {
2946
- "name": "admin",
2947
- "writable": true,
2948
- "signer": true
2949
- },
2950
- {
2951
- "name": "trancheState",
3058
+ "name": "globalConfig",
2952
3059
  "writable": true
2953
3060
  },
2954
3061
  {
2955
- "name": "priceHistory",
2956
- "writable": true
3062
+ "name": "admin",
3063
+ "signer": true
2957
3064
  },
2958
3065
  {
2959
- "name": "systemProgram"
3066
+ "name": "newAuthority"
2960
3067
  }
2961
3068
  ],
2962
3069
  "args": []
2963
3070
  },
2964
3071
  {
2965
- "name": "setLastStateChangeEpoch",
2966
- "docs": [
2967
- "Admin function to directly set last_state_change_epoch (useful for testing cooldowns)"
2968
- ],
3072
+ "name": "setCranky",
2969
3073
  "discriminator": [
2970
- 94,
2971
- 57,
2972
- 139,
2973
- 195,
2974
- 123,
2975
- 224,
2976
- 227,
2977
- 106
3074
+ 232,
3075
+ 48,
3076
+ 178,
3077
+ 74,
3078
+ 194,
3079
+ 60,
3080
+ 143,
3081
+ 164
2978
3082
  ],
2979
3083
  "accounts": [
2980
3084
  {
2981
- "name": "validatorInfo",
3085
+ "name": "globalConfig",
2982
3086
  "writable": true
2983
3087
  },
2984
3088
  {
2985
- "name": "stakeAllocationState",
2986
- "docs": [
2987
- "Stake allocation state - to update total_active_vpp when VPP changes"
2988
- ],
2989
- "writable": true
2990
- }
2991
- ],
2992
- "args": [
2993
- {
2994
- "name": "voteAccount",
2995
- "type": "pubkey"
3089
+ "name": "admin",
3090
+ "signer": true
2996
3091
  },
2997
3092
  {
2998
- "name": "epoch",
2999
- "type": "u16"
3093
+ "name": "newAuthority"
3000
3094
  }
3001
- ]
3095
+ ],
3096
+ "args": []
3002
3097
  },
3003
3098
  {
3004
3099
  "name": "setPaused",
@@ -3017,6 +3112,9 @@ export type LiqsolCore = {
3017
3112
  "name": "admin",
3018
3113
  "signer": true
3019
3114
  },
3115
+ {
3116
+ "name": "globalConfig"
3117
+ },
3020
3118
  {
3021
3119
  "name": "globalState",
3022
3120
  "writable": true
@@ -3046,6 +3144,9 @@ export type LiqsolCore = {
3046
3144
  "name": "admin",
3047
3145
  "signer": true
3048
3146
  },
3147
+ {
3148
+ "name": "globalConfig"
3149
+ },
3049
3150
  {
3050
3151
  "name": "globalState",
3051
3152
  "writable": true
@@ -3083,6 +3184,9 @@ export type LiqsolCore = {
3083
3184
  "name": "admin",
3084
3185
  "signer": true
3085
3186
  },
3187
+ {
3188
+ "name": "globalConfig"
3189
+ },
3086
3190
  {
3087
3191
  "name": "globalState",
3088
3192
  "writable": true
@@ -3112,6 +3216,9 @@ export type LiqsolCore = {
3112
3216
  "name": "admin",
3113
3217
  "signer": true
3114
3218
  },
3219
+ {
3220
+ "name": "globalConfig"
3221
+ },
3115
3222
  {
3116
3223
  "name": "globalState",
3117
3224
  "writable": true
@@ -3195,7 +3302,11 @@ export type LiqsolCore = {
3195
3302
  "signer": true
3196
3303
  },
3197
3304
  {
3198
- "name": "globalState"
3305
+ "name": "globalConfig"
3306
+ },
3307
+ {
3308
+ "name": "globalState",
3309
+ "writable": true
3199
3310
  },
3200
3311
  {
3201
3312
  "name": "user",
@@ -3249,6 +3360,9 @@ export type LiqsolCore = {
3249
3360
  },
3250
3361
  {
3251
3362
  "name": "syncLeaderboardScoresBatch",
3363
+ "docs": [
3364
+ "region: Validator Leaderboard Syncing"
3365
+ ],
3252
3366
  "discriminator": [
3253
3367
  52,
3254
3368
  11,
@@ -3282,7 +3396,7 @@ export type LiqsolCore = {
3282
3396
  "name": "syncMainStakeAccounts",
3283
3397
  "docs": [
3284
3398
  "V2: Sync main stake accounts using PDA architecture (batched)",
3285
- "Processes up to 10 validators per transaction via remaining_accounts",
3399
+ "Processes validators in batches via remaining_accounts (batch size is enforced client-side)",
3286
3400
  "Note: Only syncs primary delegated stakes, not transient stakes"
3287
3401
  ],
3288
3402
  "discriminator": [
@@ -3448,6 +3562,10 @@ export type LiqsolCore = {
3448
3562
  ],
3449
3563
  "writable": true
3450
3564
  },
3565
+ {
3566
+ "name": "pretokenPurchaseHistory",
3567
+ "writable": true
3568
+ },
3451
3569
  {
3452
3570
  "name": "tokenProgram"
3453
3571
  },
@@ -3465,34 +3583,6 @@ export type LiqsolCore = {
3465
3583
  }
3466
3584
  ]
3467
3585
  },
3468
- {
3469
- "name": "testClearActiveList",
3470
- "discriminator": [
3471
- 17,
3472
- 195,
3473
- 59,
3474
- 174,
3475
- 184,
3476
- 137,
3477
- 149,
3478
- 144
3479
- ],
3480
- "accounts": [
3481
- {
3482
- "name": "activeList",
3483
- "writable": true
3484
- },
3485
- {
3486
- "name": "processingState",
3487
- "writable": true
3488
- },
3489
- {
3490
- "name": "authority",
3491
- "signer": true
3492
- }
3493
- ],
3494
- "args": []
3495
- },
3496
3586
  {
3497
3587
  "name": "updateConfigBool",
3498
3588
  "discriminator": [
@@ -3511,13 +3601,7 @@ export type LiqsolCore = {
3511
3601
  "writable": true
3512
3602
  },
3513
3603
  {
3514
- "name": "controllerState"
3515
- },
3516
- {
3517
- "name": "authority",
3518
- "docs": [
3519
- "Authority must match StakeControllerState.authority"
3520
- ],
3604
+ "name": "admin",
3521
3605
  "signer": true
3522
3606
  }
3523
3607
  ],
@@ -3554,13 +3638,7 @@ export type LiqsolCore = {
3554
3638
  "writable": true
3555
3639
  },
3556
3640
  {
3557
- "name": "controllerState"
3558
- },
3559
- {
3560
- "name": "authority",
3561
- "docs": [
3562
- "Authority must match StakeControllerState.authority"
3563
- ],
3641
+ "name": "admin",
3564
3642
  "signer": true
3565
3643
  }
3566
3644
  ],
@@ -3597,13 +3675,7 @@ export type LiqsolCore = {
3597
3675
  "writable": true
3598
3676
  },
3599
3677
  {
3600
- "name": "controllerState"
3601
- },
3602
- {
3603
- "name": "authority",
3604
- "docs": [
3605
- "Authority must match StakeControllerState.authority"
3606
- ],
3678
+ "name": "admin",
3607
3679
  "signer": true
3608
3680
  }
3609
3681
  ],
@@ -3640,13 +3712,7 @@ export type LiqsolCore = {
3640
3712
  "writable": true
3641
3713
  },
3642
3714
  {
3643
- "name": "controllerState"
3644
- },
3645
- {
3646
- "name": "authority",
3647
- "docs": [
3648
- "Authority must match StakeControllerState.authority"
3649
- ],
3715
+ "name": "admin",
3650
3716
  "signer": true
3651
3717
  }
3652
3718
  ],
@@ -3683,6 +3749,9 @@ export type LiqsolCore = {
3683
3749
  "writable": true,
3684
3750
  "signer": true
3685
3751
  },
3752
+ {
3753
+ "name": "globalConfig"
3754
+ },
3686
3755
  {
3687
3756
  "name": "trancheState",
3688
3757
  "writable": true
@@ -3701,7 +3770,7 @@ export type LiqsolCore = {
3701
3770
  "type": "u16"
3702
3771
  },
3703
3772
  {
3704
- "name": "priceGrowthBps",
3773
+ "name": "priceGrowthCents",
3705
3774
  "type": "u16"
3706
3775
  }
3707
3776
  ]
@@ -3724,6 +3793,9 @@ export type LiqsolCore = {
3724
3793
  "writable": true,
3725
3794
  "signer": true
3726
3795
  },
3796
+ {
3797
+ "name": "globalConfig"
3798
+ },
3727
3799
  {
3728
3800
  "name": "trancheState",
3729
3801
  "writable": true
@@ -3896,6 +3968,19 @@ export type LiqsolCore = {
3896
3968
  150
3897
3969
  ]
3898
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
+ },
3899
3984
  {
3900
3985
  "name": "priceHistory",
3901
3986
  "discriminator": [
@@ -4408,12 +4493,32 @@ export type LiqsolCore = {
4408
4493
  ],
4409
4494
  "type": "u16"
4410
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
+ },
4411
4516
  {
4412
4517
  "name": "reserved",
4413
4518
  "type": {
4414
4519
  "array": [
4415
4520
  "u8",
4416
- 32
4521
+ 23
4417
4522
  ]
4418
4523
  }
4419
4524
  }
@@ -4646,7 +4751,9 @@ export type LiqsolCore = {
4646
4751
  {
4647
4752
  "name": "authority",
4648
4753
  "docs": [
4649
- "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."
4650
4757
  ],
4651
4758
  "type": "pubkey"
4652
4759
  },
@@ -4685,8 +4792,7 @@ export type LiqsolCore = {
4685
4792
  {
4686
4793
  "name": "globalConfig",
4687
4794
  "docs": [
4688
- "Zero-copy global config PDA",
4689
- "Authority is taken from StakeControllerState, not stored here"
4795
+ "Zero-copy global config PDA"
4690
4796
  ],
4691
4797
  "serialization": "bytemuckunsafe",
4692
4798
  "repr": {
@@ -4708,6 +4814,23 @@ export type LiqsolCore = {
4708
4814
  ]
4709
4815
  }
4710
4816
  },
4817
+ {
4818
+ "name": "admin",
4819
+ "type": "pubkey"
4820
+ },
4821
+ {
4822
+ "name": "cranky",
4823
+ "type": "pubkey"
4824
+ },
4825
+ {
4826
+ "name": "reservedPubkey",
4827
+ "type": {
4828
+ "array": [
4829
+ "pubkey",
4830
+ 1
4831
+ ]
4832
+ }
4833
+ },
4711
4834
  {
4712
4835
  "name": "minUserDeposit",
4713
4836
  "docs": [
@@ -4894,10 +5017,6 @@ export type LiqsolCore = {
4894
5017
  "type": {
4895
5018
  "kind": "struct",
4896
5019
  "fields": [
4897
- {
4898
- "name": "admin",
4899
- "type": "pubkey"
4900
- },
4901
5020
  {
4902
5021
  "name": "deployedAt",
4903
5022
  "type": "i64"
@@ -4950,9 +5069,10 @@ export type LiqsolCore = {
4950
5069
  "type": "u64"
4951
5070
  },
4952
5071
  {
4953
- "name": "lastPoolLiqsolBalance",
5072
+ "name": "expectedPoolBalance",
4954
5073
  "docs": [
4955
- "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."
4956
5076
  ],
4957
5077
  "type": "u64"
4958
5078
  },
@@ -5127,6 +5247,10 @@ export type LiqsolCore = {
5127
5247
  "type": {
5128
5248
  "kind": "struct",
5129
5249
  "fields": [
5250
+ {
5251
+ "name": "receiptId",
5252
+ "type": "u64"
5253
+ },
5130
5254
  {
5131
5255
  "name": "liqports",
5132
5256
  "type": "u64"
@@ -5161,6 +5285,9 @@ export type LiqsolCore = {
5161
5285
  },
5162
5286
  {
5163
5287
  "name": "lastActiveInfosSyncedEpoch",
5288
+ "docs": [
5289
+ "DEPRECATED: ActiveInfosSynced removed in WIN-134. Retained to preserve account layout."
5290
+ ],
5164
5291
  "type": "u16"
5165
5292
  },
5166
5293
  {
@@ -5175,6 +5302,9 @@ export type LiqsolCore = {
5175
5302
  },
5176
5303
  {
5177
5304
  "name": "lastDistributionSlot",
5305
+ "docs": [
5306
+ "DEPRECATED: Distribution slot tracking removed in PR113. Retained to preserve account layout."
5307
+ ],
5178
5308
  "type": {
5179
5309
  "option": "u64"
5180
5310
  }
@@ -5339,6 +5469,24 @@ export type LiqsolCore = {
5339
5469
  {
5340
5470
  "name": "bump",
5341
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
+ }
5342
5490
  }
5343
5491
  ]
5344
5492
  }
@@ -5433,6 +5581,57 @@ export type LiqsolCore = {
5433
5581
  ]
5434
5582
  }
5435
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
+ },
5436
5635
  {
5437
5636
  "name": "pretokenPurchased",
5438
5637
  "type": {
@@ -5693,56 +5892,56 @@ export type LiqsolCore = {
5693
5892
  {
5694
5893
  "name": "additionInProgress",
5695
5894
  "docs": [
5696
- "Whether validator addition selection is currently in progress (batched processing)"
5895
+ "DEPRECATED see BatchOrchestrator. Always false."
5697
5896
  ],
5698
5897
  "type": "bool"
5699
5898
  },
5700
5899
  {
5701
5900
  "name": "additionNextRank",
5702
5901
  "docs": [
5703
- "Next rank to process in leaderboard sorted_indices"
5902
+ "DEPRECATED see BatchOrchestrator.addition_next_rank. Always 0."
5704
5903
  ],
5705
5904
  "type": "u16"
5706
5905
  },
5707
5906
  {
5708
5907
  "name": "additionTargetRank",
5709
5908
  "docs": [
5710
- "Target rank to process up to (inclusive)"
5909
+ "DEPRECATED see BatchOrchestrator.addition_target_rank. Always 0."
5711
5910
  ],
5712
5911
  "type": "u16"
5713
5912
  },
5714
5913
  {
5715
5914
  "name": "validatorsAddedThisSelection",
5716
5915
  "docs": [
5717
- "Number of validators added in the current selection cycle"
5916
+ "DEPRECATED see BatchOrchestrator. Always 0."
5718
5917
  ],
5719
5918
  "type": "u16"
5720
5919
  },
5721
5920
  {
5722
5921
  "name": "removalInProgress",
5723
5922
  "docs": [
5724
- "Whether validator removal selection is currently in progress (batched processing)"
5923
+ "DEPRECATED see BatchOrchestrator. Always false."
5725
5924
  ],
5726
5925
  "type": "bool"
5727
5926
  },
5728
5927
  {
5729
5928
  "name": "removalNextIndex",
5730
5929
  "docs": [
5731
- "Next index in active list to check for removal"
5930
+ "DEPRECATED see BatchOrchestrator.removal_next_index. Always 0."
5732
5931
  ],
5733
5932
  "type": "u16"
5734
5933
  },
5735
5934
  {
5736
5935
  "name": "removalActiveListSnapshot",
5737
5936
  "docs": [
5738
- "Snapshot of active list count at start of removal (frozen)"
5937
+ "DEPRECATED see BatchOrchestrator. Always 0."
5739
5938
  ],
5740
5939
  "type": "u16"
5741
5940
  },
5742
5941
  {
5743
5942
  "name": "validatorsRemovedThisSelection",
5744
5943
  "docs": [
5745
- "Number of validators removed in the current selection cycle"
5944
+ "DEPRECATED see BatchOrchestrator. Always 0."
5746
5945
  ],
5747
5946
  "type": "u16"
5748
5947
  }
@@ -5858,13 +6057,6 @@ export type LiqsolCore = {
5858
6057
  "type": {
5859
6058
  "kind": "struct",
5860
6059
  "fields": [
5861
- {
5862
- "name": "admin",
5863
- "docs": [
5864
- "Admin authority (can update growth parameters and price bounds)"
5865
- ],
5866
- "type": "pubkey"
5867
- },
5868
6060
  {
5869
6061
  "name": "currentTrancheNumber",
5870
6062
  "type": "u64"
@@ -5893,9 +6085,9 @@ export type LiqsolCore = {
5893
6085
  "type": "u16"
5894
6086
  },
5895
6087
  {
5896
- "name": "priceGrowthBps",
6088
+ "name": "priceGrowthCents",
5897
6089
  "docs": [
5898
- "Price growth in basis points (e.g., 200 = 2%, max 10000)"
6090
+ "Price growth in cents per tranche (0.01 USD units)"
5899
6091
  ],
5900
6092
  "type": "u16"
5901
6093
  },
@@ -5989,6 +6181,13 @@ export type LiqsolCore = {
5989
6181
  {
5990
6182
  "name": "bump",
5991
6183
  "type": "u8"
6184
+ },
6185
+ {
6186
+ "name": "trackedBalance",
6187
+ "docs": [
6188
+ "Last reconciled liqSOL token balance for this user ATA"
6189
+ ],
6190
+ "type": "u64"
5992
6191
  }
5993
6192
  ]
5994
6193
  }