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
We need to have an endpoint (equivalent of the same for reward params, i.e. http://sifchain.testnet.sifchain.finance:1317/clp/getRewardParams) to retrieve current settings of LPPD policy. Similar of what is achieved through CLI:
+ sifnoded q clp lppd-params --node http://sifchain.testnet.sifchain.finance:26657 --chain-id sifchain-testnet-1 params: distribution_periods: - distribution_period_block_rate: "0.000488020685100000" distribution_period_end_block: "93700" distribution_period_mod: "1" distribution_period_start_block: "93600"
That would help DS to effectively analyze block data knowing if the policy is activated or not.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to have an endpoint (equivalent of the same for reward params, i.e. http://sifchain.testnet.sifchain.finance:1317/clp/getRewardParams) to retrieve current settings of LPPD policy. Similar of what is achieved through CLI:
That would help DS to effectively analyze block data knowing if the policy is activated or not.
The text was updated successfully, but these errors were encountered: