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

Remove custom IP address logic for Mirror Node address book and use DAB #493

Closed
Tracked by #47
jeromy-cannon opened this issue Aug 16, 2024 · 1 comment · Fixed by hashgraph/full-stack-testing#960 or #518
Assignees
Labels
Improvement Code changes driven by non business requirements P3 Low priority issue. Will not impact the release schedule if not complete. released Tech Debt Changes that are needed to keep up with tech debt

Comments

@jeromy-cannon
Copy link
Contributor

jeromy-cannon commented Aug 16, 2024

with:

Mirror Node v0.111.0 was released with support for HIP-869 Dynamic Address Book
We should be able to remove dependency for @hashgraph/proto and simply return the results of
await fileQuery.execute(this._nodeClient) at

let addressBookBytes = await fileQuery.execute(this._nodeClient)

removing all of the custom logic that follows in that function.

requires FST charts to be upgraded to mirror node v0.111.0+ : https://github.com/hashgraph/full-stack-testing/blob/31535b1d09dab8c3cba35712dada4ce647be5959/charts/fullstack-deployment/Chart.yaml#L41

@swirlds-automation
Copy link
Contributor

🎉 This issue has been resolved in version 0.29.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Code changes driven by non business requirements P3 Low priority issue. Will not impact the release schedule if not complete. released Tech Debt Changes that are needed to keep up with tech debt
Projects
Status: ✅ Done
3 participants