Vasco Santos
4e4d3d4b6f
chore: update contributors
2019-03-14 22:38:45 +00:00
Vasco Santos
f71a6bbb0a
Revert "feat: adds support for ed25199 and secp256k1 ( #31 )"
...
This reverts commit 9eb11f42452b4266db0c19de3310e809a0087669.
2019-03-14 22:26:07 +00:00
Hugo Dias
282ce62703
chore: remove npmignore because we have files prop in package.json ( #335 )
2019-03-12 18:17:13 +01:00
Aditya Bose
ef3238bdee
docs: update README.md ( #334 )
...
Fixed a typo in the Tutorials and Examples section.
2019-03-12 08:55:24 +01:00
Jacob Heun
4c06c54fc5
chore: release version v0.25.0-rc.4
v0.25.0-rc.4
2019-03-06 11:28:20 +01:00
Jacob Heun
bb0c45d704
chore: update contributors
2019-03-06 11:28:19 +01:00
Vasco Santos
eb10b5c6d2
chore: disable dht discovery ( #333 )
2019-03-06 11:21:43 +01:00
Jacob Heun
a282fbe139
chore: release version v0.25.0-rc.3
v0.25.0-rc.3
2019-02-26 15:24:55 +01:00
Jacob Heun
6cfb0b2692
chore: update contributors
2019-02-26 15:24:55 +01:00
Vasco Santos
de84ee473c
chore: add error codes to dht and pubsub errors ( #328 )
...
* chore: add error codes to dht and pubsub errors
* fix: code review
2019-02-26 15:15:30 +01:00
Jacob Heun
f28ecb2483
chore: release version v0.25.0-rc.2
v0.25.0-rc.2
2019-02-26 15:10:31 +01:00
Jacob Heun
bba6f7eff8
chore: update contributors
2019-02-26 15:10:30 +01:00
Vasco Santos
e30330e1a0
chore: release version v0.4.0
2019-02-26 11:39:50 +00:00
Vasco Santos
267002f646
chore: update contributors
2019-02-26 11:39:49 +00:00
Alberto Elias
217cfd3de8
chore: update libp2p-crypto ( #33 )
2019-02-26 11:22:59 +00:00
Jacob Heun
9f5f07269e
test: add circuit browser test ( #326 )
2019-02-25 13:44:56 +01:00
Jacob Heun
5f92acd5bb
fix: make the config less restrictive ( #329 )
2019-02-25 12:19:37 +01:00
Alberto Elias
9eb11f4245
feat: adds support for ed25199 and secp256k1 ( #31 )
2019-02-25 11:04:54 +00:00
Jacob Heun
dfe8f632f7
chore: release version v0.25.0-rc.1
v0.25.0-rc.1
2019-02-21 17:46:11 +01:00
Jacob Heun
9f47100713
chore: update contributors
2019-02-21 17:46:09 +01:00
Hugo Dias
d497961938
fix: bundle-size ( #298 )
...
* fix: bundle-size
* fix: feedback
* fix: lint
* chore: update deps
* fix: add bundle size check and update deps
* fix: fix badges
* fix: add once to package.json
* fix: fix config validation
2019-02-21 17:07:35 +01:00
isan_rivkin
6e76aade7f
feat: support unsubscribe all for pubsub ( #321 )
...
* chore: unsubscribe without handler reference
* chore: added unsubscribe 1 param
2019-02-21 14:46:31 +01:00
Jacob Heun
ec7d0761de
test: add pull-mplex to test suite
2019-02-18 15:45:33 +01:00
Vasco Santos
3779bd0ba2
chore: use travis ( #32 )
2019-02-18 14:15:55 +00:00
Hugo Dias
59fe9732d7
chore: move to travis ( #322 )
...
* chore: move to travis
* chore: move to travis 2
* chore: remove unused test file
* chore: remove travis webworker
* chore: fix webworker
* chore: remove webrtcsupport module
* chore: test windows
* chore: make windows-build-tools silent
* chore: test dllss
* chore: test dllss 2
* chore: test dllss 3
* chore: remove before_install stuff
* chore: remove windows from CI
2019-02-14 18:07:13 +01:00
Thomas Eizinger
4ed5c039fc
chore: change from ipfs to p2p protocol ( #315 )
...
https://github.com/multiformats/js-multiaddr/pull/76 changed the
default protocol from ipfs to p2p.
js-multiaddr is a transitive dependency of peer-info, so in order
to get this change, we had to bump the version of peer-info.
* fix: revert ipfs -> p2p change for some tests
As per PR feedback. Needed for backwards-compatibility.
2019-02-05 19:59:42 +01:00
Vasco Santos
9e7a080a5c
fix: emit peer discovery for dht discovery
2019-02-05 19:54:02 +01:00
Jacob Heun
558e5987be
chore: remove _isStarted as it's no longer used
...
_isStarted is an outdated property and shouldn't exist
in the code anymore. The state machine handles start
logic and the isStarted computed property pulls from there.
The code comments around dht and pubsub are also no
longer valid, so they were deleted.
2019-02-05 15:57:10 +01:00
Jacob Heun
dcf59a8468
chore: update the release template
2019-02-05 15:37:25 +01:00
Jacob Heun
ab028a2be3
chore: update contributors
v0.25.0-rc.0
2019-02-05 13:56:50 +01:00
Thomas Eizinger
91e60d4253
feat: prepare for new randomWalk config parameters
...
As per: https://github.com/libp2p/js-libp2p-kad-dht/issues/76
fix: pass whole dht config into DHT constructor
2019-02-05 12:42:40 +01:00
ebinks
679d446daa
fix: add callback to pubsub.unsubscribe and test ( #300 )
2019-02-01 19:27:47 +01:00
Jacob Heun
8047fb76fa
fix: start and stop error callback ( #316 )
...
* fix: ensure start and stop callbacks are called
2019-02-01 16:32:34 +01:00
Vasco Santos
c4cab007af
feat: enable dht by default ( #313 )
...
BREAKING CHANGE: dht experimental flag was removed and a dht.enabled property was added to the config
2019-01-29 18:57:09 +01:00
Jacob Heun
ebaab3e47f
chore: add discuss.ipfs.io to release checklist
2019-01-24 18:00:54 +00:00
Vasco Santos
aa5a6cb73c
chore: release version v0.3.6
v0.3.6
2019-01-10 11:33:28 +00:00
Vasco Santos
eaf6a88b47
chore: update contributors
2019-01-10 11:33:28 +00:00
Vasco Santos
18357e678f
Merge branch 'master' of github.com:libp2p/js-libp2p-keychain
2019-01-10 11:25:24 +00:00
Vasco Santos
4dd2ad36dd
chore: release version v0.3.5
v0.3.5
2019-01-10 11:24:15 +00:00
Vasco Santos
5cbded55d5
chore: update contributors
2019-01-10 11:24:15 +00:00
Hugo Dias
7eeed87b10
fix: reduce bundle size ( #28 )
2019-01-10 11:16:03 +00:00
Soeren
b31690c8e6
docs: add install dependencies
2019-01-07 15:07:42 -07:00
Jacob Heun
3bde9c8bed
chore: release version v0.24.4
v0.24.4
2019-01-04 10:15:49 -07:00
Jacob Heun
14e12ee1f1
chore: update contributors
2019-01-04 10:15:48 -07:00
Alan Shaw
2374929990
chore: update deps
...
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
2019-01-04 10:11:49 -07:00
Vasco Santos
4b895cf46f
chore: release version v0.3.4
v0.3.4
2019-01-04 10:54:24 +00:00
Vasco Santos
a753b1c882
chore: update contributors
2019-01-04 10:54:24 +00:00
Vasco Santos
17268d5fe3
chore: update dependencies ( #29 )
2019-01-04 10:51:56 +00:00
Jacob Heun
26de739bb1
chore: 2019 q1 okrs planning ( #293 )
...
* chore: add q1 2019 okr section
* docs: add proposed okr items
* chore: update OKR.md
* chore: remove quic transport
* chore: add thoughts on okr priorities
* chore: add detailed interop tests
* chore: add line for floodsub interop
* chore: move q1 okrs to the google spreadsheet
2018-12-17 12:20:12 +01:00
Jacob Heun
0f8d6afd8f
chore: release version v0.24.3
v0.24.3
2018-12-14 17:57:32 +01:00