-
Notifications
You must be signed in to change notification settings - Fork 371
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
chore: bump NMT to v0.15.0 and include testutil/testnode chainID #1579
Conversation
Upgrade to NMT [v0.15.0](https://github.com/celestiaorg/nmt/releases/tag/v0.15.0) which contains improved error handling. Will cherry-pick this to the release branches after this merges: v0.12.x, v0.13.x, v0.14.x
…ctor (celestiaorg#1445) Allows customising the `chainID` of the testnode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
if err != nil { | ||
panic(err) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol we should fix this interface in rsmt2d as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cherry-pick the following commits to the v0.12.x release branch: 1. ee84e3d 2. 909a566 Will create v0.12.2 after this merges --------- Co-authored-by: rene <[email protected]>
Cherry-pick the following commits to the v0.12.x release branch:
Will create v0.12.2 after this merges