mirror of
https://github.com/FlipsideCrypto/movement-models.git
synced 2026-02-06 13:07:00 +00:00
adding a few more docs
This commit is contained in:
parent
6977ca2fed
commit
4f8fe2e368
5
models/descriptions/failed_proposer_indices.md
Normal file
5
models/descriptions/failed_proposer_indices.md
Normal 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 %}
|
||||
5
models/descriptions/id.md
Normal file
5
models/descriptions/id.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs id %}
|
||||
|
||||
Payload identifier.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/previous_block_votes_bitvec.md
Normal file
5
models/descriptions/previous_block_votes_bitvec.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs previous_block_votes_bitvec %}
|
||||
|
||||
A bit vector capturing validator votes for the previous block.
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/state_change_hash.md
Normal file
5
models/descriptions/state_change_hash.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs state_change_hash %}
|
||||
|
||||
Hash of the state change
|
||||
|
||||
{% enddocs %}
|
||||
5
models/descriptions/state_checkpoint_hash.md
Normal file
5
models/descriptions/state_checkpoint_hash.md
Normal file
@ -0,0 +1,5 @@
|
||||
{% docs state_checkpoint_hash %}
|
||||
|
||||
Hash of the state checkpoint transaction
|
||||
|
||||
{% enddocs %}
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user