Skip to content

Commit

Permalink
docs: remove evidenceData from block data structures diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Mar 1, 2023
1 parent 56a2a4e commit 0a6f7e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 6 additions & 0 deletions specs/src/specs/data_structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- [SignedTransactionDataBurn](#signedtransactiondataburn)
- [SignedTransactionRedelegateCommission](#signedtransactionredelegatecommission)
- [SignedTransactionRedelegateReward](#signedtransactionredelegatereward)
- [PayForBlobData](#payforblobdata)
- [IntermediateStateRootData](#intermediatestaterootdata)
- [WrappedIntermediateStateRoot](#wrappedintermediatestateroot)
- [IntermediateStateRoot](#intermediatestateroot)
Expand Down Expand Up @@ -148,6 +149,7 @@ Data that is [erasure-coded](#erasure-coding) for [data availability checks](htt
|-----------------------------|---------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
| `transactionData` | [TransactionData](#transactiondata) | Transaction data. Transactions modify the validator set and balances, and pay fees for messages to be included. |
| `intermediateStateRootData` | [IntermediateStateRootData](#intermediatestaterootdata) | Intermediate state roots used for fraud proofs. |
| `payForBlobData` | [PayForBlobData](#payforblobdata) | PayForBlob data. Transactions that pay for blobs to be included. |
| `messageData` | [MessageData](#messagedata) | Message data. Messages are app data. |

### Commit
Expand Down Expand Up @@ -792,6 +794,10 @@ Assigns validator's pending commission to a delegation.

Adds delegation's pending rewards to voting power.

### PayForBlobData

// TODO: <https://github.com/celestiaorg/celestia-app/issues/1435>

### IntermediateStateRootData

| name | type | description |
Expand Down
4 changes: 2 additions & 2 deletions specs/src/specs/figures/block_data_structures.dot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ digraph G {

subgraph cluster_body {
label = "availableData";
struct3 [label = "{ | { transactionData | intermediateStateRoots | evidenceData | messageData } }"];
struct3 [label = "{ | { transactionData | intermediateStateRoots | payForBlobData | messageData } }"];
}

subgraph cluster_lastcommit {
Expand All @@ -33,4 +33,4 @@ digraph G {
edge [style = invis];
struct1 -> struct3;
struct1 -> struct4;
}
}
20 changes: 7 additions & 13 deletions specs/src/specs/figures/block_data_structures.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a6f7e6

Please sign in to comment.