Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(comms/core): upgrade to yamux 0.13 (#6317)
Description --- Updates yamux to 0.13.2 from 0.10.2 Refactor RPC tests to account for internal changes in yamux Motivation and Context --- Includes improvements in yamux since 0.10. Including libp2p/rust-yamux@460baf2 One major difference is that the substream is not opened until the client sends a message. This only affects some tests written in a "weird" way where the outbound stream was notified as an inbound substream and the inbound stream is written to first. In all real usages of substreams, the outbound stream always writes first. This has been tested on the existing nextnet network for breaking changes and there were no issues detected. How Has This Been Tested? --- Existing tests updated, manually syncing nextnet (non-breaking change test) and wallet Localnet manual test with 2 base nodes and 1 wallet What process can a PR reviewer use to test or verify this change? --- All applications should work as before <!-- Checklist --> <!-- 1. Is the title of your PR in the form that would make nice release notes? The title, excluding the conventional commit tag, will be included exactly as is in the CHANGELOG, so please think about it carefully. --> Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify <!-- Does this include a breaking change? If so, include this line as a footer --> <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a database, resync the chain -->
- Loading branch information