Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.1
Choose a base ref
...
head repository: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 14, 2022

  1. fix: write handshake nonce correctly

    The `value` and `offset` args to `Buffer.writeUInt32LE` vs
    `DataView.setUint32` are the other way round.
    
    Fixes a bug introduced in #125 where we were using the nonce value
    as an offset and writing `4` rather than writing the nonce value
    at offset `4`.
    achingbrain committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ecd70af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #129 from achingbrain/fix/write-handshake-nonce-co…

    …rrectly
    
    fix: write handshake nonce correctly
    wemeetagain authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ef64957 View commit details
    Browse the repository at this point in the history
  3. Release 5.0.2

    mpetrunic committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    75116be View commit details
    Browse the repository at this point in the history
Loading