adding a few more docs

This commit is contained in:
Mike Stepanovic 2025-03-08 12:51:33 -07:00
parent 6977ca2fed
commit 4f8fe2e368
6 changed files with 39 additions and 1 deletions

View File

@ -0,0 +1,5 @@
{% docs failed_proposer_indices %}
An array of indices identifying validators that failed to propose blocks in a consensus round.
{% enddocs %}

View File

@ -0,0 +1,5 @@
{% docs id %}
Payload identifier.
{% enddocs %}

View File

@ -0,0 +1,5 @@
{% docs previous_block_votes_bitvec %}
A bit vector capturing validator votes for the previous block.
{% enddocs %}

View File

@ -0,0 +1,5 @@
{% docs state_change_hash %}
Hash of the state change
{% enddocs %}

View File

@ -0,0 +1,5 @@
{% docs state_checkpoint_hash %}
Hash of the state checkpoint transaction
{% enddocs %}

View File

@ -37,6 +37,8 @@ models:
description: '{{ doc("success") }}'
- name: TX_TYPE
description: '{{ doc("tx_type") }}'
- name: SENDER
description: '{{ doc("sender") }}'
- name: PAYLOAD_FUNCTION
description: '{{ doc("payload_function") }}'
- name: CHANGE_INDEX
@ -84,6 +86,8 @@ models:
description: '{{ doc("success") }}'
- name: TX_TYPE
description: '{{ doc("tx_type") }}'
- name: SENDER
description: '{{ doc("sender") }}'
- name: PAYLOAD_FUNCTION
description: '{{ doc("payload_function") }}'
- name: EVENT_INDEX
@ -125,7 +129,15 @@ models:
- name: SUCCESS
description: '{{ doc("success") }}'
- name: TX_TYPE
description: '{{ doc("tx_type") }}'
description: '{{ doc("tx_type") }}'
- name: SENDER
description: '{{ doc("sender") }}'
- name: SIGNATURE
description: '{{ doc("signature") }}'
- name: PAYLOAD
description: '{{ doc("payload") }}'
- name: PAYLOAD_FUNCTION
description: '{{ doc("payload_function") }}'
- name: EPOCH
description: '{{ doc("epoch") }}'
- name: EVENTS
@ -171,6 +183,7 @@ models:
- name: VM_STATUS
description: '{{ doc("vm_status") }}'
- name: STATE_CHECKPOINT_HASH
description: '{{ doc("state_checkpoint_hash") }}'
- name: ACCUMULATOR_ROOT_HASH
description: '{{ doc("accumulator_root_hash") }}'
- name: EVENT_ROOT_HASH