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

Allow skipping value for compact proof #126

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Jan 18, 2021

  1. Expose decode with an iterator.

    cheme committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    649693d View commit details
    Browse the repository at this point in the history
  2. reexport

    cheme committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    a323431 View commit details
    Browse the repository at this point in the history
  3. Update trie-db/src/trie_codec.rs

    Co-authored-by: Andronik Ordian <[email protected]>
    cheme and ordian authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    b5c1e9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    094a1dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25e9166 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    70c0d38 View commit details
    Browse the repository at this point in the history
  2. insert on decode

    cheme committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c0763e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Allow lazy value fetch.

    cheme committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ca296d8 View commit details
    Browse the repository at this point in the history
  2. usable api

    cheme committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    c64e6c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Use cow from alloc for no_std

    cheme committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    6b58a32 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. expose LazyValue

    cheme committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    5322f0c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into skip_compact_values_alt

    And change LazyValue to LazyFetch
    cheme committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    6322313 View commit details
    Browse the repository at this point in the history
  3. add alternative enum

    cheme committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    f7b772c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0203860 View commit details
    Browse the repository at this point in the history
  5. escaping code

    cheme committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    88a6776 View commit details
    Browse the repository at this point in the history
  6. factor

    cheme committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    75c29b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    932f76f View commit details
    Browse the repository at this point in the history
  8. factor a bit

    cheme committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    e9f63a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afc2fd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. test and fix

    cheme committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5cc77bd View commit details
    Browse the repository at this point in the history
  2. None enum.

    cheme committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c2e0327 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56453ce View commit details
    Browse the repository at this point in the history
  4. fix for branch usage

    cheme committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    75b85e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    258f5bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c377a1c View commit details
    Browse the repository at this point in the history
  7. first step in removing enum

    cheme committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e6c2fa9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccb9368 View commit details
    Browse the repository at this point in the history
  9. missing one

    cheme committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    0bd7f1e View commit details
    Browse the repository at this point in the history
  10. remove TODO

    cheme committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    9f9cfd5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    074fc04 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

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

    cheme committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d7b29e5 View commit details
    Browse the repository at this point in the history
  3. fix iter

    cheme committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8b8c648 View commit details
    Browse the repository at this point in the history