Skip to content

Commit

Permalink
Add description for custom fields in history ledgers table (#57)
Browse files Browse the repository at this point in the history
* Add description for custom fields in history ledgers table

* Add description for soroban_fee_write_1kb

---------

Co-authored-by: Amisha Singla <[email protected]>
  • Loading branch information
amishas157 and Amisha Singla authored Jul 10, 2024
1 parent a4d2735 commit 27a22a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions models/docs/sources/history_ledgers.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,15 @@ The number of failed transactions submitted to the network in this ledger. The t
{% docs tx_set_operation_count %}
The total number of operations in the transaction set for this ledger, including failed transactions.
{% enddocs %}

{% docs soroban_fee_write_1kb %}
The write fee is dynamic fee that grows linearly with the size of the ledger. The write fee for a given ledger is recorded in the ledger header and has a direct relationship to the bucketlist size of the ledger db.
{% enddocs %}

{% docs node_id %}
The id of winning validator node which is allowed to write transaction set to the network. The winning validator is decided by the network.
{% enddocs %}

{% docs signature %}
The signing hash of the validator node which writes the transaction set to the network.
{% enddocs %}

0 comments on commit 27a22a4

Please sign in to comment.