253 Commits

Author SHA1 Message Date
Matija Petrunic
7c62ef4b47 Reuse super method 2020-04-17 11:14:27 +02:00
Matija Petrunic
01a4388fa2 Rename function 2020-04-17 11:09:46 +02:00
Matija Petrunic
93d6a9a99b Fix test 2020-04-17 11:07:58 +02:00
Matija Petrunic
7625aa8e46 Rename to remoteEarlyData 2020-04-17 11:04:50 +02:00
Matija Petrunic
9b650d5b5f Add test 2020-04-17 10:56:38 +02:00
Matija Petrunic
cb7eee7407 Convert earlyData to Buffer 2020-04-17 10:56:31 +02:00
Matija Petrunic
09c5df3b0d Add early data field to connection return 2020-04-17 10:36:29 +02:00
Matija Petrunic
6a1f17a2f6 Add early data property to handshake 2020-04-17 10:35:37 +02:00
Marin Petrunić
9bf6c2e85d
Merge pull request #48 from NodeFactoryIo/mpetrunic/fix-types
Fix types
2020-04-03 13:56:07 +02:00
Marin Petrunić
35941a441c
update changelog 2020-04-03 13:21:03 +02:00
Marin Petrunić
ba7182685a
fix interfaces to be compatible with libp2p-ts 2020-04-03 13:20:15 +02:00
Marin Petrunić
489fcf2b60
change bn typings 2020-04-03 13:19:43 +02:00
Marin Petrunić
6a2f34b4f8
Merge pull request #46 from NodeFactoryIo/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.4.0 to 6.4.1
2020-03-14 11:28:44 +01:00
dependabot[bot]
acc4ae463e
Bump acorn from 6.4.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 10:16:13 +00:00
Marin Petrunić
2c9f9bcf1c
Merge pull request #45 from NodeFactoryIo/release
Release 1.0.0-rc.9
v1.0.0-rc.9
2020-03-12 07:42:09 +01:00
Marin Petrunić
b9072ee34b
Release 1.0.0-rc.9 2020-03-11 11:56:26 +01:00
Marin Petrunić
a93343a519
Merge pull request #43 from NodeFactoryIo/mpetrunic/fix-outbount-remote-peer
Fix outbound remote peer
2020-03-11 10:28:30 +01:00
Marin Petrunić
ea67a7d7d1
Merge remote-tracking branch 'origin/master' into mpetrunic/fix-outbount-remote-peer
# Conflicts:
#	CHANGELOG.md
2020-03-11 10:05:06 +01:00
Marin Petrunić
c8a968ed51
Merge pull request #44 from NodeFactoryIo/mpetrunic/fix-browser-tests
fix buffer usage in browser
2020-03-11 10:04:09 +01:00
Marin Petrunić
dc26f02381
update changelog 2020-03-11 09:44:24 +01:00
Marin Petrunić
cc2fb94323
fix buffer usage in browser 2020-03-11 09:43:40 +01:00
Marin Petrunić
ec3c88e1b4
Merge branch 'master' into mpetrunic/fix-outbount-remote-peer
# Conflicts:
#	CHANGELOG.md
2020-03-11 09:11:39 +01:00
Marin Petrunić
a0b6d5a668
update changelog 2020-03-11 09:10:05 +01:00
Marin Petrunić
21d2846705
return remote peer from secure outbound 2020-03-11 09:08:46 +01:00
morrigan
95eba0b8fe Release 1.0.0-rc.8 v1.0.0-rc.8 2020-03-05 16:57:15 +01:00
Marin Petrunić
1de62c39f6
Merge pull request #42 from NodeFactoryIo/morrigan/rc-8
Release v1.0.0-rc.8
2020-03-05 09:56:06 +01:00
morrigan
0b882f573b Release v1.0.0-rc.8 2020-03-05 09:43:37 +01:00
Belma Gutlic
c1151213b4
Merge pull request #41 from NodeFactoryIo/mpetrunic/disable-noise-pipes
Disable noise pipes
2020-03-04 11:06:30 +01:00
Belma Gutlic
04b3a80822
Merge pull request #40 from yusefnapora/fix-xx-message-c
remove empty ephemeral key from XX message C
2020-03-04 11:01:02 +01:00
Marin Petrunić
2bb424a1fa
fix tests 2020-03-04 09:06:58 +01:00
Marin Petrunić
b1b045fff0
disable noise pipes 2020-03-04 09:02:59 +01:00
Marin Petrunić
409bfd2150
fix test 2020-03-04 08:56:53 +01:00
Yusef Napora
8f8e104191 remove empty ephemeral key from XX message C 2020-03-03 12:44:37 -05:00
Marin Petrunić
049c2e6491
Merge pull request #39 from NodeFactoryIo/mpetrunic/verify-aead
Verify aead decryption
2020-03-02 12:13:01 +01:00
Marin Petrunić
22c6787250
fin lint 2020-03-01 19:06:28 +01:00
Marin Petrunić
638b0773e5
validate aead decryption 2020-03-01 19:05:53 +01:00
Marin Petrunić
b93a50c8b0
Release 1.0.0-rc.7 v1.0.0-rc.7 2020-02-20 22:20:27 +01:00
Marin Petrunić
6e0d1a84ae
Merge pull request #37 from NodeFactoryIo/mpetrunic/fix-aead
handle aead auth tag
2020-02-20 22:19:37 +01:00
Marin Petrunić
311f1c28a4
Release 1.0.0-rc.6 v1.0.0-rc.6 2020-02-20 22:06:11 +01:00
Marin Petrunić
1d40d37ab4
Merge branch 'master' of github.com:NodeFactoryIo/js-libp2p-noise 2020-02-20 22:06:04 +01:00
Marin Petrunić
63dda5de65
Release 1.0.0-rc.6 2020-02-20 22:05:46 +01:00
Marin Petrunić
6ce510d1b7
Merge pull request #38 from NodeFactoryIo/mpetrunic/1.0.0-rc6
Release v1.0.0-rc.6
2020-02-20 22:00:38 +01:00
Marin Petrunić
0055b79901
Release v1.0.0-rc.6 2020-02-20 21:59:57 +01:00
Marin Petrunić
c829718147
Merge branch 'master' into mpetrunic/fix-aead 2020-02-17 12:12:42 +01:00
Marin Petrunić
c6e7f361c7
handle aead auth tag 2020-02-17 12:11:55 +01:00
Belma Gutlic
7b52edad94
Merge pull request #36 from NodeFactoryIo/mpetrunic/protobuf-gen
protobuf gen
2020-02-17 11:32:42 +01:00
Marin Petrunić
3cbb1d525c
Merge branch 'master' into mpetrunic/protobuf-gen 2020-02-17 09:23:33 +01:00
Marin Petrunić
f1133a9b77
adjust code to new proto 2020-02-17 09:18:44 +01:00
Marin Petrunić
f7e234d026
proto codegen 2020-02-17 09:11:47 +01:00
Marin Petrunić
3b76e651cf
Merge pull request #35 from NodeFactoryIo/mpetrunic/custom-length-encoder
Fix length prefix encoding and types
2020-02-14 11:40:02 +01:00