-
Notifications
You must be signed in to change notification settings - Fork 445
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
fix: replace node buffers with uint8arrays #730
Conversation
This is using a temporary fork of libp2p-noise that has the changes from ChainSafe/js-libp2p-noise#70 applied and the typescript compiled to js. |
Looks like the browser tests are failing |
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.
This looks good in a first glimpse!
However, one test is being specified to run by itself
I am going to change the base of this to the 0.29.x branch so I can update the new signed peer records work. I'd like to land these together in 0.29 |
Upgrades all deps and replaces all use of node Buffers with Uint8Arrays BREAKING CHANGES: - All deps used by this module now use Uint8Arrays in place of node Buffers
fbeecde
to
2143508
Compare
With libp2p/js-libp2p-interfaces#62 this should be good to go for the 0.29 branch. |
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!
pending the interface release
Ci is failing due to interop, this is a release order issue with the daemon. We can resolve this before release. |
* fix: replace node buffers with uint8arrays Upgrades all deps and replaces all use of node Buffers with Uint8Arrays BREAKING CHANGES: - All deps used by this module now use Uint8Arrays in place of node Buffers * chore: browser fixes * chore: remove .only * chore: stringify uint8array before parsing * chore: update interop suite * chore: remove ts from build command * chore: update deps * fix: update records to use uint8array * chore: fix lint * chore: update deps Co-authored-by: Jacob Heun <jacobheun@gmail.com>
Upgrades all deps and replaces all use of node Buffers with Uint8Arrays
Depends on:
BREAKING CHANGES: