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

MEL bound state-trie-migration #11639

Merged
merged 12 commits into from
Jun 13, 2022

Commits on Jun 10, 2022

  1. MEL bound state-trie-migration

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

Commits on Jun 11, 2022

  1. wip

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    47562fc View commit details
    Browse the repository at this point in the history
  2. Add tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    75172c5 View commit details
    Browse the repository at this point in the history
  3. Use sp_std

    Co-authored-by: cheme <emericchevalier.pro@gmail.com>
    ggwpez and cheme authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    cf24034 View commit details
    Browse the repository at this point in the history
  4. Add doc

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    2e351b8 View commit details
    Browse the repository at this point in the history
  5. Set MaxKeyLen default to 512

    Just to be sure that it will work. There is also no real penalty
    from over-estimating it.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    2913479 View commit details
    Browse the repository at this point in the history
  6. Add more doc

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

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

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

Commits on Jun 13, 2022

  1. Fix assert_err_with_weight macro

    Looks like I'm the only one using it anyway...
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e142652 View commit details
    Browse the repository at this point in the history
  2. Fix tests that use env macro

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    41d1f24 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 13, 2022
    Configuration menu
    Copy the full SHA
    affd2e3 View commit details
    Browse the repository at this point in the history