1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-03-16 15:40:49 +00:00

778 Commits

Author SHA1 Message Date
Alan Shaw
4851680c4d
docs: link to official streaming iterables document () 2020-08-06 13:23:18 +02:00
Jacob Heun
0e18735b8c
chore: release version v0.28.10 v0.28.10 2020-08-05 19:07:08 +02:00
Jacob Heun
f68ff35625
chore: update contributors 2020-08-05 19:07:07 +02:00
Alex Potsides
8c56ec0d23
fix: allow certain keychain operations without a password ()
* fix: allow certain keychain operations without a password

Listing, removing, renaming etc keys do not require a password so
the user should not be required to provide one.

This means we don't have to prompt the user to create a password
when they aren't going to do any operations that require a password.

* fix: make keychain pass optional

* fix: support libp2p creation without keychain pass

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-08-05 19:03:11 +02:00
Vasco Santos
fa5ee873e3
chore: update node and npm badges () 2020-08-05 18:26:50 +02:00
Jacob Heun
51d7ca44c1
feat(keychain): add support for ed25519 and secp keys ()
* feat(keychain): add support for ed25519 and secp keys

* chore: bump crypto

* refactor: cleanup keychain usage
2020-08-05 18:19:10 +02:00
Jacob Heun
726a746479
fix(identify): make agentversion dynamic and add it to the peerstore () 2020-08-04 18:39:05 +02:00
Felipe Martins
a331b84f13
docs(example): add pubssub message filter example
moved the filter folder

rename folder

docs(refactor): clean up pubsub validator example
2020-07-31 12:09:34 +02:00
Jacob Heun
78d152dd68
chore: release version v0.28.9 v0.28.9 2020-07-27 11:58:53 +02:00
Jacob Heun
7e14aa19b5
chore: update contributors 2020-07-27 11:58:52 +02:00
Vasco Santos
2440c872df
fix: ping multiaddr from peer not previously stored in peerstore () 2020-07-27 10:53:23 +02:00
Jacob Heun
6c7e5e5eef
chore: release version v0.28.8 v0.28.8 2020-07-20 17:23:01 +02:00
Jacob Heun
388df6b6e6
chore: update contributors 2020-07-20 17:23:00 +02:00
Jacob Heun
7dbfe6ab1a
chore: update libp2p-crypto ()
This includes a patch for ed25519 interop with Go
2020-07-20 17:18:09 +02:00
Vasco Santos
cea59a1fe4
docs: update addressBook get and getMultiaddrsForPeer return values () 2020-07-20 16:17:39 +02:00
Vasco Santos
7da9ad44ab
fix: create dial target for peer with no known addrs () 2020-07-20 14:54:03 +02:00
Vasco Santos
3896941128
docs: use tag for webrtc-star discovery config () 2020-07-20 14:51:24 +02:00
Vasco Santos
856b38de67
chore: add migration guide template () 2020-07-16 18:14:02 +02:00
Jacob Heun
798d7b73c1
chore: release version v0.28.7 v0.28.7 2020-07-14 19:13:55 +02:00
Jacob Heun
f2d0d8b51d
chore: update contributors 2020-07-14 19:13:54 +02:00
Vasco Santos
999c1b7740
fix: retimer reschedule does not work as interval ()
* fix: retimer reschedule does not work as interval

* chore: apply suggestions from code review

Co-authored-by: Jacob Heun <jacobheun@gmail.com>

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-07-14 19:11:29 +02:00
Jacob Heun
99ff361a55
chore: release version v0.28.6 v0.28.6 2020-07-14 16:13:00 +02:00
Jacob Heun
6115f8b680
chore: update contributors 2020-07-14 16:12:59 +02:00
Vasco Santos
9ccab40fc8
fix: not dial all known peers in parallel on startup ()
* fix: not dial all known peers on startup

* feat: connection manager should proactively connect to peers from peerStore

* chore: increase bundle size

* fix: do connMgr proactive dial on an interval

* chore: address review

* chore: use retimer reschedule

* chore: address review

* fix: use minConnections in default config

