Marin Petrunić
ec4eacadfa
Merge remote-tracking branch 'origin/master' into release-1.2.0
...
# Conflicts:
# yarn.lock
2020-08-15 14:48:38 +02:00
Marin Petrunić
29efe156c0
Release 1.2.0-rc.1
2020-08-15 14:47:56 +02:00
Marin Petrunić
66e569cb65
fix conflicts
2020-08-15 14:44:54 +02:00
Marin Petrunić
e20e4eb293
Merge pull request #70 from achingbrain/fix/update-deps
...
chore: update deps to latest versions
2020-08-15 14:43:42 +02:00
Marin Petrunić
8da430cdc5
add benchmark
2020-08-15 14:37:43 +02:00
achingbrain
a6c6dc5ef0
chore: remove package-lock.json
2020-08-11 15:24:57 +01:00
achingbrain
de1cdb5bd0
chore: fix ts error
2020-08-11 15:14:11 +01:00
achingbrain
e52fe108ad
chore: update yarn lock fiel
2020-08-11 12:16:52 +01:00
achingbrain
1a6490d829
chore: update deps to latest versions
...
I've tried to make the minimum amount of changes necessary for this,
since the underlying crypto libraries only support node Buffers or
BufferLists there doesn't seem a lot of point in doing lots of
conversions between Uint8Arrays and Buffers.
BREAKING CHANGES:
- All deps use Uint8Arrays in place of node Buffers
2020-08-11 11:41:10 +01:00
Belma Gutlic
f1b92a9f1b
Merge pull request #69 from dapplion/dapplion/readme-highlight
...
Add syntax highlight in README code snippet
2020-06-29 09:58:47 +02:00
dapplion
dccdc678b1
Add syntax highlight in README code snippet
2020-06-28 22:51:42 +02:00
Marin Petrunić
e2747854ec
Merge pull request #68 from achingbrain/chore/use-http-github-link-for-repo
...
chore: use http link for github repo
2020-06-23 18:41:03 +02:00
Marin Petrunić
e01d8e293a
Merge pull request #67 from NodeFactoryIo/mpetrunic/lint-fix
...
Fix lint errors and tests
2020-06-23 17:36:45 +02:00
achingbrain
08b1c7197b
chore: use http link for github repo
...
The page for this module on npm [doesn't have a link to the repo](https://www.npmjs.com/package/libp2p-noise ),
I guess because it's specified as an ssh-type URL in the package.json
file so npm can't turn it into a hyperlink.
The change here is to use a `git+https` URL which should let npm
display a link on the module page.
2020-06-23 15:33:47 +01:00
Marin Petrunić
40b547a6b1
fix travis windows
2020-06-23 12:00:01 +02:00
Marin Petrunić
e9bc0dbe44
run codecov only on linux
2020-06-23 11:11:39 +02:00
Marin Petrunić
fd1cc28f41
publish codecov only from single matrix
2020-06-23 10:56:03 +02:00
Marin Petrunić
c928cc1514
add node globals in ci
2020-06-23 10:18:05 +02:00
Marin Petrunić
9dc300c65e
fix tests and Pr comments
2020-06-23 10:12:58 +02:00
Marin Petrunić
d01d6f428a
fix error because original types are invalid
2020-06-19 13:32:32 +02:00
Marin Petrunić
153f51ae5a
fix type errors
2020-06-19 13:23:18 +02:00
Marin Petrunić
e16e25cbef
add missing karma plugin
2020-06-19 13:12:23 +02:00
Marin Petrunić
ca39bc5d99
lint fixes
2020-06-19 13:06:31 +02:00
Marin Petrunić
8327a60356
fix automatic lint
2020-06-19 12:49:40 +02:00
Marin Petrunić
9b11560183
fix some configurations
2020-06-19 12:49:10 +02:00
Marin Petrunić
c4469d55e4
Merge pull request #65 from NodeFactoryIo/mpetrunic/add-codeowners
...
add codeowners file
2020-06-19 11:20:10 +02:00
Marin Petrunić
273678aa49
add codeowners file
2020-06-19 11:18:49 +02:00
Marin Petrunić
7f2a37f692
Merge pull request #64 from hugomrdias/feat/aegir
...
feat: use aegir
2020-06-19 11:15:53 +02:00
Hugo Dias
069a2f9573
fix: feedback
2020-06-19 10:03:34 +01:00
Hugo Dias
a8274ad416
fix: fix package.json
2020-06-18 22:24:59 +01:00
Hugo Dias
f05150e640
feat: use aegir
2020-06-18 22:23:39 +01:00
Marin Petrunić
3a782aadaa
Merge pull request #63 from NodeFactoryIo/release-1.1.2
...
Release 1.1.2
v1.1.2
2020-06-15 14:51:53 +02:00
Marin Petrunić
496dfd3005
Release 1.1.2
2020-06-15 14:46:59 +02:00
Marin Petrunić
a504e3abec
Merge pull request #62 from NodeFactoryIo/mpetrunic/fix-web-build
...
Remove regeneratorRuntime dep in wbe build
2020-06-15 14:45:43 +02:00
Marin Petrunić
088e43642a
update changelog
2020-06-15 13:48:19 +02:00
Marin Petrunić
e35f067b5e
change babel build targets
2020-06-15 13:46:57 +02:00
Marin Petrunić
0fdb309d8c
Merge pull request #60 from NodeFactoryIo/chore-release
...
Release 1.1.1
v1.1.1
2020-05-08 21:26:22 +02:00
Marin Petrunić
d188709247
Release 1.1.1
2020-05-08 19:20:56 +02:00
Marin Petrunić
ef80af69c7
Merge pull request #59 from jacobheun/fix/public-key
...
fix: marshal the verified peer from its public key
2020-05-08 19:13:03 +02:00
Jacob Heun
e9af13a1ee
fix: marshal the verified peer from its public key
...
This ensures that completed outbound handshakes will always contain the public key of the remote peer
2020-05-07 16:24:15 +02:00
Belma Gutlic
c8905cc774
Merge pull request #57 from NodeFactoryIo/morrigan/v1.1.0
...
Release 1.1.0
v1.1.0
2020-04-23 15:46:38 +02:00
morrigan
8cdbc3dc70
Release 1.1.0
2020-04-23 15:06:19 +02:00
Marin Petrunić
324f555e0c
Merge pull request #56 from NodeFactoryIo/revert-51-remove-bcrypto-dependency
...
Revert "Replace bcrypto with standalone libraries"
v1.1.0-rc2
2020-04-23 14:51:54 +02:00
morrigan
635963062a
Address PR comments
2020-04-23 12:56:09 +02:00
morrigan
6e38ba69b9
Remove tsc incremental flag
2020-04-23 12:49:57 +02:00
morrigan
5cd8a902fb
Fix eslint
2020-04-23 08:10:41 +02:00
morrigan
dff7f8bae0
Fix yarn.lock
2020-04-22 19:31:24 +02:00
morrigan
3b0df24fbd
Release 1.1.0-rc2
2020-04-22 19:10:20 +02:00
morrigan
60b2367dac
Remove bn.js
2020-04-22 19:09:35 +02:00
morrigan
f5f4b9f344
Merge branch 'morrigan/fix-interop' into revert-51-remove-bcrypto-dependency
...
# Conflicts:
# package.json
# src/@types/basic.ts
# src/handshakes/ik.ts
# src/handshakes/xx.ts
# yarn.lock
2020-04-22 19:07:03 +02:00