Commit Graph

39 Commits

Author SHA1 Message Date
9dc300c65e fix tests and Pr comments 2020-06-23 10:12:58 +02:00
f05150e640 feat: use aegir 2020-06-18 22:23:39 +01:00
635963062a Address PR comments 2020-04-23 12:56:09 +02:00
dff7f8bae0 Fix yarn.lock 2020-04-22 19:31:24 +02:00
60b2367dac Remove bn.js 2020-04-22 19:09:35 +02:00
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
7b11f5a3ab Revert "Replace bcrypto with standalone libraries" 2020-04-22 19:03:41 +02:00
866ae6d333 add bundle analyzer
# Conflicts:
#	package.json
#	webpack.bundle.config.js
#	yarn.lock
2020-04-22 19:01:30 +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
07213345ef Remove bcrypto from tests 2020-04-06 20:12:23 +02:00
6f2f49ddda update deps 2020-04-06 10:59:31 +02:00
3e3e4fb224 update deps 2020-04-06 10:42:04 +02:00
489fcf2b60 change bn typings 2020-04-03 13:19:43 +02:00
c747634c4f add bundle analyzer 2020-04-03 09:32:19 +02:00
e7ec32ca2a update bcrypto dependency 2020-04-03 09:07:29 +02: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
638b0773e5 validate aead decryption 2020-03-01 19:05:53 +01:00
4209f8c3b7 update it-pb-rpc dep 2020-02-14 10:10:51 +01:00
87f641f650 add noise spec length prefix encoding 2020-02-13 22:51:36 +01:00
725a1e180d add web and nodejs builds 2020-02-07 12:59:30 +01:00
0c092a1824 add web and nodejs builds 2020-02-07 11:12:14 +01:00
47370820f9 update lockfile 2020-02-06 09:59:46 +01:00
817ee2caf7 add web test runner 2020-02-06 09:52:33 +01:00
34bec6e1f4 Add sinon to better test with spies 2020-01-16 17:49:41 +01:00
6ee5c70af9 Address PR comment 2020-01-13 18:25:28 +01:00
ce7f4118c2 Create key cache 2020-01-13 15:38:14 +01:00
63826c013d Create test and prepare identity keys 2019-11-26 10:52:30 +01:00
4c5d5e0893 Create secure connection 2019-11-25 13:27:55 +01:00
b6ab4c6447 Install additional babel plugin for async generators 2019-11-22 12:57:53 +01:00
6faf01abd5 Wrap connection 2019-11-20 15:21:53 +01:00
26b112f712 Add types and encryption methods 2019-11-12 14:02:59 +01:00
16990f3de6 Address PR comments 2019-11-07 10:55:18 +01:00
fe706fbd71 Create part of XX test and update code accordingly 2019-11-06 13:25:42 +01:00
0132590829 Write test and resolve babel and ts compilation 2019-11-04 17:06:57 +01:00
1db460a44d Replace with aead from bcrypto 2019-11-04 14:31:58 +01:00
175d8940be Add encryption methods 2019-11-01 11:30:28 +01:00
e55fa206fd Finish init session functions 2019-11-01 08:42:38 +01:00
8fb80913f3 Init project 2019-10-30 15:02:03 +01:00