Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(telemetry): send telemetry messages when GRANDPA receieves commit or vote messages #2015

Merged
merged 11 commits into from
Nov 30, 2021

Commits on Nov 14, 2021

  1. telemetry when GRANDPA receieve commit or vote messages

    Send `afg.received_commit` when grandpa receives a commit message.
    Send `afg.received_precommit` or `afg.received_prevote` when grandpa
    receives a vote message
    
    Closes #1840
    Closes #1839
    Closes #1838
    kishansagathiya committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    fd6f328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da8b5d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. fix tests

    kishansagathiya committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    897fd37 View commit details
    Browse the repository at this point in the history
  2. one more small fix

    kishansagathiya committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    cd3382f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. addressed comments

    kishansagathiya committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e484db7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

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

Commits on Nov 26, 2021

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

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    21cb548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487fd15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e40e281 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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