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

Create new trait for non-dedup storage decode #1932

Merged
merged 49 commits into from
Nov 2, 2023
Merged

Commits on Oct 16, 2023

  1. adjust test

    0xmovses committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    29436cd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    684e2eb View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/support/src/storage/mod.rs

    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    0xmovses and joepetrowski authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    82415ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    755922e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    55f3f1e View commit details
    Browse the repository at this point in the history
  2. intergrate ggwpez feedback

    0xmovses committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    adaf208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    765002a View commit details
    Browse the repository at this point in the history
  4. Update substrate/frame/support/src/storage/mod.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    0xmovses and kianenigma authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6be51ec View commit details
    Browse the repository at this point in the history
  5. Update substrate/frame/support/src/storage/mod.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    0xmovses and kianenigma authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4604f56 View commit details
    Browse the repository at this point in the history
  6. rename methods

    0xmovses committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8d92cd9 View commit details
    Browse the repository at this point in the history
  7. remove redundant impl

    0xmovses committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f0bfceb View commit details
    Browse the repository at this point in the history
  8. improve documentaion

    0xmovses committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    02e7cd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc2c39e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. fmt

    0xmovses committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9a812a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7e702b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    628f00b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3216351 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c0b712 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42f09d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cab8b41 View commit details
    Browse the repository at this point in the history
  8. add blanket impl

    0xmovses committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1693d50 View commit details
    Browse the repository at this point in the history
  9. fmt

    0xmovses committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a3f706c View commit details
    Browse the repository at this point in the history
  10. merge Cargo.lock master

    0xmovses committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    14dd23f View commit details
    Browse the repository at this point in the history
  11. clippy

    0xmovses committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    16dcd96 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 25, 2023

  1. Update substrate/frame/support/src/storage/mod.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    0xmovses and ggwpez authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0aa1802 View commit details
    Browse the repository at this point in the history
  2. address ggwpez feedback

    0xmovses committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4740ff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07cdf1c View commit details
    Browse the repository at this point in the history
  4. clippy

    0xmovses committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    598d312 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0e0019 View commit details
    Browse the repository at this point in the history
  6. undo fmt

    0xmovses committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2b541cb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    2c6ef28 View commit details
    Browse the repository at this point in the history
  2. address gupnik feedback

    0xmovses committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    63fb99d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4a9626 View commit details
    Browse the repository at this point in the history
  4. update unit test

    0xmovses committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3d2947b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix doc/comment line wrap

    0xmovses committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4755967 View commit details
    Browse the repository at this point in the history
  2. remove unused

    0xmovses committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f7816b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99efb5a View commit details
    Browse the repository at this point in the history
  4. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8731067 View commit details
    Browse the repository at this point in the history
  5. remove unused

    0xmovses committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e1143ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cce11ef View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    37c0802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd08d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0b8a13 View commit details
    Browse the repository at this point in the history
  4. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d13fabb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58b4622 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce4e9f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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