We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The minFeeRefScriptCostPerByte is missing in the Koios backend response. This will cause issues with tier reference script fee calculations.
minFeeRefScriptCostPerByte
Additionally, we need to map the 'PlutusV3' cost model and the following fields in the KoiosEpochService response.
KoiosEpochService
private BigDecimal dvtPPNetworkGroup; private BigDecimal dvtPPEconomicGroup; private BigDecimal dvtPPTechnicalGroup; private BigDecimal dvtPPGovGroup; private BigDecimal dvtTreasuryWithdrawal; private Integer committeeMinSize; private Integer committeeMaxTermLength; private Integer govActionLifetime; private BigInteger govActionDeposit; private BigInteger drepDeposit; private Integer drepActivity; private BigDecimal minFeeRefScriptCostPerByte;
Workaround for now: You can manually set minFeeRefScriptCostPerByte=15 after retrieving the protocol parameters from the backend provider.
We will fix this in the next release.
The text was updated successfully, but these errors were encountered:
@edridudi I am adding these missing attributes as I am modifying a few parts of the KoiosEpochService for this PR.
#418
Sorry, something went wrong.
[Koios] minFeeRefScriptCostPerByte is missing in Koios backend bloxbe…
638191c
…an#425
Merge pull request #427 from adabox-aio/master
8b5b9a8
[Koios] minFeeRefScriptCostPerByte is missing in Koios backend #425
edridudi
satran004
No branches or pull requests
The
minFeeRefScriptCostPerByte
is missing in the Koios backend response. This will cause issues with tier reference script fee calculations.Additionally, we need to map the 'PlutusV3' cost model and the following fields in the
KoiosEpochService
response.Workaround for now:
You can manually set minFeeRefScriptCostPerByte=15 after retrieving the protocol parameters from the backend provider.
We will fix this in the next release.
The text was updated successfully, but these errors were encountered: