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

Import go-log directly (except in GPBFT) and remove Logging #427

Merged
merged 5 commits into from
Jul 8, 2024

Commits on Jul 8, 2024

  1. Import go-log directly (except in GPBFT) and remove Logging

    It was causing circular import issues (which could have been fixed by
    moving it, I guess) but, more importantly, the abstraction really wasn't
    pulling its weight. We're keeping it out of GPBFT itself but our other
    packages already depend on things like go-datastore and go-libp2p, so
    depending on go-log doesn't really matter.
    Stebalien committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1a54c2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0800c31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    775cca9 View commit details
    Browse the repository at this point in the history
  4. Update cmd/f3/run.go

    Kubuxu authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e84a447 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d43052 View commit details
    Browse the repository at this point in the history