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 utxo count #782

Merged
merged 1 commit into from
Jul 6, 2023
Merged

Conversation

brewmaster012
Copy link
Collaborator

@brewmaster012 brewmaster012 commented Jul 6, 2023

closes #772

Add two more integers to the zetaclient :8123/status

type Status struct {
	BTCNextNonce             int `json:"btc_next_nonce"`
	BTCNumberOfUTXOs         int `json:"btc_number_of_utxos"`
	BTCNumberOfFilteredUTXOs int `json:"btc_number_of_filtered_utxos"`
}

@brewmaster012 brewmaster012 merged commit 993d0a6 into develop Jul 6, 2023
15 checks passed
@brewmaster012 brewmaster012 deleted the telemetry-utxo-count branch July 6, 2023 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: zetaclient telemetry: add bitcoin client UTXO information
2 participants