mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 13:02:25 +00:00
Merge pull request #43 from NodeFactoryIo/mpetrunic/fix-outbount-remote-peer
Fix outbound remote peer
This commit is contained in:
commit
a93343a519
@ -8,9 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
## [Unreleased] -
|
||||
|
||||
### Bugfixes
|
||||
- return handshake remote peer from secureOutbound
|
||||
- fix browser usage of buffer
|
||||
|
||||
## [1.0.0-rc.7] - 2019-03-05
|
||||
## [1.0.0-rc.8] - 2019-03-05
|
||||
|
||||
### Breaking changes
|
||||
- Disabled noise pipes
|
||||
|
@ -85,7 +85,7 @@ export class Noise implements INoiseConnection {
|
||||
|
||||
return {
|
||||
conn,
|
||||
remotePeer,
|
||||
remotePeer: handshake.remotePeer,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user