update ResponseCheckTx (#306)

This commit is contained in:
Aleksandr Bezobchuk
2021-06-07 09:35:47 -04:00
committed by GitHub
parent 5559e14355
commit 89d381f7cf
3 changed files with 7 additions and 5 deletions

View File

@@ -377,8 +377,11 @@ via light client.
| gas_used | int64 | Amount of gas consumed by transaction. | 6 |
| events | repeated [Event](#events) | Type & Key-Value events for indexing transactions (eg. by account). | 7 |
| codespace | string | Namespace for the `code`. | 8 |
| sender | string | The transaction's sender (e.g. the signer) | 9 |
| priority | int64 | The transaction's priority (for mempool ordering) | 10 |
- **Usage**:
- Technically optional - not involved in processing blocks.
- Guardian of the mempool: every node runs CheckTx before letting a
transaction into its local mempool.

View File

@@ -167,8 +167,6 @@ and/or restore state sync snapshots to a local node being bootstrapped.
## Transaction Results
`ResponseCheckTx` and `ResponseDeliverTx` contain the same fields.
The `Info` and `Log` fields are non-deterministic values for debugging/convenience purposes
that are otherwise ignored.