Closed bdeneux closed 6 months ago
The documentation updates introduce significant command changes to the axoned
tool. The event-query-tx-for
command is replaced by wait-tx
for transaction block inclusion. Distribution reward queries are refined, splitting the functionality into rewards
for all delegators and rewards-by-validator
for specific validators. Additionally, the --mempool.max-txs
flag now has a default value in the axoned_start.md
file.
Files/Paths | Change Summaries |
---|---|
docs/command/axoned_query.md |
Removed event-query-tx-for , added wait-tx . |
docs/command/axoned_query_distribution.md |
Renamed subcommand to rewards-by-validator and updated description. |
docs/command/axoned_query_distribution_rewards-by-validator.md |
Introduced command rewards-by-validator for querying rewards from a specific validator. |
docs/command/axoned_query_distribution_rewards.md |
Removed validator-specific option, focusing on all delegator rewards. |
docs/command/axoned_query_wait-tx.md |
Introduced wait-tx command for waiting on transaction block inclusion. |
docs/command/axoned_start.md |
Added default value -1 for --mempool.max-txs flag. |
🐇 In the garden of code, new commands bloom,
wait-tx
stands tall, no more query gloom. Rewards now clear, by validator's tune,mempool
set right, under the coding moon. 🌕
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Self explanatory
Summary by CodeRabbit
New Features
axoned query wait-tx
command to wait for a transaction to be included in a block.axoned query distribution rewards-by-validator
command to query distribution rewards from a specific validator.Changes
axoned query distribution rewards
toaxoned query distribution rewards-by-validator
for clarity.axoned query distribution rewards
.Documentation
--mempool.max-txs
flag inaxoned_start.md
.