diff --git a/models/descriptions/failed_proposer_indices.md b/models/descriptions/failed_proposer_indices.md new file mode 100644 index 0000000..5a90e64 --- /dev/null +++ b/models/descriptions/failed_proposer_indices.md @@ -0,0 +1,5 @@ +{% docs failed_proposer_indices %} + +An array of indices identifying validators that failed to propose blocks in a consensus round. + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/id.md b/models/descriptions/id.md new file mode 100644 index 0000000..79eb705 --- /dev/null +++ b/models/descriptions/id.md @@ -0,0 +1,5 @@ +{% docs id %} + +Payload identifier. + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/previous_block_votes_bitvec.md b/models/descriptions/previous_block_votes_bitvec.md new file mode 100644 index 0000000..0094c52 --- /dev/null +++ b/models/descriptions/previous_block_votes_bitvec.md @@ -0,0 +1,5 @@ +{% docs previous_block_votes_bitvec %} + +A bit vector capturing validator votes for the previous block. + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/state_change_hash.md b/models/descriptions/state_change_hash.md new file mode 100644 index 0000000..be26e99 --- /dev/null +++ b/models/descriptions/state_change_hash.md @@ -0,0 +1,5 @@ +{% docs state_change_hash %} + +Hash of the state change + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/state_checkpoint_hash.md b/models/descriptions/state_checkpoint_hash.md new file mode 100644 index 0000000..f223790 --- /dev/null +++ b/models/descriptions/state_checkpoint_hash.md @@ -0,0 +1,5 @@ +{% docs state_checkpoint_hash %} + +Hash of the state checkpoint transaction + +{% enddocs %} \ No newline at end of file diff --git a/models/gold/core/core_gold_docs.yml b/models/gold/core/core_gold_docs.yml index 64019bc..8fa5c11 100644 --- a/models/gold/core/core_gold_docs.yml +++ b/models/gold/core/core_gold_docs.yml @@ -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