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

General Message Queue Pallet #12485

Merged
merged 128 commits into from
Dec 9, 2022
Merged

General Message Queue Pallet #12485

merged 128 commits into from
Dec 9, 2022

Commits on Oct 12, 2022

  1. The message queue

    gavofyork committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    206a7af View commit details
    Browse the repository at this point in the history
  2. Make fully generic

    gavofyork committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    f0bdf13 View commit details
    Browse the repository at this point in the history
  3. Refactor

    gavofyork committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    236804a View commit details
    Browse the repository at this point in the history
  4. Docs

    gavofyork committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    2d8ff13 View commit details
    Browse the repository at this point in the history
  5. Refactor

    gavofyork committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    afcf587 View commit details
    Browse the repository at this point in the history
  6. Use iter not slice

    gavofyork committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    c8c82e0 View commit details
    Browse the repository at this point in the history
  7. Per-origin queues

    gavofyork committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    5e48ae3 View commit details
    Browse the repository at this point in the history
  8. Multi-queue processing

    gavofyork committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    2e5bff8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Introduce MaxReady

    gavofyork committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    3839045 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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

    gavofyork committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    283366b View commit details
    Browse the repository at this point in the history
  3. ReadyRing and tests

    gavofyork committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    76a5c81 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Stale page reaping

    gavofyork committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    ef3faaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa3619 View commit details
    Browse the repository at this point in the history
  3. from_components -> from_parts

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    975c903 View commit details
    Browse the repository at this point in the history
  4. Move WeightCounter to sp_weights

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    58c6c02 View commit details
    Browse the repository at this point in the history
  6. Deploy to kitchensink

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    560f994 View commit details
    Browse the repository at this point in the history
  7. Use WeightCounter

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    56d0003 View commit details
    Browse the repository at this point in the history
  8. Small fixes and logging

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

Commits on Oct 30, 2022

  1. Add service_page

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    84ce78e View commit details
    Browse the repository at this point in the history
  3. Move service_page below service_queue

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    5bded12 View commit details
    Browse the repository at this point in the history
  4. Add service_message

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    77f375f View commit details
    Browse the repository at this point in the history
  5. Use correct weight function

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

Commits on Nov 1, 2022

  1. Overweight execution

    gavofyork committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    16b4a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c52b8a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Refactor

    gavofyork committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    522fd65 View commit details
    Browse the repository at this point in the history
  2. Missing file

    gavofyork committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    250a678 View commit details
    Browse the repository at this point in the history
  3. Fix WeightCounter usage in scheduler

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

    Take into account that decoding from a mutable slice modifies it.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    4a03e25 View commit details
    Browse the repository at this point in the history
  5. Add tests and bench service_page_item

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

Commits on Nov 4, 2022

  1. Add debug_info

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    702fc99 View commit details
    Browse the repository at this point in the history
  2. Add no-progress check to service_queues

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    06d4916 View commit details
    Browse the repository at this point in the history
  3. Add more benches

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    3364491 View commit details
    Browse the repository at this point in the history
  4. Bound from_message and try_append_message

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c991ff5 View commit details
    Browse the repository at this point in the history
  5. Add PageReaped event

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    496188d View commit details
    Browse the repository at this point in the history
  6. Rename BookStateOf and BookStateFor

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    ae42857 View commit details
    Browse the repository at this point in the history
  7. Update tests and remove logging

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

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    44286af View commit details
    Browse the repository at this point in the history
  2. Move testing stuff to mock.rs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    3b69fa4 View commit details
    Browse the repository at this point in the history
  3. Add integration test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9669c06 View commit details
    Browse the repository at this point in the history
  4. Fix no-progress check

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6f1af35 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/gav-message-queue' into gav-mess…

    …age-queue
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a3ed0b3 View commit details
    Browse the repository at this point in the history
  7. Fixup merge and tests

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

Commits on Nov 10, 2022

  1. Fix footprint tracking

    gavofyork committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    cf39c9a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Introduce

    gavofyork committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    2f46318 View commit details
    Browse the repository at this point in the history
  2. Formatting

    gavofyork committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0fabd9c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

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

Commits on Nov 13, 2022

  1. Update tests and benchmarks

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    674563d View commit details
    Browse the repository at this point in the history
  3. Add tests

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

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    d8ee5d7 View commit details
    Browse the repository at this point in the history
  2. Provide change handler

    gavofyork committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e554362 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Add missing BookStateFor::insert and call QueueChangeHandler

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    22fe899 View commit details
    Browse the repository at this point in the history
  3. Update benchmarks and weights

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a1917e2 View commit details
    Browse the repository at this point in the history
  5. Use weight metering functions

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c99f26d View commit details
    Browse the repository at this point in the history
  6. weightInfo::process_message_payload is gone

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7bbb863 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba2f2fe View commit details
    Browse the repository at this point in the history
  8. Add defensive_saturating_accrue

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1b114dc View commit details
    Browse the repository at this point in the history
  9. Rename WeightCounter to WeightMeter

    Ctr+Shift+H should do the trick.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    efdbc3a View commit details
    Browse the repository at this point in the history
  10. Test on_initialize

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

