Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add after_inherents #14414

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from
Draft

Add after_inherents #14414

wants to merge 47 commits into from

Commits on Jun 19, 2023

  1. Add after_inherents

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7f6a396 View commit details
    Browse the repository at this point in the history
  2. Fix template runtime

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    03f6b4e View commit details
    Browse the repository at this point in the history
  3. Fix test

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    76fb1bc View commit details
    Browse the repository at this point in the history
  5. Move executive tests to own file

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5740d37 View commit details
    Browse the repository at this point in the history
  7. Add test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    911111d View commit details
    Browse the repository at this point in the history
  8. Fix try-runtime

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    93d2171 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1b4b43 View commit details
    Browse the repository at this point in the history
  10. Fix test?

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

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

Commits on Jun 20, 2023

  1. Cleanup

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

Commits on Jun 21, 2023

  1. Consume weight instead of return

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    627b57a View commit details
    Browse the repository at this point in the history
  3. Check runtime API version

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

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

Commits on Jun 23, 2023

  1. Revert "Consume weight instead of return"

    This reverts commit 4ac155d.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0aa9112 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Return ExecutiveMode from initialize_block

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    e9b15c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975b8c1 View commit details
    Browse the repository at this point in the history
  4. Cleanup

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

Commits on Jul 5, 2023

  1. Fixup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ce2b00c View commit details
    Browse the repository at this point in the history
  2. Move initialize_block to the block builder

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

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

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

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    baa9a39 View commit details
    Browse the repository at this point in the history
  7. Check runtime API

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2c6f764 View commit details
    Browse the repository at this point in the history
  8. Revert "Update UI tests"

    This reverts commit baa9a39.
    
    Revert "Fix test"
    
    This reverts commit b50a78b.
    
    Revert "Fix test"
    
    This reverts commit a01f247.
    
    Revert "Move initialize_block to the block builder"
    
    This reverts commit a54f5fd.
    ggwpez committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    706bcd9 View commit details
    Browse the repository at this point in the history
  9. Fix doc tests

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

Commits on Jul 6, 2023

  1. Fix UI tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    708ede6 View commit details
    Browse the repository at this point in the history
  2. Also version initialize_block

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

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

Commits on Jul 11, 2023

  1. Update client/block-builder/src/lib.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    ggwpez and bkchr authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    83bbe6f View commit details
    Browse the repository at this point in the history
  2. Review fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    66b1091 View commit details
    Browse the repository at this point in the history
  3. Remove unused dep

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1c1f71c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e589e0 View commit details
    Browse the repository at this point in the history
  5. Adapt to set_call_context

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

Commits on Jul 20, 2023

  1. Review fixes and renames

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

Commits on Jul 22, 2023

  1. Review

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

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

Commits on Jul 25, 2023

  1. Fix docs

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

Commits on Aug 7, 2023

  1. Remove after_inherents

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    585373a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb59e4f View commit details
    Browse the repository at this point in the history
  3. Fixup

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