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

Decompressor Library #31

Open
wants to merge 53 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 13, 2024

  1. chore migrate from old repo

    Tabaie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6e6f74b View commit details
    Browse the repository at this point in the history
  2. chore migrate libdecompressor

    Tabaie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1a8052e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac51957 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3fec53 View commit details
    Browse the repository at this point in the history
  5. fix StringArray

    Tabaie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b69680c View commit details
    Browse the repository at this point in the history
  6. feat ToStd

    Tabaie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b53fb4c View commit details
    Browse the repository at this point in the history
  7. fix tests

    Tabaie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d390153 View commit details
    Browse the repository at this point in the history
  8. test ToStd

    Tabaie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e8456cb View commit details
    Browse the repository at this point in the history
  9. fix more repo paths

    Tabaie committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2ccc555 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    f444d11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f07df06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f4a5a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a700a28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddc6f77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    964dbb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

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

Commits on Sep 23, 2024

  1. Merge branch 'main' into prover/feat/libdecompressor-abuseeth

    Signed-off-by: Pedro Novais <[email protected]>
    jpnovais authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dffad9f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    311a462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b183d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db3a3e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    151aa62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f06c286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e12d08 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Diagnostics/blob empty (#125)

    * feat encoding options for v0
    
    * test blob round trip: v0
    
    * fix v0 from address decoding
    
    * feat descriptive bytes diff
    
    * fix v0 timestamp is LITTLE endian
    
    * test block roundtrip
    
    * refactor use rlp decoding from v0 package
    
    * refactor add version to test blob path
    
    * test for zero To fields
    
    * test block timestamps
    
    * test m-trip
    
    * test n-trip
    
    * fix n-trip
    
    * revert remove roundtrip tests
    
    * blobs to bin
    
    * test try and append prefix of new blob to old
    
    ---------
    
    Co-authored-by: Arya Tabaie <[email protected]>
    Tabaie and Tabaie authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5ad293b View commit details
    Browse the repository at this point in the history
  2. fix use of LoadDictionary

    Tabaie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    039ecf6 View commit details
    Browse the repository at this point in the history
  3. fix loadDictionary wrapper

    Tabaie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b278f81 View commit details
    Browse the repository at this point in the history
  4. fix type error

    Tabaie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3219ac1 View commit details
    Browse the repository at this point in the history
  5. fix remove stray beta

    Tabaie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0bf4872 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed4f382 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b615ed View commit details
    Browse the repository at this point in the history
  8. build decompressor vtest5

    Tabaie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cd3770b View commit details
    Browse the repository at this point in the history
  9. fix incorrect reference

    Tabaie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7329472 View commit details
    Browse the repository at this point in the history
  10. dictionary paths: colon-sep

    Tabaie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ac3b910 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4871c67 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7298b42 View commit details
    Browse the repository at this point in the history
  13. style format

    Tabaie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c9746d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    eae2c5a View commit details
    Browse the repository at this point in the history
  2. blob-decompressor: fix todo

    jpnovais committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a5f3dd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94251c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    498f061 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9df1f29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    711cbf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    5773a6e View commit details
    Browse the repository at this point in the history
  2. fix: turn blocks into std

    Co-authored-by: Gaurav Ahuja <[email protected]>
    Signed-off-by: Arya Tabaie <[email protected]>
    Tabaie and gauravahuja authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e5b2021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8716cdf View commit details
    Browse the repository at this point in the history
  4. fix trivial errors

    Tabaie committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8c749ba View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    2aa44a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9866b5d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    93af67a View commit details
    Browse the repository at this point in the history
  2. docs update

    Tabaie committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ef9f1b7 View commit details
    Browse the repository at this point in the history