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

fix(cmd/cfg): Use Babe Lead value from toml config #2032

Merged
merged 3 commits into from
Nov 15, 2021

Commits on Nov 12, 2021

  1. fix(cmd/cfg): Use default Babe Lead value from toml config

    Earlier, babe lead value was read only from "babe-lead" cli flag.
    cfg.BABELead was being set to false in case this flag was not provided.
    
    This commit sets cfg.BABELead from toml config and uses "babe-lead" cli
    flag only when it is set.
    kishansagathiya committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    399bd40 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    42220b2 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
    1219ffe View commit details
    Browse the repository at this point in the history