goshard: add qkc types design doc#155
Conversation
| - Adds QKC logs, receipts, bloom, and receipt storage/wire encoding. | ||
| - Review focus: receipt status/post-state encoding and `DeriveSha(Receipts)` compatibility. | ||
|
|
||
| 4. `qkc-3-types-04-transactions` |
There was a problem hiding this comment.
I’m a little unclear about the scope of this PR series. As I understand it, the current scope covers only blocks, not transactions, and also excludes the features listed under Deferred to later integration PRs, such as MNT account encoding with snapshot/pathdb/history and P2P/RPC wire integration. Is that correct?
There was a problem hiding this comment.
The scope includes standalone transaction types as well, not only blocks.
The transaction PR defines transaction data structures and their type-level behavior only: encoding, hashing, signing, and sender recovery. It does not wire transactions into txpool, execution, state transition, block import, P2P, or RPC.
I updated the doc with an explicit Scope section to make this clearer.
734b78d to
3f67126
Compare
No description provided.