Commits on Nov 21, 2022

  1. Add module docs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4e55aa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f7031c View commit details
    Browse the repository at this point in the history
  3. Remove origin from MaxMessageLen

    The message origin is not encoded into the heap and does
    therefore not influence the max message length anymore.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    a27593e View commit details
    Browse the repository at this point in the history
  4. Add BoundedVec::as_slice

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ce8f656 View commit details
    Browse the repository at this point in the history
  5. Test Page::{from_message, try_append_message}

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

Commits on Nov 22, 2022

  1. Fixup docs

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

    gavofyork committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0ba2bb8 View commit details
    Browse the repository at this point in the history
  3. Do nothing in sweep_queue if the queue does not exist

    ... otherwise it inserts default values into the storage.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    73c7e49 View commit details
    Browse the repository at this point in the history
  4. Test ring (un)knitting

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4717fc3 View commit details
    Browse the repository at this point in the history
  5. Upgrade stress-test

    Change the test to not assume that all queued messages will be
    processed in the next block but split it over multiple.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a6ead94 View commit details
    Browse the repository at this point in the history
  6. More tests...

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    8277caf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89fa01f View commit details
    Browse the repository at this point in the history
  9. clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2961ccf View commit details
    Browse the repository at this point in the history
  10. Rename BoundedVec::as_slice to as_bounded_slice

    Conflicts with deref().as_slice() otherwise.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b593d7b View commit details
    Browse the repository at this point in the history
  11. Fix imports

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

Commits on Nov 23, 2022

  1. Remove ReadyRing struct

    Was used for testing only. Instead use 'fn assert_ring' which also
    check the service head and backlinks.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    4e81171 View commit details
    Browse the repository at this point in the history
  2. Beauty fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    1653fba View commit details
    Browse the repository at this point in the history
  3. Fix stale page watermark

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b7b9f26 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 Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5a377f6 View commit details
    Browse the repository at this point in the history
  5. Fix test feature and clippy

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

Commits on Nov 24, 2022

  1. QueueChanged handler is called correctly

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    09dc712 View commit details
    Browse the repository at this point in the history
  2. Update benches

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a6063ed View commit details
    Browse the repository at this point in the history
  3. Abstract testing functions

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    1f102a9 View commit details
    Browse the repository at this point in the history
  4. More tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f10a302 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 Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b4c31eb View commit details
    Browse the repository at this point in the history
  6. Clippy

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

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    eb209e2 View commit details
    Browse the repository at this point in the history
  9. Make stuff compile

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

Commits on Nov 25, 2022

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

Commits on Nov 28, 2022

  1. Extend overweight execution benchmark

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    136a521 View commit details
    Browse the repository at this point in the history
  2. Remove TODOs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8cafb2c View commit details
    Browse the repository at this point in the history
  3. Test service queue with faulty MessageProcessor

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    02e2a7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5b60c1 View commit details
    Browse the repository at this point in the history
  5. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    42636e5 View commit details
    Browse the repository at this point in the history
  6. Update pallet ui tests to 1.65

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    71152a8 View commit details
    Browse the repository at this point in the history
  7. More docs

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

Commits on Nov 30, 2022

  1. Review doc fixes

    Co-authored-by: Robert Klotzner <eskimor@users.noreply.github.com>
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez and eskimor committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    48c338c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    281da1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5652c2b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 5, 2022

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

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    15ad9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba0999e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Review fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3cb51c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6d3bb5 View commit details
    Browse the repository at this point in the history
  3. Set version 7.0.0-dev

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ad80875 View commit details
    Browse the repository at this point in the history
  4. Make it compile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    25e3ae6 View commit details
    Browse the repository at this point in the history
  5. Switch message_size to u64

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    eb1c0db View commit details
    Browse the repository at this point in the history
  6. Switch message_count to u64

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3b0bf6a View commit details
    Browse the repository at this point in the history
  7. Fix benchmarks

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5013e86 View commit details
    Browse the repository at this point in the history
  8. Make CI green

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    865f493 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    281f61e View commit details
    Browse the repository at this point in the history
  10. Docs

    gavofyork committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    b291e5d View commit details
    Browse the repository at this point in the history
  11. Update tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    41fdf07 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … HEAD
    command-bot committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e0e32a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be6d5c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Dont mention README.md in the Cargo.toml

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f08e055 View commit details
    Browse the repository at this point in the history
  2. Remove reference to readme

    gavofyork committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    b4feb05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93010af View commit details
    Browse the repository at this point in the history