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

pallet-lottery: add generate_storage_info #10594

Merged
merged 14 commits into from
Jan 11, 2022

Commits on Jan 5, 2022

  1. pallet-lottery: add generate_storage_info

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8106370 View commit details
    Browse the repository at this point in the history
  2. pallet-lottery: test call_to_indices with TooManyCalls

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

Commits on Jan 6, 2022

  1. review: move try_push above transfer

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    b6758bb View commit details
    Browse the repository at this point in the history
  2. pallet-lottery: test stop_repeat

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    df623a9 View commit details
    Browse the repository at this point in the history
  3. pallet-lottery: test do_buy_ticket as white-box

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    f0e32fe View commit details
    Browse the repository at this point in the history
  4. pallet-lottery: use BoundedVec in bechmarks

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

Commits on Jan 7, 2022

  1. pallet-lottery: fix zero div panic

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    91478f1 View commit details
    Browse the repository at this point in the history
  2. review: extend buy_ticket tests

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

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

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

Commits on Jan 10, 2022

  1. review: use /// comments on private functions

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    1152f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c100eec View commit details
    Browse the repository at this point in the history
  3. review: use with_bounded_capacity

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