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

DA compression for fuel-tx types #670

Merged
merged 82 commits into from
Sep 10, 2024
Merged

DA compression for fuel-tx types #670

merged 82 commits into from
Sep 10, 2024

Commits on Jan 29, 2024

  1. WIP

    Dentosal committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    eddf4cb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    1b0917e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7f3dd View commit details
    Browse the repository at this point in the history
  3. Add changelog

    Dentosal committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cbc2173 View commit details
    Browse the repository at this point in the history
  4. Cargo.toml fmt

    Dentosal committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    82b2efa View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    1e792e9 View commit details
    Browse the repository at this point in the history
  2. Update readme

    Dentosal committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6ad66c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fix wording

    Co-authored-by: Brandon Vrooman <[email protected]>
    Dentosal and Brandon Vrooman authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cc1b7a8 View commit details
    Browse the repository at this point in the history
  2. Combine some bounds

    Co-authored-by: Brandon Vrooman <[email protected]>
    Dentosal and Brandon Vrooman authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8f60962 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    3169f6c View commit details
    Browse the repository at this point in the history
  2. Fix issues after merge

    Dentosal committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ac811f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    8ed0672 View commit details
    Browse the repository at this point in the history
  2. Keep used gas price

    Dentosal committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f04df70 View commit details
    Browse the repository at this point in the history
  3. Cargo sort

    Dentosal committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    141efe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    da7819f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e8634 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    781fe1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    546dda0 View commit details
    Browse the repository at this point in the history
  3. Add some missing docs

    Dentosal committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bf2b976 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    880d13c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b23bff5 View commit details
    Browse the repository at this point in the history
  6. cargo sort

    Dentosal committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    293f0f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    dd40e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7d6ced View commit details
    Browse the repository at this point in the history
  3. Fix no_std deps

    Dentosal committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    21b4ab6 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    f0be2b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8a0d9 View commit details
    Browse the repository at this point in the history
  3. Clean up proc macro a bit

    Dentosal committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    69ac157 View commit details
    Browse the repository at this point in the history
  4. Line count reduction :\

    Dentosal committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1ef6803 View commit details
    Browse the repository at this point in the history
  5. More polish

    Dentosal committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    07391b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b359f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ee7589 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1530755 View commit details
    Browse the repository at this point in the history
  9. Get rid of anyhow

    Dentosal committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f1e7114 View commit details
    Browse the repository at this point in the history
  10. Add roundtrip tests

    Dentosal committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    31083c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0cc0be0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a7904a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2861d7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f7a2d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    c984fa1 View commit details
    Browse the repository at this point in the history
  2. Make da compression async

    Dentosal committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b947dae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d9087d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d2af6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19aa0c0 View commit details
    Browse the repository at this point in the history
  6. cargo sort

    Dentosal committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9a80b08 View commit details
    Browse the repository at this point in the history
  7. Cosmetic changes:

    - Renamed derive macro `Compressed` -> `CompressibleBy`
    - Renamed `da_compress` -> `compressible_by`
    - Removed default constrains from `Compressible::Compressed`
    - Fixed compilation after removing constrains
    - Removed `da_compress(bound)`
    - Added new `TxId` type
    xgreenx committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    af39dcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf75dbc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Revert commits af39dcf and bf75dbc

    Dentosal committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cc1b892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8011ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34c7a23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0342ae1 View commit details
    Browse the repository at this point in the history
  5. Re-apply bf75dbc

    Dentosal committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    285cf88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3e0718 View commit details
    Browse the repository at this point in the history
  7. Compress UtxoId: test fixes

    Dentosal committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ee39490 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7aa5405 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1bb7090 View commit details
    Browse the repository at this point in the history
  10. Remove Decompress derive from Message and Coin

    Also, rename {C,De}omprssibleBy methods to {de}compress_with
    Dentosal committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d23d6cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efd2dc6 View commit details
    Browse the repository at this point in the history
  12. Add tests for TxId

    Dentosal committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    92983a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b88695 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b60e38a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Rename De/CompressionContext methods

    Fix tests
    Dentosal committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    89654f1 View commit details
    Browse the repository at this point in the history
  2. Clippy

    Dentosal committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d9c3aa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a98ae4 View commit details
    Browse the repository at this point in the history
  4. Fix no-default-features

    Dentosal committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7e6a865 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b33143 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    cc61e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fe904a View commit details
    Browse the repository at this point in the history
  3. Address PR review comments

    Dentosal committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5728192 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6356189 View commit details
    Browse the repository at this point in the history
  5. Fix , => ;

    Dentosal committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    860dc98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    987fdbb View commit details
    Browse the repository at this point in the history
  7. Fix typo

    Co-authored-by: Rafał Chabowski <[email protected]>
    Dentosal and rafal-ch authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    90c71df View commit details
    Browse the repository at this point in the history
  8. Fix typo

    Co-authored-by: Rafał Chabowski <[email protected]>
    Dentosal and rafal-ch authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e80ee5d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    cbe48f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0f52dd View commit details
    Browse the repository at this point in the history
  3. Remove useless .scollect()s

    Dentosal committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1601729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59ffbd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    476c898 View commit details
    Browse the repository at this point in the history