Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: f314a66698d7409cb7a15b63efd243b2852beb56
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: ccce8ed3eb143d3d9f4db83be11af65aa302a33d
Choose a head ref
Showing with 910 additions and 677 deletions.
  1. +672 −634 package-lock.json
  2. +3 −2 package.json
  3. +3 −3 src/index.ts
  4. +47 −9 src/noise.ts
  5. +2 −1 src/proto/payload.proto
  6. +32 −9 src/proto/payload.ts
  7. +5 −1 src/types.ts
  8. +6 −1 test/compliance.spec.ts
  9. +14 −4 test/index.spec.ts
  10. +126 −13 test/noise.spec.ts
Loading