@wireio/stake 1.1.69 → 1.2.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 (199) hide show
  1. package/lib/stake.browser.js +1334 -44
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +946 -27
  4. package/lib/stake.js +1334 -44
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +1334 -44
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +1 -1
  10. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
  11. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
  12. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +1 -1
  13. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +1 -1
  14. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +1 -1
  15. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
  16. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
  17. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +1 -1
  18. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
  19. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +1 -1
  20. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
  21. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
  22. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +1 -1
  23. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
  24. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +1 -1
  25. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
  26. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  27. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  28. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  29. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  30. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  31. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  32. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  33. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  34. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  35. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  36. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +1 -1
  37. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
  38. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +1 -1
  39. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +1 -1
  40. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  41. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +1 -1
  42. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +1 -1
  43. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +1 -1
  44. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +1 -1
  45. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  46. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  47. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  48. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  49. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  50. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  51. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  52. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  53. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  54. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  55. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +1 -1
  56. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +1 -1
  57. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +1 -1
  58. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +1 -1
  59. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +1 -1
  60. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  61. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  62. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  63. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +1 -1
  64. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +45 -2
  65. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  66. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +45 -2
  67. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
  68. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
  69. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -2
  70. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +1 -1
  71. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +2 -2
  72. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +1 -1
  73. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +2 -2
  74. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +1 -1
  75. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +2 -2
  76. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +1 -1
  77. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +2 -2
  78. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +1 -1
  79. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +2 -2
  80. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +1 -1
  81. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +1 -1
  82. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +45 -2
  83. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +1 -1
  84. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +47 -4
  85. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
  86. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
  87. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
  88. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
  89. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
  90. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
  91. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +2 -2
  92. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
  93. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +43 -0
  94. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
  95. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +43 -0
  96. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
  97. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +43 -0
  98. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
  99. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +45 -2
  100. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  101. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +109 -15
  102. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
  103. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +43 -0
  104. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
  105. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +43 -0
  106. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +1 -1
  107. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +45 -2
  108. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
  109. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +2 -2
  110. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
  111. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +2 -2
  112. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
  113. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +45 -2
  114. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
  115. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +2 -2
  116. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
  117. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
  118. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
  119. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +2 -2
  120. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
  121. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +2 -2
  122. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +1 -1
  123. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +45 -2
  124. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +1 -1
  125. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +2 -2
  126. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
  127. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +45 -2
  128. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
  129. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -2
  130. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +1 -1
  131. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +2 -2
  132. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +1 -1
  133. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +2 -2
  134. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +1 -1
  135. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +2 -2
  136. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +1 -1
  137. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +2 -2
  138. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +1 -1
  139. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +2 -2
  140. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +1 -1
  141. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +2 -2
  142. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +1 -1
  143. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +2 -2
  144. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +1 -1
  145. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +2 -2
  146. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +1 -1
  147. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +2 -2
  148. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +1 -1
  149. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +2 -2
  150. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +1 -1
  151. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +2 -2
  152. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +1 -1
  153. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +2 -2
  154. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
  155. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
  156. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
  157. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
  158. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
  159. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
  160. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
  161. package/src/assets/solana/devnet/idl/liqsol_core.json +774 -16
  162. package/src/assets/solana/devnet/idl/validator_leaderboard.json +161 -0
  163. package/src/assets/solana/devnet/types/liqsol_core.ts +774 -16
  164. package/src/assets/solana/devnet/types/validator_leaderboard.ts +161 -0
  165. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +0 -4
  166. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +0 -699
  167. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +0 -4
  168. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +0 -3139
  169. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +0 -4
  170. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +0 -106
  171. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +0 -4
  172. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +0 -180
  173. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +0 -4
  174. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +0 -470
  175. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +0 -4
  176. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +0 -1983
  177. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +0 -4
  178. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +0 -1231
  179. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +0 -4
  180. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +0 -1524
  181. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +0 -4
  182. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +0 -119
  183. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +0 -4
  184. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +0 -374
  185. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +0 -4
  186. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +0 -865
  187. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +0 -4
  188. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +0 -524
  189. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +0 -4
  190. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +0 -10
  191. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +0 -4
  192. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +0 -1232
  193. package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +0 -97
  194. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +0 -4
  195. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +0 -560
  196. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +0 -4
  197. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +0 -460
  198. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +0 -4
  199. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +0 -624
