Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Switch from devp2p to libp2p #268

Merged
merged 35 commits into from
Jul 15, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a94e7e7
Switch from devp2p to libp2p
tomaka May 22, 2018
a514ed3
Move the keys in the network state
tomaka Jun 30, 2018
1cfc18e
Properly load, store or generate private key
tomaka Jun 30, 2018
0e30b5d
Some robustness
tomaka Jun 30, 2018
536edd6
Merge remote-tracking branch 'upstream/master' into tka-libp2p
tomaka Jul 2, 2018
21ab784
Update for latest libp2p
tomaka Jul 2, 2018
fb17f77
Allow secio
tomaka Jul 2, 2018
329b7dc
Don't open a new Kademlia connec all the time
tomaka Jul 2, 2018
abe756c
Handle Kademlia disconnection
tomaka Jul 2, 2018
1131498
Set correct permissions on key file
tomaka Jul 2, 2018
d1d38d7
Improvements to secret key storage
tomaka Jul 2, 2018
2277a5f
Flush the peer store at Kademlia requests
tomaka Jul 2, 2018
224f6b1
Use RAII guards for disconnection
tomaka Jul 2, 2018
77092a3
Some misc work
tomaka Jul 3, 2018
18ee06f
Set informations about peers
tomaka Jul 3, 2018
4ad5da7
Fix tests and external URL
tomaka Jul 3, 2018
fdc5fbf
Merge remote-tracking branch 'upstream/master' into tka-libp2p
tomaka Jul 3, 2018
9e06c31
Fix some style
tomaka Jul 3, 2018
5e74817
Split obtain_private_key into multiple function
tomaka Jul 4, 2018
293cbdf
Split start_kademlia_discovery in multiple functions
tomaka Jul 4, 2018
95c79fc
More style fixes
tomaka Jul 4, 2018
e8f743c
More style fixes
tomaka Jul 6, 2018
61e3e57
Merge remote-tracking branch 'upstream/master' into tka-libp2p
tomaka Jul 6, 2018
533f53d
Fix some concerns
tomaka Jul 6, 2018
fc5a342
Turn // into ///
tomaka Jul 7, 2018
e5390ab
More style fixes
tomaka Jul 8, 2018
2316ebb
Merge remote-tracking branch 'upstream/master' into tka-libp2p
tomaka Jul 10, 2018
ce3b819
More style fixes
tomaka Jul 10, 2018
b9b54b3
Merge remote-tracking branch 'upstream/master' into tka-libp2p
tomaka Jul 11, 2018
dfa92bc
Merge remote-tracking branch 'origin/master' into tka-libp2p
gavofyork Jul 12, 2018
e9757a4
Add annotations to unreachable!
tomaka Jul 13, 2018
6731f05
Fix style again
tomaka Jul 13, 2018
06b5498
Remove commented out code
tomaka Jul 13, 2018
ab89ef9
Fix test year
tomaka Jul 13, 2018
1a942a2
More concerns
tomaka Jul 13, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix tests and external URL
  • Loading branch information
tomaka committed Jul 3, 2018
commit 4ad5da792d0927407ac54e13f4716fc0cf93f5af
Loading