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

feat(telemetry): add zetaclientd :8123/version endpoint #636

Merged
merged 4 commits into from
May 23, 2023

Commits on May 17, 2023

  1. refactor: rename bitcoin RPCEndpoint to RPCHost

    to make it less confusing. btcd library expects IP:PORT
    or HOSTNAME:PORT as the RPCHost format.
    brewmaster012 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    93b7b23 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. chore: remove .git from dockerignore file

    as the build rule in Makefile uses .git/ to find tags and
    generate version string.
    brewmaster012 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d823edf View commit details
    Browse the repository at this point in the history
  2. zetaclient: add :8123/version endpoint

    brewmaster012 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    24d83c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e6cde9 View commit details
    Browse the repository at this point in the history