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

client/beefy: add some bounds on enqueued votes #12562

Merged

Commits on Oct 17, 2022

  1. use bounded btree map

    dharjeezy committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    3f14844 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Oct 25, 2022

  1. introduce bounded btree map

    to_process_for() rework
    dharjeezy committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7ee3cd8 View commit details
    Browse the repository at this point in the history
  2. fix warnings

    dharjeezy committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6580a04 View commit details
    Browse the repository at this point in the history
  3. note

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

Commits on Oct 27, 2022

  1. switch to u64

    fix error when trying to insert votes
    dharjeezy committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    29fef8f View commit details
    Browse the repository at this point in the history
  2. fixes and checks

    dharjeezy committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4b5b9d4 View commit details
    Browse the repository at this point in the history
  3. cleanup

    dharjeezy committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    657ed78 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. requested changes

    dharjeezy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9026803 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dharjeezy/bounds-on-enqueued-vot…

    …es' into dharjeezy/bounds-on-enqueued-votes
    
    # Conflicts:
    #	client/beefy/src/lib.rs
    #	client/beefy/src/worker.rs
    dharjeezy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    cc7183b View commit details
    Browse the repository at this point in the history
  3. use bounded vec

    dharjeezy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    d99e308 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    de28abb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/dharjeezy/substrate into …

    …dharjeezy/bounds-on-enqueued-votes
    
    � Conflicts:
    �	client/beefy/src/worker.rs
    dharjeezy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    1564bbf View commit details
    Browse the repository at this point in the history
  3. merge changes

    dharjeezy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    d7f3053 View commit details
    Browse the repository at this point in the history
  4. implement deref mut for BoundedBTreeMap

    convert BTreeMap to a BoundedBTreeMap
    dharjeezy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8391fd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8fabca View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    dharjeezy committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5876600 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. use usize

    dharjeezy committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    6d525c1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into dharjeezy/bounds-on…

    …-enqueued-votes
    parity-processbot committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    caa385a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Merge remote-tracking branch 'origin/master' into dharjeezy/bounds-on…

    …-enqueued-votes
    parity-processbot committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    596de97 View commit details
    Browse the repository at this point in the history