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(nodebuilder/core): non default values from config.toml are written over by flag defaults in specific circumstances #3526

Merged
merged 5 commits into from
Jun 27, 2024

Commits on Jun 25, 2024

  1. fix core config flag parsing where, in specific circumstances, the va…

    …lues from config.toml would be overwritten by defaults if any core.ip was provided as a cli flag
    ramin committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b1913a7 View commit details
    Browse the repository at this point in the history
  2. catch a fringe case where we parse in a core.ip, but also an empty co…

    …nfig with no defaults (likely never happen)
    ramin committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4d39d57 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. implement @Wondertan's suggestion to let empty pass all the way and p…

    …refer fail on validation, also fill out tests for Validate
    ramin committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0d20b12 View commit details
    Browse the repository at this point in the history
  2. gofumpt -extra

    ramin committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c09947d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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