mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-27 13:12:26 +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] -
|
## [Unreleased] -
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
- return handshake remote peer from secureOutbound
|
||||||
- fix browser usage of buffer
|
- fix browser usage of buffer
|
||||||
|
|
||||||
## [1.0.0-rc.7] - 2019-03-05
|
## [1.0.0-rc.8] - 2019-03-05
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
- Disabled noise pipes
|
- Disabled noise pipes
|
||||||
|
@ -85,7 +85,7 @@ export class Noise implements INoiseConnection {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
conn,
|
conn,
|
||||||
remotePeer,
|
remotePeer: handshake.remotePeer,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user