@@ -13,6 +13,68 @@ 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
+ },
16
78
  {
17
79
  "name": "activateWireLive",
18
80
  "discriminator": [
@@ -103,6 +165,110 @@ export type LiqsolCore = {
103
165
  ],
104
166
  "args": []
105
167
  },
168
+ {
169
+ "name": "addValidatorV2",
170
+ "docs": [
171
+ "Add a new validator bbypassing the looking at leaderboard and getting validators form there"
172
+ ],
173
+ "discriminator": [
174
+ 217,
175
+ 158,
176
+ 30,
177
+ 19,
178
+ 123,
179
+ 99,
180
+ 110,
181
+ 30
182
+ ],
183
+ "accounts": [
184
+ {
185
+ "name": "authority",
186
+ "writable": true,
187
+ "signer": true
188
+ },
189
+ {
190
+ "name": "activeList",
191
+ "docs": [
192
+ "Active list - will add the validator here"
193
+ ],
194
+ "writable": true
195
+ },
196
+ {
197
+ "name": "validatorInfo",
198
+ "docs": [
199
+ "Create the validator info account"
200
+ ],
201
+ "writable": true
202
+ },
203
+ {
204
+ "name": "validatorTransient",
205
+ "docs": [
206
+ "Create the validator transient account"
207
+ ],
208
+ "writable": true
209
+ },
210
+ {
211
+ "name": "stakeAllocationState",
212
+ "docs": [
213
+ "Stake allocation state - to update total_active_vpp when adding validator"
214
+ ],
215
+ "writable": true
216
+ },
217
+ {
218
+ "name": "systemProgram"
219
+ }
220
+ ],
221
+ "args": [
222
+ {
223
+ "name": "voteAccount",
224
+ "type": "pubkey"
225
+ },
226
+ {
227
+ "name": "name",
228
+ "type": "string"
229
+ },
230
+ {
231
+ "name": "performanceScore",
232
+ "type": "u8"
233
+ }
234
+ ]
235
+ },
236
+ {
237
+ "name": "adminDeleteEpochAssertions",
238
+ "discriminator": [
239
+ 211,
240
+ 16,
241
+ 0,
242
+ 217,
243
+ 53,
244
+ 105,
245
+ 192,
246
+ 45
247
+ ],
248
+ "accounts": [
249
+ {
250
+ "name": "epochHeader",
251
+ "docs": [
252
+ "validating and closing any supplied per-message PDAs."
253
+ ],
254
+ "writable": true
255
+ },
256
+ {
257
+ "name": "admin",
258
+ "writable": true,
259
+ "signer": true
260
+ },
261
+ {
262
+ "name": "globalConfig"
263
+ }
264
+ ],
265
+ "args": [
266
+ {
267
+ "name": "epochNumber",
268
+ "type": "u32"
269
+ }
270
+ ]
271
+ },
106
272
  {
107
273
  "name": "adminDeleteEpochAttestations",
108
274
  "discriminator": [
@@ -223,6 +389,43 @@ export type LiqsolCore = {
223
389
  ],
224
390
  "args": []
225
391
  },
392
+ {
393
+ "name": "blacklistValidator",
394
+ "docs": [
395
+ "Blacklist a validator (user-facing, maintenance will handle graveyard movement)",
396
+ "UnderPerforming is set automatically when score is updated",
397
+ "Another serious emergency stop function"
398
+ ],
399
+ "discriminator": [
400
+ 125,
401
+ 42,
402
+ 36,
403
+ 229,
404
+ 27,
405
+ 38,
406
+ 226,
407
+ 62
408
+ ],
409
+ "accounts": [
410
+ {
411
+ "name": "validatorInfo",
412
+ "writable": true
413
+ },
414
+ {
415
+ "name": "stakeAllocationState",
416
+ "docs": [
417
+ "Stake allocation state - to update total_active_vpp when VPP changes"
418
+ ],
419
+ "writable": true
420
+ }
421
+ ],
422
+ "args": [
423
+ {
424
+ "name": "voteAccount",
425
+ "type": "pubkey"
426
+ }
427
+ ]
428
+ },
226
429
  {
227
430
  "name": "bondRole",
228
431
  "discriminator": [
@@ -591,6 +794,66 @@ export type LiqsolCore = {
591
794
  ],
592
795
  "args": []
593
796
  },
797
+ {
798
+ "name": "closePendingAssertionsForTest",
799
+ "discriminator": [
800
+ 229,
801
+ 108,
802
+ 58,
803
+ 223,
804
+ 235,
805
+ 102,
806
+ 243,
807
+ 163
808
+ ],
809
+ "accounts": [
810
+ {
811
+ "name": "pendingAttestations",
812
+ "writable": true
813
+ },
814
+ {
815
+ "name": "signer",
816
+ "writable": true,
817
+ "signer": true
818
+ }
819
+ ],
820
+ "args": [
821
+ {
822
+ "name": "epochNumber",
823
+ "type": "u32"
824
+ }
825
+ ]
826
+ },
827
+ {
828
+ "name": "closePendingAttestationsForTest",
829
+ "discriminator": [
830
+ 169,
831
+ 19,
832
+ 172,
833
+ 195,
834
+ 162,
835
+ 30,
836
+ 203,
837
+ 195
838
+ ],
839
+ "accounts": [
840
+ {
841
+ "name": "pendingAttestations",
842
+ "writable": true
843
+ },
844
+ {
845
+ "name": "signer",
846
+ "writable": true,
847
+ "signer": true
848
+ }
849
+ ],
850
+ "args": [
851
+ {
852
+ "name": "epochNumber",
853
+ "type": "u32"
854
+ }
855
+ ]
856
+ },
594
857
  {
595
858
  "name": "completeUnbondRole",
596
859
  "discriminator": [
@@ -1393,11 +1656,6 @@ export type LiqsolCore = {
1393
1656
  "Global config — read opp_required_signature_weight."
1394
1657
  ]
1395
1658
  },
1396
- {
1397
- "name": "signer",
1398
- "writable": true,
1399
- "signer": true
1400
- },
1401
1659
  {
1402
1660
  "name": "instructions",
1403
1661
  "docs": [
@@ -2121,21 +2379,84 @@ export type LiqsolCore = {
2121
2379
  ]
2122
2380
  },
2123
2381
  {
2124
- "name": "instaswapCrossChain",
2382
+ "name": "injectTestYield",
2125
2383
  "discriminator": [
2126
- 66,
2127
- 67,
2128
- 238,
2129
- 187,
2130
- 6,
2131
- 87,
2132
- 65,
2133
- 50
2384
+ 55,
2385
+ 41,
2386
+ 251,
2387
+ 228,
2388
+ 58,
2389
+ 191,
2390
+ 103,
2391
+ 248
2134
2392
  ],
2135
2393
  "accounts": [
2136
2394
  {
2137
- "name": "user",
2138
- "writable": true,
2395
+ "name": "admin",
2396
+ "signer": true
2397
+ },
2398
+ {
2399
+ "name": "globalConfig"
2400
+ },
2401
+ {
2402
+ "name": "globalState",
2403
+ "writable": true
2404
+ },
2405
+ {
2406
+ "name": "distributionState",
2407
+ "writable": true
2408
+ },
2409
+ {
2410
+ "name": "liqsolMint",
2411
+ "writable": true
2412
+ },
2413
+ {
2414
+ "name": "poolAuthority"
2415
+ },
2416
+ {
2417
+ "name": "liqsolPoolAta",
2418
+ "writable": true
2419
+ },
2420
+ {
2421
+ "name": "depositAuthority",
2422
+ "writable": true
2423
+ },
2424
+ {
2425
+ "name": "liqsolProgram"
2426
+ },
2427
+ {
2428
+ "name": "liqsolMintAuthority"
2429
+ },
2430
+ {
2431
+ "name": "instructionsSysvar"
2432
+ },
2433
+ {
2434
+ "name": "tokenProgram"
2435
+ }
2436
+ ],
2437
+ "args": [
2438
+ {
2439
+ "name": "amount",
2440
+ "type": "u64"
2441
+ }
2442
+ ]
2443
+ },
2444
+ {
2445
+ "name": "instaswapCrossChain",
2446
+ "discriminator": [
2447
+ 66,
2448
+ 67,
2449
+ 238,
2450
+ 187,
2451
+ 6,
2452
+ 87,
2453
+ 65,
2454
+ 50
2455
+ ],
2456
+ "accounts": [
2457
+ {
2458
+ "name": "user",
2459
+ "writable": true,
2139
2460
  "signer": true
2140
2461
  },
2141
2462
  {
@@ -3370,6 +3691,147 @@ export type LiqsolCore = {
3370
3691
  ],
3371
3692
  "args": []
3372
3693
  },
3694
+ {
3695
+ "name": "reportAssertion",
3696
+ "discriminator": [
3697
+ 58,
3698
+ 30,
3699
+ 23,
3700
+ 45,
3701
+ 59,
3702
+ 128,
3703
+ 164,
3704
+ 196
3705
+ ],
3706
+ "accounts": [
3707
+ {
3708
+ "name": "pendingAttestations",
3709
+ "writable": true
3710
+ },
3711
+ {
3712
+ "name": "oppEpochState",
3713
+ "writable": true
3714
+ },
3715
+ {
3716
+ "name": "signer",
3717
+ "writable": true,
3718
+ "signer": true
3719
+ },
3720
+ {
3721
+ "name": "systemProgram"
3722
+ },
3723
+ {
3724
+ "name": "globalConfig",
3725
+ "docs": [
3726
+ "Global config — read opp_max_attestations and opp_max_interval_secs thresholds."
3727
+ ]
3728
+ }
3729
+ ],
3730
+ "args": [
3731
+ {
3732
+ "name": "assertion",
3733
+ "type": {
3734
+ "defined": {
3735
+ "name": "attestation"
3736
+ }
3737
+ }
3738
+ }
3739
+ ]
3740
+ },
3741
+ {
3742
+ "name": "reportAttestation",
3743
+ "discriminator": [
3744
+ 93,
3745
+ 18,
3746
+ 185,
3747
+ 16,
3748
+ 85,
3749
+ 253,
3750
+ 20,
3751
+ 143
3752
+ ],
3753
+ "accounts": [
3754
+ {
3755
+ "name": "pendingAttestations",
3756
+ "writable": true
3757
+ },
3758
+ {
3759
+ "name": "oppEpochState",
3760
+ "writable": true
3761
+ },
3762
+ {
3763
+ "name": "signer",
3764
+ "writable": true,
3765
+ "signer": true
3766
+ },
3767
+ {
3768
+ "name": "systemProgram"
3769
+ },
3770
+ {
3771
+ "name": "globalConfig",
3772
+ "docs": [
3773
+ "Global config — read opp_max_attestations and opp_max_interval_secs thresholds."
3774
+ ]
3775
+ }
3776
+ ],
3777
+ "args": [
3778
+ {
3779
+ "name": "assertion",
3780
+ "type": {
3781
+ "defined": {
3782
+ "name": "attestation"
3783
+ }
3784
+ }
3785
+ }
3786
+ ]
3787
+ },
3788
+ {
3789
+ "name": "reportValidationOperatorAction",
3790
+ "discriminator": [
3791
+ 95,
3792
+ 193,
3793
+ 0,
3794
+ 214,
3795
+ 205,
3796
+ 190,
3797
+ 64,
3798
+ 186
3799
+ ],
3800
+ "accounts": [
3801
+ {
3802
+ "name": "pendingAttestations",
3803
+ "writable": true
3804
+ },
3805
+ {
3806
+ "name": "oppEpochState",
3807
+ "writable": true
3808
+ },
3809
+ {
3810
+ "name": "signer",
3811
+ "writable": true,
3812
+ "signer": true
3813
+ },
3814
+ {
3815
+ "name": "systemProgram"
3816
+ },
3817
+ {
3818
+ "name": "globalConfig",
3819
+ "docs": [
3820
+ "Global config — read opp_max_attestations and opp_max_interval_secs thresholds."
3821
+ ]
3822
+ }
3823
+ ],
3824
+ "args": [
3825
+ {
3826
+ "name": "wireAccount",
3827
+ "type": "string"
3828
+ },
3829
+ {
3830
+ "name": "amount",
3831
+ "type": "u64"
3832
+ }
3833
+ ]
3834
+ },
3373
3835
  {
3374
3836
  "name": "requestUnbondRole",
3375
3837
  "discriminator": [
@@ -3566,6 +4028,228 @@ export type LiqsolCore = {
3566
4028
  }
3567
4029
  ]
3568
4030
  },
4031
+ {
4032
+ "name": "resetDistributionState",
4033
+ "discriminator": [
4034
+ 159,
4035
+ 183,
4036
+ 162,
4037
+ 74,
4038
+ 228,
4039
+ 135,
4040
+ 157,
4041
+ 79
4042
+ ],
4043
+ "accounts": [
4044
+ {
4045
+ "name": "admin",
4046
+ "signer": true
4047
+ },
4048
+ {
4049
+ "name": "distributionState",
4050
+ "writable": true
4051
+ }
4052
+ ],
4053
+ "args": []
4054
+ },
4055
+ {
4056
+ "name": "resetDistributionUserRecord",
4057
+ "discriminator": [
4058
+ 165,
4059
+ 186,
4060
+ 33,
4061
+ 18,
4062
+ 6,
4063
+ 254,
4064
+ 156,
4065
+ 36
4066
+ ],
4067
+ "accounts": [
4068
+ {
4069
+ "name": "admin",
4070
+ "signer": true
4071
+ },
4072
+ {
4073
+ "name": "tokenAccount"
4074
+ },
4075
+ {
4076
+ "name": "userRecord",
4077
+ "writable": true
4078
+ }
4079
+ ],
4080
+ "args": []
4081
+ },
4082
+ {
4083
+ "name": "resetGlobalState",
4084
+ "discriminator": [
4085
+ 252,
4086
+ 41,
4087
+ 117,
4088
+ 110,
4089
+ 248,
4090
+ 165,
4091
+ 48,
4092
+ 88
4093
+ ],
4094
+ "accounts": [
4095
+ {
4096
+ "name": "admin",
4097
+ "signer": true
4098
+ },
4099
+ {
4100
+ "name": "globalConfig"
4101
+ },
4102
+ {
4103
+ "name": "globalState",
4104
+ "writable": true
4105
+ },
4106
+ {
4107
+ "name": "poolAuthority"
4108
+ },
4109
+ {
4110
+ "name": "bucketAuthority"
4111
+ },
4112
+ {
4113
+ "name": "liqsolMint",
4114
+ "writable": true
4115
+ },
4116
+ {
4117
+ "name": "liqsolPoolAta",
4118
+ "writable": true
4119
+ },
4120
+ {
4121
+ "name": "bucketTokenAccount",
4122
+ "writable": true
4123
+ },
4124
+ {
4125
+ "name": "tokenProgram"
4126
+ },
4127
+ {
4128
+ "name": "associatedTokenProgram"
4129
+ }
4130
+ ],
4131
+ "args": []
4132
+ },
4133
+ {
4134
+ "name": "resetOppPendingForTest",
4135
+ "discriminator": [
4136
+ 233,
4137
+ 188,
4138
+ 101,
4139
+ 78,
4140
+ 36,
4141
+ 169,
4142
+ 153,
4143
+ 55
4144
+ ],
4145
+ "accounts": [
4146
+ {
4147
+ "name": "oppEpochState",
4148
+ "writable": true
4149
+ },
4150
+ {
4151
+ "name": "signer",
4152
+ "writable": true,
4153
+ "signer": true
4154
+ }
4155
+ ],
4156
+ "args": []
4157
+ },
4158
+ {
4159
+ "name": "resetOppStateForTest",
4160
+ "discriminator": [
4161
+ 34,
4162
+ 13,
4163
+ 204,
4164
+ 52,
4165
+ 70,
4166
+ 124,
4167
+ 90,
4168
+ 48
4169
+ ],
4170
+ "accounts": [
4171
+ {
4172
+ "name": "oppEpochState",
4173
+ "writable": true
4174
+ },
4175
+ {
4176
+ "name": "signer",
4177
+ "writable": true,
4178
+ "signer": true
4179
+ }
4180
+ ],
4181
+ "args": []
4182
+ },
4183
+ {
4184
+ "name": "resetPriceHistory",
4185
+ "discriminator": [
4186
+ 213,
4187
+ 231,
4188
+ 155,
4189
+ 139,
4190
+ 248,
4191
+ 60,
4192
+ 67,
4193
+ 199
4194
+ ],
4195
+ "accounts": [
4196
+ {
4197
+ "name": "admin",
4198
+ "writable": true,
4199
+ "signer": true
4200
+ },
4201
+ {
4202
+ "name": "globalConfig"
4203
+ },
4204
+ {
4205
+ "name": "trancheState",
4206
+ "writable": true
4207
+ },
4208
+ {
4209
+ "name": "priceHistory",
4210
+ "writable": true
4211
+ },
4212
+ {
4213
+ "name": "systemProgram"
4214
+ }
4215
+ ],
4216
+ "args": []
4217
+ },
4218
+ {
4219
+ "name": "resetTrancheState",
4220
+ "discriminator": [
4221
+ 106,
4222
+ 102,
4223
+ 143,
4224
+ 40,
4225
+ 152,
4226
+ 173,
4227
+ 165,
4228
+ 168
4229
+ ],
4230
+ "accounts": [
4231
+ {
4232
+ "name": "admin",
4233
+ "writable": true,
4234
+ "signer": true
4235
+ },
4236
+ {
4237
+ "name": "globalConfig"
4238
+ },
4239
+ {
4240
+ "name": "trancheState",
4241
+ "writable": true
4242
+ },
4243
+ {
4244
+ "name": "priceHistory",
4245
+ "writable": true
4246
+ },
4247
+ {
4248
+ "name": "systemProgram"
4249
+ }
4250
+ ],
4251
+ "args": []
4252
+ },
3569
4253
  {
3570
4254
  "name": "setAdmin",
3571
4255
  "discriminator": [
@@ -3620,6 +4304,45 @@ export type LiqsolCore = {
3620
4304
  ],
3621
4305
  "args": []
3622
4306
  },
4307
+ {
4308
+ "name": "setLastStateChangeEpoch",
4309
+ "docs": [
4310
+ "Admin function to directly set last_state_change_epoch (useful for testing cooldowns)"
4311
+ ],
4312
+ "discriminator": [
4313
+ 94,
4314
+ 57,
4315
+ 139,
4316
+ 195,
4317
+ 123,
4318
+ 224,
4319
+ 227,
4320
+ 106
4321
+ ],
4322
+ "accounts": [
4323
+ {
4324
+ "name": "validatorInfo",
4325
+ "writable": true
4326
+ },
4327
+ {
4328
+ "name": "stakeAllocationState",
4329
+ "docs": [
4330
+ "Stake allocation state - to update total_active_vpp when VPP changes"
4331
+ ],
4332
+ "writable": true
4333
+ }
4334
+ ],
4335
+ "args": [
4336
+ {
4337
+ "name": "voteAccount",
4338
+ "type": "pubkey"
4339
+ },
4340
+ {
4341
+ "name": "epoch",
4342
+ "type": "u16"
4343
+ }
4344
+ ]
4345
+ },
3623
4346
  {
3624
4347
  "name": "setPaused",
3625
4348
  "discriminator": [
@@ -4175,6 +4898,13 @@ export type LiqsolCore = {
4175
4898
  "name": "bridgeState",
4176
4899
  "writable": true
4177
4900
  },
4901
+ {
4902
+ "name": "outpostAccount",
4903
+ "docs": [
4904
+ "User's pretoken deposit record."
4905
+ ],
4906
+ "writable": true
4907
+ },
4178
4908
  {
4179
4909
  "name": "extraAccountMetaList"
4180
4910
  },
@@ -4227,6 +4957,34 @@ export type LiqsolCore = {
4227
4957
  }
4228
4958
  ]
4229
4959
  },
4960
+ {
4961
+ "name": "testClearActiveList",
4962
+ "discriminator": [
4963
+ 17,
4964
+ 195,
4965
+ 59,
4966
+ 174,
4967
+ 184,
4968
+ 137,
4969
+ 149,
4970
+ 144
4971
+ ],
4972
+ "accounts": [
4973
+ {
4974
+ "name": "activeList",
4975
+ "writable": true
4976
+ },
4977
+ {
4978
+ "name": "processingState",
4979
+ "writable": true
4980
+ },
4981
+ {
4982
+ "name": "authority",
4983
+ "signer": true
4984
+ }
4985
+ ],
4986
+ "args": []
4987
+ },
4230
4988
  {
4231
4989
  "name": "updateConfigBool",
4232
4990
  "discriminator": [