We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BTCClient
At the moment when running op e2e tests, we pass in a bitcoin mainnet rpc url to query the block finalization status.
We should refactor this to:
bitcoind
This issue is related to babylonchain/babylon-finality-gadget#41
The text was updated successfully, but these errors were encountered:
Here's a reference of how our indexer does the e2e with bitcoind https://github.com/babylonchain/staking-indexer/blob/d085cbfa868f7b45be9b83e72c18911087fd5773/itest/bitcoind_node_setup.go#L38
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
At the moment when running op e2e tests, we pass in a bitcoin mainnet rpc url to query the block finalization status.
We should refactor this to:
BTCClient
interface as per thisbitcoind
note to bypass rpc rate limitsThis issue is related to babylonchain/babylon-finality-gadget#41
The text was updated successfully, but these errors were encountered: