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

Preprare for the HFC #186

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Preprare for the HFC #186

merged 2 commits into from
Jul 14, 2020

Commits on Jul 14, 2020

  1. db-sync: Remove all traces of the tx submission client

    db-sync never submits transactions to this can just be removed (replacing
    it with localTxSubmissionPeerNull) and thereby freeing up the type constraints
    by a tiny amount.
    erikd committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    79c0fdb View commit details
    Browse the repository at this point in the history
  2. Preparation for applying the HFC

    Specifically drop all uses of TopLevelConfig (because it required
    significantly more setup than strictly needed) and use more specific
    CodecConfig instead.
    erikd committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    cfa9b03 View commit details
    Browse the repository at this point in the history