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

TryDecodeEntireState check for storage types and pallets #1805

Merged
merged 31 commits into from
Nov 6, 2023

Commits on Oct 5, 2023

  1. patch outcome

    PieWol committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    292b747 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. remove patchfile

    PieWol committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5ebb6db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d20d23 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    c6128fa View commit details
    Browse the repository at this point in the history
  2. Make stuff compile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    ee5b1df View commit details
    Browse the repository at this point in the history
  3. Introduce custom error type

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    720ebb2 View commit details
    Browse the repository at this point in the history
  4. Move stuff into own files

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    993c2c7 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    61883ba View commit details
    Browse the repository at this point in the history
  6. Add prdoc

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1cf9ae2 View commit details
    Browse the repository at this point in the history
  7. Update UI tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7e4394d View commit details
    Browse the repository at this point in the history
  8. Add to Rococo and Westend runtimes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    30569ac View commit details
    Browse the repository at this point in the history
  9. Add log

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    30bb3b1 View commit details
    Browse the repository at this point in the history
  10. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e2e22e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Remove migration struct and call directly from executive

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    25741db View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4890794 View commit details
    Browse the repository at this point in the history
  3. Nicer error print

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1c34c2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4851d4 View commit details
    Browse the repository at this point in the history
  5. Fix debug print

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b003d2e View commit details
    Browse the repository at this point in the history
  6. Fix docs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3c9907a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e00cab5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba1a5bb View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Apply suggestions from code review

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    022e1e7 View commit details
    Browse the repository at this point in the history
  2. Return all errors

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4623145 View commit details
    Browse the repository at this point in the history
  3. Also try to decode the state in try_execute_block

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d7688b2 View commit details
    Browse the repository at this point in the history
  4. Tweak error print

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fbb1e25 View commit details
    Browse the repository at this point in the history
  5. Fix CI

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    81885ff View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. log extended info to debug

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2d8b214 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Prefix runtime log target

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5472c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41056ab View commit details
    Browse the repository at this point in the history
  3. Resolve unused import

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3119539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac80d5d View commit details
    Browse the repository at this point in the history