@haven-fi/solauto-sdk 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/clients/index.d.ts +2 -0
- package/dist/clients/index.d.ts.map +1 -0
- package/dist/clients/index.js +17 -0
- package/dist/clients/solautoClient.d.ts +73 -0
- package/dist/clients/solautoClient.d.ts.map +1 -0
- package/dist/clients/solautoClient.js +416 -0
- package/dist/clients/solautoMarginfiClient.d.ts +40 -0
- package/dist/clients/solautoMarginfiClient.d.ts.map +1 -0
- package/dist/clients/solautoMarginfiClient.js +313 -0
- package/dist/constants/generalAccounts.d.ts +5 -0
- package/dist/constants/generalAccounts.d.ts.map +1 -0
- package/dist/constants/generalAccounts.js +8 -0
- package/dist/constants/index.d.ts +6 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +21 -0
- package/dist/constants/marginfiAccounts.d.ts +7 -0
- package/dist/constants/marginfiAccounts.d.ts.map +1 -0
- package/dist/constants/marginfiAccounts.js +23 -0
- package/dist/constants/pythConstants.d.ts +5 -0
- package/dist/constants/pythConstants.d.ts.map +1 -0
- package/dist/constants/pythConstants.js +10 -0
- package/dist/constants/solautoConstants.d.ts +19 -0
- package/dist/constants/solautoConstants.d.ts.map +1 -0
- package/dist/constants/solautoConstants.js +35 -0
- package/dist/constants/tokenConstants.d.ts +3 -0
- package/dist/constants/tokenConstants.d.ts.map +1 -0
- package/dist/constants/tokenConstants.js +10 -0
- package/dist/generated/accounts/index.d.ts +10 -0
- package/dist/generated/accounts/index.d.ts.map +1 -0
- package/dist/generated/accounts/index.js +25 -0
- package/dist/generated/accounts/referralState.d.ts +37 -0
- package/dist/generated/accounts/referralState.d.ts.map +1 -0
- package/dist/generated/accounts/referralState.js +73 -0
- package/dist/generated/accounts/solautoPosition.d.ts +58 -0
- package/dist/generated/accounts/solautoPosition.d.ts.map +1 -0
- package/dist/generated/accounts/solautoPosition.js +82 -0
- package/dist/generated/errors/index.d.ts +9 -0
- package/dist/generated/errors/index.d.ts.map +1 -0
- package/dist/generated/errors/index.js +24 -0
- package/dist/generated/errors/solauto.d.ts +91 -0
- package/dist/generated/errors/solauto.d.ts.map +1 -0
- package/dist/generated/errors/solauto.js +163 -0
- package/dist/generated/index.d.ts +14 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +29 -0
- package/dist/generated/instructions/cancelDCA.d.ts +26 -0
- package/dist/generated/instructions/cancelDCA.d.ts.map +1 -0
- package/dist/generated/instructions/cancelDCA.js +92 -0
- package/dist/generated/instructions/claimReferralFees.d.ts +26 -0
- package/dist/generated/instructions/claimReferralFees.d.ts.map +1 -0
- package/dist/generated/instructions/claimReferralFees.js +87 -0
- package/dist/generated/instructions/closePosition.d.ts +28 -0
- package/dist/generated/instructions/closePosition.d.ts.map +1 -0
- package/dist/generated/instructions/closePosition.js +102 -0
- package/dist/generated/instructions/convertReferralFees.d.ts +27 -0
- package/dist/generated/instructions/convertReferralFees.d.ts.map +1 -0
- package/dist/generated/instructions/convertReferralFees.js +96 -0
- package/dist/generated/instructions/index.d.ts +18 -0
- package/dist/generated/instructions/index.d.ts.map +1 -0
- package/dist/generated/instructions/index.js +33 -0
- package/dist/generated/instructions/marginfiOpenPosition.d.ts +46 -0
- package/dist/generated/instructions/marginfiOpenPosition.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiOpenPosition.js +161 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.d.ts +42 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.js +150 -0
- package/dist/generated/instructions/marginfiRebalance.d.ts +49 -0
- package/dist/generated/instructions/marginfiRebalance.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiRebalance.js +164 -0
- package/dist/generated/instructions/marginfiRefreshData.d.ts +27 -0
- package/dist/generated/instructions/marginfiRefreshData.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiRefreshData.js +84 -0
- package/dist/generated/instructions/updatePosition.d.ts +30 -0
- package/dist/generated/instructions/updatePosition.d.ts.map +1 -0
- package/dist/generated/instructions/updatePosition.js +87 -0
- package/dist/generated/instructions/updateReferralStates.d.ts +30 -0
- package/dist/generated/instructions/updateReferralStates.d.ts.map +1 -0
- package/dist/generated/instructions/updateReferralStates.js +77 -0
- package/dist/generated/programs/index.d.ts +9 -0
- package/dist/generated/programs/index.d.ts.map +1 -0
- package/dist/generated/programs/index.js +24 -0
- package/dist/generated/programs/solauto.d.ts +13 -0
- package/dist/generated/programs/solauto.d.ts.map +1 -0
- package/dist/generated/programs/solauto.js +36 -0
- package/dist/generated/shared/index.d.ts +54 -0
- package/dist/generated/shared/index.d.ts.map +1 -0
- package/dist/generated/shared/index.js +70 -0
- package/dist/generated/types/automationSettings.d.ts +26 -0
- package/dist/generated/types/automationSettings.d.ts.map +1 -0
- package/dist/generated/types/automationSettings.js +22 -0
- package/dist/generated/types/automationSettingsInp.d.ts +22 -0
- package/dist/generated/types/automationSettingsInp.d.ts.map +1 -0
- package/dist/generated/types/automationSettingsInp.js +20 -0
- package/dist/generated/types/dCASettings.d.ts +21 -0
- package/dist/generated/types/dCASettings.d.ts.map +1 -0
- package/dist/generated/types/dCASettings.js +20 -0
- package/dist/generated/types/dCASettingsInp.d.ts +19 -0
- package/dist/generated/types/dCASettingsInp.d.ts.map +1 -0
- package/dist/generated/types/dCASettingsInp.js +19 -0
- package/dist/generated/types/feeType.d.ts +15 -0
- package/dist/generated/types/feeType.d.ts.map +1 -0
- package/dist/generated/types/feeType.js +20 -0
- package/dist/generated/types/index.d.ts +26 -0
- package/dist/generated/types/index.d.ts.map +1 -0
- package/dist/generated/types/index.js +41 -0
- package/dist/generated/types/lendingPlatform.d.ts +16 -0
- package/dist/generated/types/lendingPlatform.d.ts.map +1 -0
- package/dist/generated/types/lendingPlatform.js +23 -0
- package/dist/generated/types/podBool.d.ts +14 -0
- package/dist/generated/types/podBool.d.ts.map +1 -0
- package/dist/generated/types/podBool.js +17 -0
- package/dist/generated/types/positionData.d.ts +32 -0
- package/dist/generated/types/positionData.d.ts.map +1 -0
- package/dist/generated/types/positionData.js +25 -0
- package/dist/generated/types/positionState.d.ts +35 -0
- package/dist/generated/types/positionState.d.ts.map +1 -0
- package/dist/generated/types/positionState.js +27 -0
- package/dist/generated/types/positionTokenUsage.d.ts +36 -0
- package/dist/generated/types/positionTokenUsage.d.ts.map +1 -0
- package/dist/generated/types/positionTokenUsage.js +27 -0
- package/dist/generated/types/rebalanceData.d.ts +29 -0
- package/dist/generated/types/rebalanceData.d.ts.map +1 -0
- package/dist/generated/types/rebalanceData.js +24 -0
- package/dist/generated/types/solautoAction.d.ts +44 -0
- package/dist/generated/types/solautoAction.d.ts.map +1 -0
- package/dist/generated/types/solautoAction.js +51 -0
- package/dist/generated/types/solautoRebalanceType.d.ts +17 -0
- package/dist/generated/types/solautoRebalanceType.d.ts.map +1 -0
- package/dist/generated/types/solautoRebalanceType.js +24 -0
- package/dist/generated/types/solautoSettingsParameters.d.ts +31 -0
- package/dist/generated/types/solautoSettingsParameters.d.ts.map +1 -0
- package/dist/generated/types/solautoSettingsParameters.js +25 -0
- package/dist/generated/types/solautoSettingsParametersInp.d.ts +28 -0
- package/dist/generated/types/solautoSettingsParametersInp.d.ts.map +1 -0
- package/dist/generated/types/solautoSettingsParametersInp.js +23 -0
- package/dist/generated/types/tokenAmount.d.ts +18 -0
- package/dist/generated/types/tokenAmount.d.ts.map +1 -0
- package/dist/generated/types/tokenAmount.js +18 -0
- package/dist/generated/types/tokenBalanceAmount.d.ts +27 -0
- package/dist/generated/types/tokenBalanceAmount.d.ts.map +1 -0
- package/dist/generated/types/tokenBalanceAmount.js +33 -0
- package/dist/generated/types/updatePositionData.d.ts +22 -0
- package/dist/generated/types/updatePositionData.d.ts.map +1 -0
- package/dist/generated/types/updatePositionData.js +20 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +22 -0
- package/dist/marginfi-sdk/accounts/bank.d.ts +136 -0
- package/dist/marginfi-sdk/accounts/bank.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/bank.js +124 -0
- package/dist/marginfi-sdk/accounts/index.d.ts +11 -0
- package/dist/marginfi-sdk/accounts/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/index.js +26 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.d.ts +58 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.js +76 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.d.ts +35 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.js +71 -0
- package/dist/marginfi-sdk/errors/index.d.ts +9 -0
- package/dist/marginfi-sdk/errors/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/errors/index.js +24 -0
- package/dist/marginfi-sdk/errors/marginfi.d.ts +283 -0
- package/dist/marginfi-sdk/errors/marginfi.d.ts.map +1 -0
- package/dist/marginfi-sdk/errors/marginfi.js +515 -0
- package/dist/marginfi-sdk/index.d.ts +14 -0
- package/dist/marginfi-sdk/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/index.js +29 -0
- package/dist/marginfi-sdk/instructions/index.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/index.js +47 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.d.ts +30 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.js +83 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.d.ts +22 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.js +53 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.d.ts +29 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.js +81 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.js +50 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.js +100 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.d.ts +31 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.js +82 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.js +46 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.d.ts +25 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.js +62 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.js +87 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.d.ts +27 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.js +86 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.js +46 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.d.ts +37 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.js +127 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.d.ts +39 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.js +128 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.d.ts +25 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.js +76 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.d.ts +46 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.js +67 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.js +81 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.d.ts +35 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.js +97 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.d.ts +33 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.js +85 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.d.ts +23 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.js +76 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.d.ts +24 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.js +52 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.d.ts +21 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.js +57 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.js +60 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.d.ts +23 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.js +69 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.js +57 -0
- package/dist/marginfi-sdk/programs/index.d.ts +9 -0
- package/dist/marginfi-sdk/programs/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/programs/index.js +24 -0
- package/dist/marginfi-sdk/programs/marginfi.d.ts +13 -0
- package/dist/marginfi-sdk/programs/marginfi.d.ts.map +1 -0
- package/dist/marginfi-sdk/programs/marginfi.js +36 -0
- package/dist/marginfi-sdk/shared/index.d.ts +54 -0
- package/dist/marginfi-sdk/shared/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/shared/index.js +70 -0
- package/dist/marginfi-sdk/types/accountEventHeader.d.ts +23 -0
- package/dist/marginfi-sdk/types/accountEventHeader.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/accountEventHeader.js +20 -0
- package/dist/marginfi-sdk/types/balance.d.ts +32 -0
- package/dist/marginfi-sdk/types/balance.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balance.js +25 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.d.ts +17 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.js +24 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.d.ts +17 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.js +24 -0
- package/dist/marginfi-sdk/types/balanceSide.d.ts +15 -0
- package/dist/marginfi-sdk/types/balanceSide.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceSide.js +22 -0
- package/dist/marginfi-sdk/types/bankConfig.d.ts +67 -0
- package/dist/marginfi-sdk/types/bankConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankConfig.js +32 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.d.ts +65 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.js +31 -0
- package/dist/marginfi-sdk/types/bankOperationalState.d.ts +16 -0
- package/dist/marginfi-sdk/types/bankOperationalState.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankOperationalState.js +23 -0
- package/dist/marginfi-sdk/types/bankVaultType.d.ts +16 -0
- package/dist/marginfi-sdk/types/bankVaultType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankVaultType.js +23 -0
- package/dist/marginfi-sdk/types/groupEventHeader.d.ts +19 -0
- package/dist/marginfi-sdk/types/groupEventHeader.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/groupEventHeader.js +18 -0
- package/dist/marginfi-sdk/types/index.d.ts +31 -0
- package/dist/marginfi-sdk/types/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/index.js +46 -0
- package/dist/marginfi-sdk/types/interestRateConfig.d.ts +31 -0
- package/dist/marginfi-sdk/types/interestRateConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfig.js +25 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.d.ts +29 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.js +24 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.d.ts +30 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.js +24 -0
- package/dist/marginfi-sdk/types/lendingAccount.d.ts +19 -0
- package/dist/marginfi-sdk/types/lendingAccount.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/lendingAccount.js +19 -0
- package/dist/marginfi-sdk/types/liquidationBalances.d.ts +17 -0
- package/dist/marginfi-sdk/types/liquidationBalances.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/liquidationBalances.js +20 -0
- package/dist/marginfi-sdk/types/oracleConfig.d.ts +20 -0
- package/dist/marginfi-sdk/types/oracleConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oracleConfig.js +19 -0
- package/dist/marginfi-sdk/types/oraclePriceType.d.ts +15 -0
- package/dist/marginfi-sdk/types/oraclePriceType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oraclePriceType.js +22 -0
- package/dist/marginfi-sdk/types/oracleSetup.d.ts +17 -0
- package/dist/marginfi-sdk/types/oracleSetup.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oracleSetup.js +24 -0
- package/dist/marginfi-sdk/types/priceBias.d.ts +15 -0
- package/dist/marginfi-sdk/types/priceBias.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/priceBias.js +22 -0
- package/dist/marginfi-sdk/types/requirementType.d.ts +16 -0
- package/dist/marginfi-sdk/types/requirementType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/requirementType.js +23 -0
- package/dist/marginfi-sdk/types/riskRequirementType.d.ts +16 -0
- package/dist/marginfi-sdk/types/riskRequirementType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/riskRequirementType.js +23 -0
- package/dist/marginfi-sdk/types/riskTier.d.ts +15 -0
- package/dist/marginfi-sdk/types/riskTier.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/riskTier.js +22 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.d.ts +16 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.js +17 -0
- package/dist/transactions/index.d.ts +3 -0
- package/dist/transactions/index.d.ts.map +1 -0
- package/dist/transactions/index.js +18 -0
- package/dist/transactions/transactionUtils.d.ts +12 -0
- package/dist/transactions/transactionUtils.d.ts.map +1 -0
- package/dist/transactions/transactionUtils.js +262 -0
- package/dist/transactions/transactionsManager.d.ts +42 -0
- package/dist/transactions/transactionsManager.d.ts.map +1 -0
- package/dist/transactions/transactionsManager.js +246 -0
- package/dist/types/accounts.d.ts +8 -0
- package/dist/types/accounts.d.ts.map +1 -0
- package/dist/types/accounts.js +2 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +17 -0
- package/dist/utils/accountUtils.d.ts +11 -0
- package/dist/utils/accountUtils.d.ts.map +1 -0
- package/dist/utils/accountUtils.js +60 -0
- package/dist/utils/deleteme.d.ts +2 -0
- package/dist/utils/deleteme.d.ts.map +1 -0
- package/dist/utils/deleteme.js +21 -0
- package/dist/utils/generalUtils.d.ts +11 -0
- package/dist/utils/generalUtils.d.ts.map +1 -0
- package/dist/utils/generalUtils.js +107 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +24 -0
- package/dist/utils/jitoUtils.d.ts +15 -0
- package/dist/utils/jitoUtils.d.ts.map +1 -0
- package/dist/utils/jitoUtils.js +108 -0
- package/dist/utils/jupiterUtils.d.ts +21 -0
- package/dist/utils/jupiterUtils.d.ts.map +1 -0
- package/dist/utils/jupiterUtils.js +61 -0
- package/dist/utils/local/shared.d.ts +3 -0
- package/dist/utils/local/shared.d.ts.map +1 -0
- package/dist/utils/local/shared.js +63 -0
- package/dist/utils/local/updateMarginfiLUT.d.ts +2 -0
- package/dist/utils/local/updateMarginfiLUT.d.ts.map +1 -0
- package/dist/utils/local/updateMarginfiLUT.js +22 -0
- package/dist/utils/local/updateSolautoLUT.d.ts +2 -0
- package/dist/utils/local/updateSolautoLUT.d.ts.map +1 -0
- package/dist/utils/local/updateSolautoLUT.js +13 -0
- package/dist/utils/marginfiUtils.d.ts +14 -0
- package/dist/utils/marginfiUtils.d.ts.map +1 -0
- package/dist/utils/marginfiUtils.js +201 -0
- package/dist/utils/numberUtils.d.ts +9 -0
- package/dist/utils/numberUtils.d.ts.map +1 -0
- package/dist/utils/numberUtils.js +62 -0
- package/dist/utils/solanaUtils.d.ts +18 -0
- package/dist/utils/solanaUtils.d.ts.map +1 -0
- package/dist/utils/solanaUtils.js +183 -0
- package/dist/utils/solauto/generalUtils.d.ts +51 -0
- package/dist/utils/solauto/generalUtils.d.ts.map +1 -0
- package/dist/utils/solauto/generalUtils.js +271 -0
- package/dist/utils/solauto/index.d.ts +3 -0
- package/dist/utils/solauto/index.d.ts.map +1 -0
- package/dist/utils/solauto/index.js +18 -0
- package/dist/utils/solauto/rebalanceUtils.d.ts +17 -0
- package/dist/utils/solauto/rebalanceUtils.d.ts.map +1 -0
- package/dist/utils/solauto/rebalanceUtils.js +199 -0
- package/package.json +37 -0
- package/src/clients/index.ts +1 -0
- package/src/clients/solautoClient.ts +684 -0
- package/src/clients/solautoMarginfiClient.ts +496 -0
- package/src/constants/README.md +9 -0
- package/src/constants/generalAccounts.ts +8 -0
- package/src/constants/index.ts +5 -0
- package/src/constants/marginfiAccounts.ts +24 -0
- package/src/constants/pythConstants.ts +10 -0
- package/src/constants/solautoConstants.ts +54 -0
- package/src/constants/tokenConstants.ts +9 -0
- package/src/generated/accounts/index.ts +10 -0
- package/src/generated/accounts/referralState.ts +159 -0
- package/src/generated/accounts/solautoPosition.ts +205 -0
- package/src/generated/errors/index.ts +9 -0
- package/src/generated/errors/solauto.ts +228 -0
- package/src/generated/index.ts +14 -0
- package/src/generated/instructions/cancelDCA.ts +161 -0
- package/src/generated/instructions/claimReferralFees.ts +159 -0
- package/src/generated/instructions/closePosition.ts +176 -0
- package/src/generated/instructions/convertReferralFees.ts +172 -0
- package/src/generated/instructions/index.ts +18 -0
- package/src/generated/instructions/marginfiOpenPosition.ts +275 -0
- package/src/generated/instructions/marginfiProtocolInteraction.ts +257 -0
- package/src/generated/instructions/marginfiRebalance.ts +274 -0
- package/src/generated/instructions/marginfiRefreshData.ts +147 -0
- package/src/generated/instructions/updatePosition.ts +173 -0
- package/src/generated/instructions/updateReferralStates.ts +166 -0
- package/src/generated/programs/index.ts +9 -0
- package/src/generated/programs/solauto.ts +52 -0
- package/src/generated/shared/index.ts +117 -0
- package/src/generated/types/automationSettings.ts +52 -0
- package/src/generated/types/automationSettingsInp.ts +43 -0
- package/src/generated/types/dCASettings.ts +45 -0
- package/src/generated/types/dCASettingsInp.ts +37 -0
- package/src/generated/types/feeType.ts +23 -0
- package/src/generated/types/index.ts +26 -0
- package/src/generated/types/lendingPlatform.ts +26 -0
- package/src/generated/types/podBool.ts +19 -0
- package/src/generated/types/positionData.ts +69 -0
- package/src/generated/types/positionState.ts +72 -0
- package/src/generated/types/positionTokenUsage.ts +67 -0
- package/src/generated/types/rebalanceData.ts +60 -0
- package/src/generated/types/solautoAction.ts +101 -0
- package/src/generated/types/solautoRebalanceType.ts +27 -0
- package/src/generated/types/solautoSettingsParameters.ts +62 -0
- package/src/generated/types/solautoSettingsParametersInp.ts +58 -0
- package/src/generated/types/tokenAmount.ts +29 -0
- package/src/generated/types/tokenBalanceAmount.ts +67 -0
- package/src/generated/types/updatePositionData.ts +49 -0
- package/src/index.ts +6 -0
- package/src/marginfi-sdk/accounts/bank.ts +311 -0
- package/src/marginfi-sdk/accounts/index.ts +11 -0
- package/src/marginfi-sdk/accounts/marginfiAccount.ts +195 -0
- package/src/marginfi-sdk/accounts/marginfiGroup.ts +164 -0
- package/src/marginfi-sdk/errors/index.ts +9 -0
- package/src/marginfi-sdk/errors/marginfi.ts +650 -0
- package/src/marginfi-sdk/index.ts +14 -0
- package/src/marginfi-sdk/instructions/index.ts +32 -0
- package/src/marginfi-sdk/instructions/lendingAccountBorrow.ts +167 -0
- package/src/marginfi-sdk/instructions/lendingAccountCloseBalance.ts +118 -0
- package/src/marginfi-sdk/instructions/lendingAccountDeposit.ts +164 -0
- package/src/marginfi-sdk/instructions/lendingAccountEndFlashloan.ts +113 -0
- package/src/marginfi-sdk/instructions/lendingAccountLiquidate.ts +186 -0
- package/src/marginfi-sdk/instructions/lendingAccountRepay.ts +171 -0
- package/src/marginfi-sdk/instructions/lendingAccountSettleEmissions.ts +108 -0
- package/src/marginfi-sdk/instructions/lendingAccountStartFlashloan.ts +138 -0
- package/src/marginfi-sdk/instructions/lendingAccountWithdraw.ts +177 -0
- package/src/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.ts +160 -0
- package/src/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.ts +108 -0
- package/src/marginfi-sdk/instructions/lendingPoolAddBank.ts +226 -0
- package/src/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.ts +231 -0
- package/src/marginfi-sdk/instructions/lendingPoolCollectBankFees.ts +147 -0
- package/src/marginfi-sdk/instructions/lendingPoolConfigureBank.ts +181 -0
- package/src/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.ts +154 -0
- package/src/marginfi-sdk/instructions/lendingPoolSetupEmissions.ts +190 -0
- package/src/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.ts +176 -0
- package/src/marginfi-sdk/instructions/marginfiAccountInitialize.ts +146 -0
- package/src/marginfi-sdk/instructions/marginfiGroupConfigure.ts +129 -0
- package/src/marginfi-sdk/instructions/marginfiGroupInitialize.ts +126 -0
- package/src/marginfi-sdk/instructions/setAccountFlag.ts +132 -0
- package/src/marginfi-sdk/instructions/setNewAccountAuthority.ts +137 -0
- package/src/marginfi-sdk/instructions/unsetAccountFlag.ts +130 -0
- package/src/marginfi-sdk/programs/index.ts +9 -0
- package/src/marginfi-sdk/programs/marginfi.ts +52 -0
- package/src/marginfi-sdk/shared/index.ts +117 -0
- package/src/marginfi-sdk/types/accountEventHeader.ts +44 -0
- package/src/marginfi-sdk/types/balance.ts +61 -0
- package/src/marginfi-sdk/types/balanceDecreaseType.ts +27 -0
- package/src/marginfi-sdk/types/balanceIncreaseType.ts +27 -0
- package/src/marginfi-sdk/types/balanceSide.ts +25 -0
- package/src/marginfi-sdk/types/bankConfig.ts +117 -0
- package/src/marginfi-sdk/types/bankConfigCompact.ts +114 -0
- package/src/marginfi-sdk/types/bankOperationalState.ts +26 -0
- package/src/marginfi-sdk/types/bankVaultType.ts +26 -0
- package/src/marginfi-sdk/types/groupEventHeader.ts +38 -0
- package/src/marginfi-sdk/types/index.ts +31 -0
- package/src/marginfi-sdk/types/interestRateConfig.ts +60 -0
- package/src/marginfi-sdk/types/interestRateConfigCompact.ts +52 -0
- package/src/marginfi-sdk/types/interestRateConfigOpt.ts +57 -0
- package/src/marginfi-sdk/types/lendingAccount.ts +38 -0
- package/src/marginfi-sdk/types/liquidationBalances.ts +33 -0
- package/src/marginfi-sdk/types/oracleConfig.ts +36 -0
- package/src/marginfi-sdk/types/oraclePriceType.ts +25 -0
- package/src/marginfi-sdk/types/oracleSetup.ts +27 -0
- package/src/marginfi-sdk/types/priceBias.ts +22 -0
- package/src/marginfi-sdk/types/requirementType.ts +26 -0
- package/src/marginfi-sdk/types/riskRequirementType.ts +26 -0
- package/src/marginfi-sdk/types/riskTier.ts +22 -0
- package/src/marginfi-sdk/types/wrappedI80F48.ts +22 -0
- package/src/transactions/index.ts +2 -0
- package/src/transactions/transactionUtils.ts +518 -0
- package/src/transactions/transactionsManager.ts +344 -0
- package/src/types/accounts.ts +7 -0
- package/src/types/index.ts +1 -0
- package/src/utils/accountUtils.ts +92 -0
- package/src/utils/deleteme.ts +40 -0
- package/src/utils/generalUtils.ts +123 -0
- package/src/utils/index.ts +8 -0
- package/src/utils/jitoUtils.ts +192 -0
- package/src/utils/jupiterUtils.ts +114 -0
- package/src/utils/local/shared.ts +85 -0
- package/src/utils/local/updateMarginfiLUT.ts +33 -0
- package/src/utils/local/updateSolautoLUT.ts +15 -0
- package/src/utils/marginfiUtils.ts +383 -0
- package/src/utils/numberUtils.ts +77 -0
- package/src/utils/solanaUtils.ts +333 -0
- package/src/utils/solauto/generalUtils.ts +371 -0
- package/src/utils/solauto/index.ts +2 -0
- package/src/utils/solauto/rebalanceUtils.ts +359 -0
- package/tests/shared.ts +15 -0
- package/tests/transactions/solautoMarginfi.ts +144 -0
- package/tests/unit/lookupTables.ts +40 -0
- package/tests/unit/rebalanceCalculations.ts +432 -0
- package/tsconfig.json +22 -0
@@ -0,0 +1,344 @@
|
|
1
|
+
import bs58 from "bs58";
|
2
|
+
import {
|
3
|
+
AddressLookupTableInput,
|
4
|
+
transactionBuilder,
|
5
|
+
TransactionBuilder,
|
6
|
+
} from "@metaplex-foundation/umi";
|
7
|
+
import { SolautoClient } from "../clients/solautoClient";
|
8
|
+
import {
|
9
|
+
getAdressLookupInputs,
|
10
|
+
sendSingleOptimizedTransaction,
|
11
|
+
} from "../utils/solanaUtils";
|
12
|
+
import { UMI } from "../constants/solautoConstants";
|
13
|
+
import { retryWithExponentialBackoff } from "../utils/generalUtils";
|
14
|
+
import { getTransactionChores } from "./transactionUtils";
|
15
|
+
import { sendJitoBundledTransactions } from "../utils/jitoUtils";
|
16
|
+
|
17
|
+
class LookupTables {
|
18
|
+
defaultLuts: string[] = [];
|
19
|
+
cache: AddressLookupTableInput[] = [];
|
20
|
+
|
21
|
+
constructor(private client: SolautoClient) {
|
22
|
+
this.defaultLuts = [
|
23
|
+
client.authorityLutAddress!.toString(),
|
24
|
+
...client.defaultLookupTables(),
|
25
|
+
];
|
26
|
+
}
|
27
|
+
|
28
|
+
async getLutInputs(
|
29
|
+
additionalAddresses: string[]
|
30
|
+
): Promise<AddressLookupTableInput[]> {
|
31
|
+
const addresses = [...this.defaultLuts, ...additionalAddresses];
|
32
|
+
const currentCacheAddresses = this.cache.map((x) => x.publicKey.toString());
|
33
|
+
|
34
|
+
const missingAddresses = addresses.filter(
|
35
|
+
(x) => !currentCacheAddresses.includes(x)
|
36
|
+
);
|
37
|
+
if (missingAddresses) {
|
38
|
+
const additionalInputs = await getAdressLookupInputs(missingAddresses);
|
39
|
+
this.cache.push(...additionalInputs);
|
40
|
+
}
|
41
|
+
|
42
|
+
return this.cache.filter((x) => addresses.includes(x.publicKey.toString()));
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
export class TransactionItem {
|
47
|
+
lookupTableAddresses!: string[];
|
48
|
+
tx?: TransactionBuilder;
|
49
|
+
|
50
|
+
constructor(
|
51
|
+
public fetchTx: (
|
52
|
+
attemptNum: number
|
53
|
+
) => Promise<
|
54
|
+
{ tx: TransactionBuilder; lookupTableAddresses?: string[] } | undefined
|
55
|
+
>,
|
56
|
+
public name?: string
|
57
|
+
) {}
|
58
|
+
|
59
|
+
async initialize() {
|
60
|
+
await this.refetch(0);
|
61
|
+
}
|
62
|
+
|
63
|
+
async refetch(attemptNum: number) {
|
64
|
+
const resp = await this.fetchTx(attemptNum);
|
65
|
+
this.tx = resp?.tx;
|
66
|
+
this.lookupTableAddresses = resp?.lookupTableAddresses ?? [];
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
class TransactionSet {
|
71
|
+
constructor(
|
72
|
+
private client: SolautoClient,
|
73
|
+
private lookupTables: LookupTables,
|
74
|
+
public items: TransactionItem[] = []
|
75
|
+
) {}
|
76
|
+
|
77
|
+
async fitsWith(item: TransactionItem): Promise<boolean> {
|
78
|
+
if (!item.tx) {
|
79
|
+
return true;
|
80
|
+
}
|
81
|
+
|
82
|
+
return (await this.getSingleTransaction())
|
83
|
+
.add(item.tx)
|
84
|
+
.setAddressLookupTables(
|
85
|
+
await this.lookupTables.getLutInputs([
|
86
|
+
...this.lutAddresses(),
|
87
|
+
...item.lookupTableAddresses,
|
88
|
+
])
|
89
|
+
)
|
90
|
+
.fitsInOneTransaction(UMI);
|
91
|
+
}
|
92
|
+
|
93
|
+
add(...items: TransactionItem[]) {
|
94
|
+
this.items.push(
|
95
|
+
...items.filter((x) => x.tx && x.tx.getInstructions().length > 0)
|
96
|
+
);
|
97
|
+
}
|
98
|
+
|
99
|
+
async refetchAll(attemptNum: number) {
|
100
|
+
await this.client.resetLivePositionUpdates();
|
101
|
+
for (const item of this.items) {
|
102
|
+
await item.refetch(attemptNum);
|
103
|
+
}
|
104
|
+
}
|
105
|
+
|
106
|
+
async getSingleTransaction(): Promise<TransactionBuilder> {
|
107
|
+
const transactions = this.items
|
108
|
+
.filter((x) => x.tx && x.tx.getInstructions().length > 0)
|
109
|
+
.map((x) => x.tx!);
|
110
|
+
|
111
|
+
return transactionBuilder()
|
112
|
+
.add(transactions)
|
113
|
+
.setAddressLookupTables(
|
114
|
+
await this.lookupTables.getLutInputs(this.lutAddresses())
|
115
|
+
);
|
116
|
+
}
|
117
|
+
|
118
|
+
lutAddresses(): string[] {
|
119
|
+
return Array.from(
|
120
|
+
new Set(this.items.map((x) => x.lookupTableAddresses).flat())
|
121
|
+
);
|
122
|
+
}
|
123
|
+
|
124
|
+
name(): string {
|
125
|
+
const names = this.items
|
126
|
+
.filter((x) => x.tx && x.name !== undefined)
|
127
|
+
.map((x) => x.name!.toLowerCase());
|
128
|
+
if (names.length >= 3) {
|
129
|
+
return [names.slice(0, -1).join(", "), names[names.length - 1]].join(
|
130
|
+
", and "
|
131
|
+
);
|
132
|
+
} else {
|
133
|
+
return names.join(" & ");
|
134
|
+
}
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
export enum TransactionStatus {
|
139
|
+
Skipped = "Skipped",
|
140
|
+
Processing = "Processing",
|
141
|
+
Queued = "Queued",
|
142
|
+
Successful = "Successful",
|
143
|
+
}
|
144
|
+
|
145
|
+
export type TransactionManagerStatuses = {
|
146
|
+
name: string;
|
147
|
+
status: TransactionStatus;
|
148
|
+
txSig?: string;
|
149
|
+
}[];
|
150
|
+
|
151
|
+
export class TransactionsManager {
|
152
|
+
private statuses: TransactionManagerStatuses = [];
|
153
|
+
private lookupTables: LookupTables;
|
154
|
+
|
155
|
+
constructor(
|
156
|
+
private client: SolautoClient,
|
157
|
+
private items: TransactionItem[],
|
158
|
+
private statusCallback?: (statuses: TransactionManagerStatuses) => void,
|
159
|
+
private simulateOnly?: boolean,
|
160
|
+
private mustBeAtomic?: boolean
|
161
|
+
) {
|
162
|
+
this.lookupTables = new LookupTables(client);
|
163
|
+
}
|
164
|
+
|
165
|
+
private async assembleTransactionSets(
|
166
|
+
items: TransactionItem[]
|
167
|
+
): Promise<TransactionSet[]> {
|
168
|
+
let transactionSets: TransactionSet[] = [];
|
169
|
+
this.client.log(`Reassembling ${items.length} items`);
|
170
|
+
|
171
|
+
for (let i = 0; i < items.length; ) {
|
172
|
+
let item = items[i];
|
173
|
+
i++;
|
174
|
+
|
175
|
+
if (!item.tx) {
|
176
|
+
continue;
|
177
|
+
}
|
178
|
+
|
179
|
+
const transaction = item.tx.setAddressLookupTables(
|
180
|
+
await this.lookupTables.getLutInputs(item.lookupTableAddresses)
|
181
|
+
);
|
182
|
+
if (!transaction.fitsInOneTransaction(UMI)) {
|
183
|
+
throw new Error(
|
184
|
+
`Transaction exceeds max transaction size (${transaction.getTransactionSize(UMI)})`
|
185
|
+
);
|
186
|
+
} else {
|
187
|
+
let newSet = new TransactionSet(this.client, this.lookupTables, [item]);
|
188
|
+
for (let j = i; j < items.length; j++) {
|
189
|
+
if (await newSet.fitsWith(items[j])) {
|
190
|
+
newSet.add(items[j]);
|
191
|
+
i++;
|
192
|
+
} else {
|
193
|
+
break;
|
194
|
+
}
|
195
|
+
}
|
196
|
+
transactionSets.push(newSet);
|
197
|
+
}
|
198
|
+
}
|
199
|
+
|
200
|
+
return transactionSets;
|
201
|
+
}
|
202
|
+
|
203
|
+
updateStatus(name: string, status: TransactionStatus, txSig?: string) {
|
204
|
+
if (!this.statuses.filter((x) => x.name === name)) {
|
205
|
+
this.statuses.push({ name, status, txSig });
|
206
|
+
} else {
|
207
|
+
const idx = this.statuses.findIndex((x) => x.name === name);
|
208
|
+
if (idx !== -1) {
|
209
|
+
this.statuses[idx].status = status;
|
210
|
+
this.statuses[idx].txSig = txSig;
|
211
|
+
} else {
|
212
|
+
this.statuses.push({ name, status, txSig });
|
213
|
+
}
|
214
|
+
}
|
215
|
+
this.client.log(`${name} is ${status.toString().toLowerCase()}`);
|
216
|
+
this.statusCallback?.(this.statuses);
|
217
|
+
}
|
218
|
+
|
219
|
+
async send() {
|
220
|
+
const updateLookupTable = await this.client.updateLookupTable();
|
221
|
+
if (updateLookupTable && updateLookupTable?.needsToBeIsolated) {
|
222
|
+
this.updateStatus("update lookup table", TransactionStatus.Processing);
|
223
|
+
await retryWithExponentialBackoff(
|
224
|
+
async (attemptNum) =>
|
225
|
+
await sendSingleOptimizedTransaction(
|
226
|
+
this.client,
|
227
|
+
updateLookupTable.updateLutTx,
|
228
|
+
this.simulateOnly,
|
229
|
+
attemptNum
|
230
|
+
),
|
231
|
+
2
|
232
|
+
);
|
233
|
+
this.updateStatus("update lookup table", TransactionStatus.Successful);
|
234
|
+
}
|
235
|
+
|
236
|
+
for (const item of this.items) {
|
237
|
+
await item.initialize();
|
238
|
+
}
|
239
|
+
|
240
|
+
const [choresBefore, choresAfter] = await getTransactionChores(
|
241
|
+
this.client,
|
242
|
+
transactionBuilder().add(
|
243
|
+
this.items
|
244
|
+
.filter((x) => x.tx && x.tx.getInstructions().length > 0)
|
245
|
+
.map((x) => x.tx!)
|
246
|
+
)
|
247
|
+
);
|
248
|
+
if (updateLookupTable && !updateLookupTable.needsToBeIsolated) {
|
249
|
+
choresBefore.prepend(updateLookupTable.updateLutTx);
|
250
|
+
}
|
251
|
+
if (choresBefore.getInstructions().length > 0) {
|
252
|
+
this.items.unshift(new TransactionItem(async () => ({ tx: choresBefore })));
|
253
|
+
this.client.log("Chores before: ", choresBefore.getInstructions().length);
|
254
|
+
}
|
255
|
+
if (choresAfter.getInstructions().length > 0) {
|
256
|
+
this.items.push(new TransactionItem(async () => ({ tx: choresAfter })));
|
257
|
+
this.client.log("Chores after: ", choresAfter.getInstructions().length);
|
258
|
+
}
|
259
|
+
|
260
|
+
const itemSets = await this.assembleTransactionSets(this.items);
|
261
|
+
const statusesStartIdx = this.statuses.length;
|
262
|
+
for (const itemSet of itemSets) {
|
263
|
+
this.updateStatus(itemSet.name(), TransactionStatus.Queued);
|
264
|
+
}
|
265
|
+
|
266
|
+
if (this.mustBeAtomic && itemSets.length > 1) {
|
267
|
+
itemSets.forEach((set) => {
|
268
|
+
this.updateStatus(set.name(), TransactionStatus.Processing);
|
269
|
+
});
|
270
|
+
await sendJitoBundledTransactions(
|
271
|
+
this.client,
|
272
|
+
await Promise.all(itemSets.map((x) => x.getSingleTransaction())),
|
273
|
+
this.simulateOnly
|
274
|
+
);
|
275
|
+
// TODO: check if successful or not
|
276
|
+
// itemSets.forEach((set) => {
|
277
|
+
// this.updateStatus(set.name(), TransactionStatus.Successful);
|
278
|
+
// });
|
279
|
+
} else if (!this.simulateOnly || itemSets.length === 1) {
|
280
|
+
for (let i = 0; i < itemSets.length; i++) {
|
281
|
+
const getFreshItemSet = async (
|
282
|
+
itemSet: TransactionSet,
|
283
|
+
attemptNum: number
|
284
|
+
) => {
|
285
|
+
await itemSet.refetchAll(attemptNum);
|
286
|
+
const newItemSets = await this.assembleTransactionSets([
|
287
|
+
...itemSet.items,
|
288
|
+
...itemSets
|
289
|
+
.slice(i + 1)
|
290
|
+
.map((x) => x.items)
|
291
|
+
.flat(),
|
292
|
+
]);
|
293
|
+
if (newItemSets.length > 1) {
|
294
|
+
this.statuses.splice(
|
295
|
+
statusesStartIdx + i,
|
296
|
+
itemSets.length - i,
|
297
|
+
...newItemSets.map((x) => ({
|
298
|
+
name: x.name(),
|
299
|
+
status: TransactionStatus.Queued,
|
300
|
+
}))
|
301
|
+
);
|
302
|
+
this.client.log(this.statuses);
|
303
|
+
itemSets.splice(
|
304
|
+
i + 1,
|
305
|
+
itemSets.length - i - 1,
|
306
|
+
...newItemSets.slice(1)
|
307
|
+
);
|
308
|
+
}
|
309
|
+
return newItemSets[0];
|
310
|
+
};
|
311
|
+
|
312
|
+
let itemSet = itemSets[i];
|
313
|
+
await retryWithExponentialBackoff(async (attemptNum) => {
|
314
|
+
itemSet =
|
315
|
+
i > 0 || attemptNum > 0
|
316
|
+
? await getFreshItemSet(itemSet, attemptNum)
|
317
|
+
: itemSet;
|
318
|
+
const tx = await itemSet.getSingleTransaction();
|
319
|
+
|
320
|
+
if (tx.getInstructions().length === 0) {
|
321
|
+
this.updateStatus(itemSet.name(), TransactionStatus.Skipped);
|
322
|
+
} else {
|
323
|
+
this.updateStatus(itemSet.name(), TransactionStatus.Processing);
|
324
|
+
const txSig = await sendSingleOptimizedTransaction(
|
325
|
+
this.client,
|
326
|
+
tx,
|
327
|
+
this.simulateOnly,
|
328
|
+
attemptNum
|
329
|
+
);
|
330
|
+
this.updateStatus(
|
331
|
+
itemSet.name(),
|
332
|
+
TransactionStatus.Successful,
|
333
|
+
txSig ? bs58.encode(txSig) : undefined
|
334
|
+
);
|
335
|
+
}
|
336
|
+
}, 3);
|
337
|
+
}
|
338
|
+
}
|
339
|
+
|
340
|
+
if (!this.simulateOnly) {
|
341
|
+
await this.client.resetLivePositionUpdates();
|
342
|
+
}
|
343
|
+
}
|
344
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './accounts';
|
@@ -0,0 +1,92 @@
|
|
1
|
+
import { PublicKey, AccountMeta } from "@solana/web3.js";
|
2
|
+
import { getAssociatedTokenAddressSync } from "@solana/spl-token";
|
3
|
+
import { SOLAUTO_PROGRAM_ID } from "../generated";
|
4
|
+
|
5
|
+
export function bufferFromU8(num: number): Buffer {
|
6
|
+
const buffer = Buffer.alloc(1);
|
7
|
+
buffer.writeUInt8(num);
|
8
|
+
return buffer;
|
9
|
+
}
|
10
|
+
|
11
|
+
export function bufferFromU64(num: bigint): Buffer {
|
12
|
+
const buffer = Buffer.alloc(8);
|
13
|
+
buffer.writeBigUInt64LE(num);
|
14
|
+
return buffer;
|
15
|
+
}
|
16
|
+
|
17
|
+
export function getTokenAccount(wallet: PublicKey, tokenMint: PublicKey): PublicKey {
|
18
|
+
return getAssociatedTokenAddressSync(
|
19
|
+
tokenMint,
|
20
|
+
wallet,
|
21
|
+
true
|
22
|
+
);
|
23
|
+
}
|
24
|
+
|
25
|
+
export function getTokenAccounts(wallet: PublicKey, tokenMints: PublicKey[]): PublicKey[] {
|
26
|
+
return tokenMints.map(x => getTokenAccount(wallet, x));
|
27
|
+
}
|
28
|
+
|
29
|
+
export async function getSolautoPositionAccount(
|
30
|
+
signer: PublicKey,
|
31
|
+
positionId: number
|
32
|
+
) {
|
33
|
+
const [positionAccount, _] = await PublicKey.findProgramAddress(
|
34
|
+
[bufferFromU8(positionId), signer.toBuffer()],
|
35
|
+
new PublicKey(SOLAUTO_PROGRAM_ID)
|
36
|
+
);
|
37
|
+
|
38
|
+
return positionAccount;
|
39
|
+
}
|
40
|
+
|
41
|
+
export async function getReferralState(authority: PublicKey) {
|
42
|
+
const str = "referral_state";
|
43
|
+
const strBuffer = Buffer.from(str, "utf-8");
|
44
|
+
|
45
|
+
const [ReferralState, _] = await PublicKey.findProgramAddress(
|
46
|
+
[strBuffer, authority.toBuffer()],
|
47
|
+
new PublicKey(SOLAUTO_PROGRAM_ID)
|
48
|
+
);
|
49
|
+
|
50
|
+
return ReferralState;
|
51
|
+
}
|
52
|
+
|
53
|
+
export async function getMarginfiAccountPDA(
|
54
|
+
solautoPositionAccount: PublicKey,
|
55
|
+
marginfiAccountSeedIdx: bigint
|
56
|
+
) {
|
57
|
+
const seeds = [
|
58
|
+
solautoPositionAccount.toBuffer(),
|
59
|
+
bufferFromU64(marginfiAccountSeedIdx),
|
60
|
+
];
|
61
|
+
|
62
|
+
const [marginfiAccount, _] = await PublicKey.findProgramAddress(
|
63
|
+
seeds,
|
64
|
+
new PublicKey(SOLAUTO_PROGRAM_ID)
|
65
|
+
);
|
66
|
+
|
67
|
+
return marginfiAccount;
|
68
|
+
}
|
69
|
+
|
70
|
+
export async function getSolendObligationAccount(
|
71
|
+
solautoPositionAccount: PublicKey | undefined,
|
72
|
+
signer: PublicKey,
|
73
|
+
lendingMarket: PublicKey,
|
74
|
+
solendProgram: PublicKey
|
75
|
+
) {
|
76
|
+
const seeds = [
|
77
|
+
signer.toBuffer(),
|
78
|
+
lendingMarket.toBuffer(),
|
79
|
+
solendProgram.toBuffer(),
|
80
|
+
];
|
81
|
+
|
82
|
+
if (solautoPositionAccount !== undefined) {
|
83
|
+
seeds.unshift(solautoPositionAccount.toBuffer());
|
84
|
+
}
|
85
|
+
|
86
|
+
const [obligationAccount, _] = await PublicKey.findProgramAddress(
|
87
|
+
seeds,
|
88
|
+
new PublicKey(SOLAUTO_PROGRAM_ID)
|
89
|
+
);
|
90
|
+
|
91
|
+
return obligationAccount;
|
92
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { getDebtAdjustmentUsd, getLiqUtilzationRateBps } from "./numberUtils";
|
2
|
+
|
3
|
+
// // TODO delete this file
|
4
|
+
function check() {
|
5
|
+
let supply = 458948;
|
6
|
+
let debt = 212846;
|
7
|
+
let supply_weight = 0.899999976158142;
|
8
|
+
let debt_weight = 1.100000023841858;
|
9
|
+
let liq_threshold = (supply_weight / debt_weight) * 10000;
|
10
|
+
|
11
|
+
console.log(liq_threshold);
|
12
|
+
let liq_utilization_rate = getLiqUtilzationRateBps(
|
13
|
+
supply,
|
14
|
+
debt,
|
15
|
+
liq_threshold
|
16
|
+
);
|
17
|
+
console.log!(liq_utilization_rate);
|
18
|
+
|
19
|
+
let debt_adjustment_usd = getDebtAdjustmentUsd(
|
20
|
+
liq_threshold,
|
21
|
+
supply,
|
22
|
+
debt,
|
23
|
+
6000,
|
24
|
+
0
|
25
|
+
);
|
26
|
+
|
27
|
+
supply += debt_adjustment_usd;
|
28
|
+
debt += debt_adjustment_usd;
|
29
|
+
|
30
|
+
liq_utilization_rate = getLiqUtilzationRateBps(
|
31
|
+
supply,
|
32
|
+
debt,
|
33
|
+
liq_threshold
|
34
|
+
);
|
35
|
+
|
36
|
+
console.log(debt_adjustment_usd);
|
37
|
+
console.log!(liq_utilization_rate);
|
38
|
+
}
|
39
|
+
|
40
|
+
check();
|
@@ -0,0 +1,123 @@
|
|
1
|
+
import { PublicKey } from "@solana/web3.js";
|
2
|
+
import { MaybeRpcAccount, publicKey } from "@metaplex-foundation/umi";
|
3
|
+
import { PYTH_PRICE_FEED_IDS } from "../constants/pythConstants";
|
4
|
+
import { fromBaseUnit, toBaseUnit } from "./numberUtils";
|
5
|
+
import { PRICES, UMI } from "../constants/solautoConstants";
|
6
|
+
|
7
|
+
export function generateRandomU8(): number {
|
8
|
+
return Math.floor(Math.random() * 255 + 1);
|
9
|
+
}
|
10
|
+
|
11
|
+
export function generateRandomU64(): bigint {
|
12
|
+
const upperBound = 2n ** 64n;
|
13
|
+
let result = 0n;
|
14
|
+
for (let i = 0; i < 64; i += 8) {
|
15
|
+
result |= BigInt(Math.floor(Math.random() * 256)) << BigInt(i);
|
16
|
+
}
|
17
|
+
return result % upperBound;
|
18
|
+
}
|
19
|
+
|
20
|
+
export function currentUnixSeconds(): number {
|
21
|
+
return Math.round(new Date().getTime() / 1000);
|
22
|
+
}
|
23
|
+
|
24
|
+
export async function getSolanaAccountCreated(pk: PublicKey): Promise<boolean> {
|
25
|
+
const account = await UMI.rpc.getAccount(publicKey(pk));
|
26
|
+
return rpcAccountCreated(account);
|
27
|
+
}
|
28
|
+
|
29
|
+
export function rpcAccountCreated(account: MaybeRpcAccount): boolean {
|
30
|
+
return account.exists && account.data.length > 0;
|
31
|
+
}
|
32
|
+
|
33
|
+
export function arraysAreEqual(arrayA: number[], arrayB: number[]): boolean {
|
34
|
+
if (arrayA.length !== arrayB.length) {
|
35
|
+
return false;
|
36
|
+
}
|
37
|
+
for (let i = 0; i < arrayA.length; i++) {
|
38
|
+
if (arrayA[i] !== arrayB[i]) {
|
39
|
+
return false;
|
40
|
+
}
|
41
|
+
}
|
42
|
+
return true;
|
43
|
+
}
|
44
|
+
|
45
|
+
export async function getTokenPrices(mints: PublicKey[]): Promise<number[]> {
|
46
|
+
const currentTime = currentUnixSeconds();
|
47
|
+
if (!mints.some(mint => !(mint.toString() in PRICES) || currentTime - PRICES[mint.toString()].time > 3)) {
|
48
|
+
console.log("Accessing price cache");
|
49
|
+
return mints.map(mint => PRICES[mint.toString()].price);
|
50
|
+
}
|
51
|
+
|
52
|
+
console.log("Fetching prices...");
|
53
|
+
const priceFeedIds = mints.map(
|
54
|
+
(mint) => PYTH_PRICE_FEED_IDS[mint.toString()]
|
55
|
+
);
|
56
|
+
|
57
|
+
const getReq = async () =>
|
58
|
+
await fetch(
|
59
|
+
`https://hermes.pyth.network/v2/updates/price/latest?${priceFeedIds.map((x) => `ids%5B%5D=${x}`).join("&")}`
|
60
|
+
);
|
61
|
+
let resp = await getReq();
|
62
|
+
let status = resp.status;
|
63
|
+
while (status !== 200) {
|
64
|
+
await new Promise((resolve) => setTimeout(resolve, 1000));
|
65
|
+
resp = await getReq();
|
66
|
+
status = resp.status;
|
67
|
+
}
|
68
|
+
|
69
|
+
const json = await resp.json();
|
70
|
+
const prices = json.parsed.map((x: any) => {
|
71
|
+
if (x.price.expo > 0) {
|
72
|
+
return Number(toBaseUnit(Number(x.price.price), x.price.expo));
|
73
|
+
} else if (x.price.expo < 0) {
|
74
|
+
return fromBaseUnit(
|
75
|
+
BigInt(x.price.price),
|
76
|
+
Math.abs(x.price.expo)
|
77
|
+
);
|
78
|
+
} else {
|
79
|
+
return Number(x.price.price);
|
80
|
+
}
|
81
|
+
});
|
82
|
+
|
83
|
+
for (var i = 0; i < mints.length; i++) {
|
84
|
+
PRICES[mints[i].toString()] = {
|
85
|
+
price: prices[i],
|
86
|
+
time: currentUnixSeconds()
|
87
|
+
};
|
88
|
+
}
|
89
|
+
|
90
|
+
|
91
|
+
return prices;
|
92
|
+
}
|
93
|
+
|
94
|
+
export function retryWithExponentialBackoff<T>(
|
95
|
+
fn: (attemptNum: number) => Promise<T>,
|
96
|
+
retries: number = 5,
|
97
|
+
delay: number = 150,
|
98
|
+
errorsToRetry?: Set<Function>
|
99
|
+
): Promise<T> {
|
100
|
+
return new Promise((resolve, reject) => {
|
101
|
+
const attempt = (attemptNum: number) => {
|
102
|
+
fn(attemptNum)
|
103
|
+
.then(resolve)
|
104
|
+
.catch((error: Error) => {
|
105
|
+
attemptNum++;
|
106
|
+
if (
|
107
|
+
attemptNum < retries &&
|
108
|
+
(!errorsToRetry || errorsToRetry.has(error.constructor))
|
109
|
+
) {
|
110
|
+
console.log(error);
|
111
|
+
setTimeout(() => {
|
112
|
+
console.log("Retrying...");
|
113
|
+
attempt(attemptNum);
|
114
|
+
}, delay);
|
115
|
+
delay *= 2;
|
116
|
+
} else {
|
117
|
+
reject(error);
|
118
|
+
}
|
119
|
+
});
|
120
|
+
};
|
121
|
+
attempt(0);
|
122
|
+
});
|
123
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export * from './solauto/index';
|
2
|
+
export * from './accountUtils';
|
3
|
+
export * from './generalUtils';
|
4
|
+
export * from './jitoUtils';
|
5
|
+
export * from './jupiterUtils';
|
6
|
+
export * from './marginfiUtils';
|
7
|
+
export * from './numberUtils';
|
8
|
+
export * from './solanaUtils';
|