Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log and log trie multicodec types #223

Merged
merged 2 commits into from
Aug 19, 2021
Merged

Commits on Aug 5, 2021

  1. log and log trie multicodec types

    Also changing eth-block to eth-header, as it is actually only the header that is hash referenced by "block"hash and the header in turn contains all the roots to the tx, rct, state (and thereby storage) tries.
    Also changed RLP to MarshalBinary in the description for tx and rct, because after EIP-2718 tx envelopers were introduced the consensus encoding of a tx or rct is only the pure RLP encoding for the legacy types.
    i-norden authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2ea7dfd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    1964925 View commit details
    Browse the repository at this point in the history