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

Generate storage info for pallet authority_discovery #9428

Merged
20 commits merged into from
Aug 30, 2021
Merged

Generate storage info for pallet authority_discovery #9428

20 commits merged into from
Aug 30, 2021

Commits on Jul 15, 2021

  1. Migrate Aura pallet to BoundedVec

    Implementing issue #8629
    Georges Dib committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    657928e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'paritytech:master' into master

    Georges authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    ee1f643 View commit details
    Browse the repository at this point in the history
  3. Fixed aura tests after BoundedVec change

    Georges Dib committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    81b5d9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e35a802 View commit details
    Browse the repository at this point in the history
  5. Moved Vec to BoundedVec in authority-discovery

    Georges Dib committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    dda7520 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Merging into the main branch

    Georges Dib committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    de75ffa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch

    Georges Dib committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    30ce1d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Added MaxEncodedLen to crypto

    Need this without full_crypto to be able to add generate_store_info
    Georges Dib committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    e606a65 View commit details
    Browse the repository at this point in the history
  2. Add generate_store_info for aura

    Georges Dib committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    1e5fd03 View commit details
    Browse the repository at this point in the history
  3. Adding changes to Slot to add MaxEncodedLen

    Georges Dib committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    58aaa64 View commit details
    Browse the repository at this point in the history
  4. Adding generate_store_info to authority discovery

    Georges Dib committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    b2e41bc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

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

    shawntabrizi committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    a62cab0 View commit details
    Browse the repository at this point in the history
  3. removing panics in runtime if vec size too large

    Georges Dib committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    9b3a119 View commit details
    Browse the repository at this point in the history
  4. authority-discovery: Remove panics in runtime

    Can happen if vec size is too large, so truncate the vec in that case
    Georges Dib committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    0d5d7e6 View commit details
    Browse the repository at this point in the history
  5. Adding logging when I truncate Vecs

    Georges Dib committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    ce13b80 View commit details
    Browse the repository at this point in the history
  6. Got the sign the other way around

    Georges Dib committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    a0f0d04 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Merge remote-tracking branch 'upstream/master'

    Georges Dib committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    a1998cd View commit details
    Browse the repository at this point in the history
  2. Reverting pallet_aura changes

    This is already being addressed by PR #9371
    Georges Dib committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    fcd3e00 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Change BoundedVec to WeakBoundedVec

    More robust implementation following @thiolliere recommendation.
    Georges Dib committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    cbfba87 View commit details
    Browse the repository at this point in the history