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

[frame/im-online] remove network state from heartbeats #14251

Commits on May 26, 2023

  1. [frame/im-online] remove external_addresses from heartbeats

    Users should use DHT for discovering new nodes. The reason for adding external addresses was
    unstable work of authority discovery (see paritytech#2719),
    which is now stable. Hence we can safely remove `external_addresses`.
    
    Refs https://github.com/paritytech/polkadot/issues/7181
    melekes committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0073c30 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. remove unused import

    melekes committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c8218b9 View commit details
    Browse the repository at this point in the history
  2. run benchmark

    melekes committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a282042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b60c5c4 View commit details
    Browse the repository at this point in the history
  4. add missing fn to TestNetwork

    melekes committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5c7956e View commit details
    Browse the repository at this point in the history
  5. Revert "run benchmark"

    This reverts commit a282042.
    melekes committed May 29, 2023
    Configuration menu
    Copy the full SHA
    97b9fd2 View commit details
    Browse the repository at this point in the history
  6. update weights

    melekes committed May 29, 2023
    Configuration menu
    Copy the full SHA
    cd589f6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. address @bkchr comments

    melekes committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e88d7e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb8086 View commit details
    Browse the repository at this point in the history
  3. remove duplicate fn

    melekes committed May 30, 2023
    Configuration menu
    Copy the full SHA
    41bca16 View commit details
    Browse the repository at this point in the history
  4. cleanup benchmarking.rs

    melekes committed May 30, 2023
    Configuration menu
    Copy the full SHA
    619a28e View commit details
    Browse the repository at this point in the history
  5. fix executor tests

    melekes committed May 30, 2023
    Configuration menu
    Copy the full SHA
    aaefc66 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    57246bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e4061d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 6, 2023

  1. scaffold storage migration

    melekes committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    81d9560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c822c2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ace0f6e View commit details
    Browse the repository at this point in the history
  4. add a test for migration

    melekes committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    906fa96 View commit details
    Browse the repository at this point in the history
  5. expose Config types

    + pre_upgrade and post_upgrade working fn
    melekes committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4092dfb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fix test

    melekes committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9538acd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8818c18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eedf528 View commit details
    Browse the repository at this point in the history
  4. fix comment

    melekes committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    11c4fd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. respond to @bkchr comments

    melekes committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    aedfdb9 View commit details
    Browse the repository at this point in the history
  2. use BoundedOpaqueNetworkState::default

    intead of using default for each field
    melekes committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f8970f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbbbd3f View commit details
    Browse the repository at this point in the history