Commit Graph

384 Commits

Author SHA1 Message Date
9b650d5b5f Add test 2020-04-17 10:56:38 +02:00
cb7eee7407 Convert earlyData to Buffer 2020-04-17 10:56:31 +02:00
09c5df3b0d Add early data field to connection return 2020-04-17 10:36:29 +02:00
6a1f17a2f6 Add early data property to handshake 2020-04-17 10:35:37 +02:00
045a4322e7 Lint 2020-04-17 10:22:13 +02:00
d35e2a85d9 Reuse existing logger for session keys 2020-04-17 10:18:05 +02:00
369d4054da Set DUMP_SESSION_KEYS as env variable 2020-04-17 10:06:41 +02:00
7f871295a0 Lint multiline imports 2020-04-17 09:48:55 +02:00
61d5674af1 Replace log statements with log functions 2020-04-14 15:10:48 +02:00
493d2901a9 Set dump session keys to false 2020-04-10 14:54:50 +02:00
2da9d3da6a Fix lint issues 2020-04-10 14:22:09 +02:00
ba4931d7c6 Remove whitespace 2020-04-10 13:45:19 +02:00
c4212027d0 Remove unused imports 2020-04-10 13:39:55 +02:00
1653ea340e Log session keys when created 2020-04-10 13:35:38 +02:00
83e6380d8f Add basic session key logging 2020-04-09 15:33:15 +02:00
7875d776b7 resolve same bn.js version 2020-04-09 15:06:55 +02:00
347429b6b8 add bundle analyzer 2020-04-09 14:53:44 +02:00
13e8a9fc9e remove bn.js 2020-04-09 14:53:29 +02:00
296c5dbe5b Fix libp2p-crypto imports 2020-04-09 11:09:00 +02:00
17f8fb3140 Avoid allocating new buffer 2020-04-07 14:43:25 +02:00
5aa43f92e3 Fix hash value 2020-04-07 11:16:43 +02:00
207627a31f Switch to dotted syntax 2020-04-07 11:02:03 +02:00
48a230b13e Replace crypto random bytes with one from libp2p-crypto 2020-04-07 11:01:52 +02:00
07213345ef Remove bcrypto from tests 2020-04-06 20:12:23 +02:00
3866d8a077 Convert shared key to Buffer with 32 length 2020-04-06 20:04:17 +02:00
2745783db3 Fix key buffer comparison 2020-04-06 20:01:38 +02:00
99d3c769c9 Fix linting errors 2020-04-06 19:16:05 +02:00
c48ca75b26 Merge remote-tracking branch 'upstream/master' into remove-bcrypto-dependency 2020-04-06 17:45:02 +02:00
bdc39e3ba5 Replace bcrypto with standalone libraries 2020-04-06 17:33:52 +02:00
090d9c7bc8 Merge pull request #50 from NodeFactoryIo/release
Release 1.0.0
v1.0.0
2020-04-06 13:07:28 +02:00
f38f120cc3 Release 1.0.0 2020-04-06 12:42:08 +02:00
fcfa3aeded Merge pull request #49 from NodeFactoryIo/mpetrunic/update-it-pb-rpc
Update dependencies
2020-04-06 12:40:14 +02:00
6f2f49ddda update deps 2020-04-06 10:59:31 +02:00
3e3e4fb224 update deps 2020-04-06 10:42:04 +02:00
9bf6c2e85d Merge pull request #48 from NodeFactoryIo/mpetrunic/fix-types
Fix types
2020-04-03 13:56:07 +02:00
2efbfcb105 update changelog 2020-04-03 13:22:29 +02:00
35941a441c update changelog 2020-04-03 13:21:03 +02:00
ba7182685a fix interfaces to be compatible with libp2p-ts 2020-04-03 13:20:15 +02:00
489fcf2b60 change bn typings 2020-04-03 13:19:43 +02:00
fddab30049 fix tests 2020-04-03 09:39:53 +02:00
c747634c4f add bundle analyzer 2020-04-03 09:32:19 +02:00
2d3c6167db adjust imports for smaller bundlesize 2020-04-03 09:24:58 +02:00
e7ec32ca2a update bcrypto dependency 2020-04-03 09:07:29 +02:00
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
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
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
b9072ee34b Release 1.0.0-rc.9 2020-03-11 11:56:26 +01:00
a93343a519 Merge pull request #43 from NodeFactoryIo/mpetrunic/fix-outbount-remote-peer
Fix outbound remote peer
2020-03-11 10:28:30 +01:00
ea67a7d7d1 Merge remote-tracking branch 'origin/master' into mpetrunic/fix-outbount-remote-peer
# Conflicts:
#	CHANGELOG.md
2020-03-11 10:05:06 +01:00
c8a968ed51 Merge pull request #44 from NodeFactoryIo/mpetrunic/fix-browser-tests
fix buffer usage in browser
2020-03-11 10:04:09 +01:00