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

docs: ADR 15 Namespace ID Size #1405

Merged
merged 47 commits into from
Mar 6, 2023

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    07c4404 View commit details
    Browse the repository at this point in the history
  2. docs: add Questions section

    rootulp committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ddcb8ca View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. chore: rename to ADR 15

    rootulp committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f8e4d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1bff42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb96ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    571a8ef View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Update docs/architecture/adr-015-namespace-id-size.md

    Co-authored-by: Evan Forbes <42654277+evan-forbes@users.noreply.github.com>
    rootulp and evan-forbes committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4bae17b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. address @staheri14 feedback

    rootulp committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1241dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ab50e View commit details
    Browse the repository at this point in the history
  3. consolidate table

    rootulp committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    205b2f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baf6212 View commit details
    Browse the repository at this point in the history
  5. discussion notes

    rootulp committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    86ea7a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    c333fef View commit details
    Browse the repository at this point in the history
  2. wip: namespace proof size

    rootulp committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5d034ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    875e984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99eb851 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. test if footnotes work

    rootulp committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    85de6fa View commit details
    Browse the repository at this point in the history
  2. more footnotes

    rootulp committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f3e90bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d4064b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fed72b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bf8dd2 View commit details
    Browse the repository at this point in the history
  6. table for criteria 2

    rootulp committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    71e660d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. feat: json+gzip compression stats

    nidSize=8
    unencoded proof is 336 bytes
    /tmp/proof_8.json is 545 bytes
    /tmp/proof_8.gz is 471 bytes
    
    nidSize=16
    unencoded proof is 448 bytes
    /tmp/proof_16.json is 713 bytes
    /tmp/proof_16.gz is 591 bytes
    
    nidSize=20
    unencoded proof is 504 bytes
    /tmp/proof_20.json is 769 bytes
    /tmp/proof_20.gz is 636 bytes
    
    nidSize=32
    unencoded proof is 672 bytes
    /tmp/proof_32.json is 993 bytes
    /tmp/proof_32.gz is 808 bytes
    rootulp committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7781942 View commit details
    Browse the repository at this point in the history
  2. feat: generate proto+gzip stats

    nidSize=8
    unencoded proof is 336 bytes
    /tmp/proof_8.bin is 354 bytes
    /tmp/proof_8.gz is 382 bytes
    
    nidSize=16
    unencoded proof is 448 bytes
    /tmp/proof_16.bin is 466 bytes
    /tmp/proof_16.gz is 408 bytes
    
    nidSize=20
    unencoded proof is 504 bytes
    /tmp/proof_20.bin is 522 bytes
    /tmp/proof_20.gz is 466 bytes
    
    nidSize=32
    unencoded proof is 672 bytes
    /tmp/proof_32.bin is 690 bytes
    /tmp/proof_32.gz is 630 bytes
    rootulp committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c036938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8202745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deb3fd9 View commit details
    Browse the repository at this point in the history
  5. note on blob inclusion proofs

    rootulp committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    35319db View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. blob inclusion proof size

    rootulp committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    02ed954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5fe19c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a28c20 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    07bbc6e View commit details
    Browse the repository at this point in the history
  2. move to accepted

    rootulp committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    76e3293 View commit details
    Browse the repository at this point in the history
  3. add motivation

    rootulp committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    573812a View commit details
    Browse the repository at this point in the history
  4. does this break footnotes?

    rootulp committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    5a99593 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d77b95 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    cc14b43 View commit details
    Browse the repository at this point in the history
  2. namespaceA vs namespaceB

    rootulp committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3cbd49e View commit details
    Browse the repository at this point in the history
  3. Update docs/architecture/adr-015-namespace-id-size.md

    Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com>
    rootulp and staheri14 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    cdabb23 View commit details
    Browse the repository at this point in the history
  4. Update docs/architecture/adr-015-namespace-id-size.md

    Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com>
    rootulp and staheri14 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0cdb3ad View commit details
    Browse the repository at this point in the history
  5. Update docs/architecture/adr-015-namespace-id-size.md

    Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com>
    rootulp and staheri14 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    55047f5 View commit details
    Browse the repository at this point in the history
  6. Update docs/architecture/adr-015-namespace-id-size.md

    Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com>
    rootulp and staheri14 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e85427d View commit details
    Browse the repository at this point in the history
  7. state NMT num leaves

    rootulp committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5e136ba View commit details
    Browse the repository at this point in the history
  8. note on absence proof

    rootulp committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f94c7f2 View commit details
    Browse the repository at this point in the history
  9. Update docs/architecture/adr-015-namespace-id-size.md

    Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com>
    rootulp and staheri14 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5f58dd0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70fb130 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc120d4 View commit details
    Browse the repository at this point in the history