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

Bootup fixes for 2.05.0.2.0-rc1 #3112

Merged
merged 6 commits into from
Apr 25, 2022
Merged

Bootup fixes for 2.05.0.2.0-rc1 #3112

merged 6 commits into from
Apr 25, 2022

Commits on Apr 22, 2022

  1. fix: add separate DB migration function so the chains coordinator can…

    … do it on node boot-up. Also, downgrade the tx type for migraiton to DBTx so we don't accidentally depend on the first block header information (which we might not have)
    jcnelson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    cb6861d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    485e450 View commit details
    Browse the repository at this point in the history
  3. fix: an always-allowed peer is already authenticated since we have it…

    …s public key, so also make sure that the last contact time is positive when considering timeouts
    jcnelson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    dfc4c49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32741c8 View commit details
    Browse the repository at this point in the history
  5. fix: update the public key of an always-allowed peer on boot-up, as w…

    …ell as the `allowed` column
    jcnelson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    889bc9b View commit details
    Browse the repository at this point in the history
  6. fix: if the chainstate DBs exist already, then they must be migrated …

    …to the latest schema before header sync
    jcnelson committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    8f472cf View commit details
    Browse the repository at this point in the history