* chore: minPeers to minConnections everywhere
2020-07-14 16:05:26 +02:00
Jacob Heun
619e5dd73c
chore: release version v0.28.5 v0.28.5 2020-07-10 17:26:21 +02:00
Jacob Heun
0fd23f6a5f
chore: update contributors 2020-07-10 17:26:21 +02:00
Jacob Heun
5a84dd56d0
fix: pass libp2p to the dht () 2020-07-10 17:16:45 +02:00
Bernd Strehl
7b05d6922b
docs: add dht discovery documentation reference ()
Extended the description with a link for how to configure the libp2p-kad-dht for peer discovery.
2020-07-08 15:03:56 +02:00
Vasco Santos
08a4fad80b
chore: add modules to update in 0.28.x migration () 2020-07-08 14:12:40 +02:00
Jacob Heun
51da8874d8
test: add pubsub reconnect test ()
* test: add pubsub reconnect test

* chore: dep bump

* chore: remove temp pubsub dep

Co-authored-by: Vasco Santos <vasco.santos@moxy.studio>

Co-authored-by: Vasco Santos <vasco.santos@moxy.studio>
2020-07-07 18:31:51 +02:00
Jacob Heun
5cd8c19567
docs(fix): update link to ipfs config files () 2020-07-07 12:56:17 +02:00
Vasco Santos
db766eaca9
chore: update circuit readme ()
* chore: update circuit readme

* chore: address review
2020-07-07 12:55:52 +02:00
Jacob Heun
a1308d640d
chore: release version v0.28.4 v0.28.4 2020-07-03 16:14:47 +02:00
Jacob Heun
19e7254c3d
chore: update contributors 2020-07-03 16:14:47 +02:00
Vasco Santos
f4898eb883
chore: add test for pubsub on reconnect ()
* chore: add test for pubsub on reconnect

* chore: update interface dep

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-07-03 16:08:37 +02:00
Francis Gulotta
9bec719fce
docs(fix): link to streaming-iterables' repo () 2020-07-02 13:34:01 +02:00
Vasco Santos
b664c0aafd
chore: libp2p in the browser using webrtc servers () 2020-06-29 16:31:07 +02:00
Jacob Heun
b524bbf627
chore: release version v0.28.3 v0.28.3 2020-06-18 15:40:38 +02:00
Jacob Heun
07bd269fb0
chore: update contributors 2020-06-18 15:40:38 +02:00
Jacob Heun
a8219e61a0
fix: catch pipe errors ()
* fix: catch pipe errors

There were some pipe errors not being caught. This can result in unhandled exceptions being thrown

* fix: catch pipe errors in identify push handler
2020-06-18 15:33:08 +02:00
Vasco Santos
a1590acc8b chore: add libp2p docs website to release checklist 2020-06-18 11:48:31 +02:00
Jacob Heun
a0cf83c640
chore: release version v0.28.2 v0.28.2 2020-06-15 12:48:25 +02:00
Jacob Heun
b56cdda0ef
chore: update contributors 2020-06-15 12:48:25 +02:00
Jacob Heun
b621fbdfdc revert: "fix: throw if no conn encryption module provided ()"
This reverts commit c038550fad5b285528d87427fc5fa37ba2b0ba3f.
2020-06-15 12:45:49 +02:00
Jacob Heun
24dd1d22c5
chore: release version v0.28.1 v0.28.1 2020-06-12 16:48:30 +02:00
Jacob Heun
a1a1213bdc
chore: update contributors 2020-06-12 16:48:29 +02:00
Cayman
90a9d93968 chore: refactor ConnectionManager#get 2020-06-11 16:21:51 +02:00
Cayman
8f680e20e9 feat: add ConnectionManager#getAll 2020-06-11 16:21:51 +02:00
Cayman
afafd08943
chore: fix discv5 npm link
chore: update package name for discv5
2020-06-11 13:03:31 +02:00
Vasco Santos
c038550fad
fix: throw if no conn encryption module provided ()
* fix: throw if no conn encryption module provided

* chore: address review

* chore: apply suggestions from code review

Co-authored-by: Jacob Heun <jacobheun@gmail.com>

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-06-11 12:49:32 +02:00