Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Integrating libp2p into Lodestar #154

Merged
merged 32 commits into from
May 2, 2019
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ed4e1c4
Updated package.json and package-lock.json
Mikerah Apr 5, 2019
1aa5429
Completed basic lodestar node libp2p bundle
Mikerah Apr 5, 2019
f48cd22
Decided to add floodsub to libp2p node object
Mikerah Apr 6, 2019
02ee1af
Basic stubs and structure for p2p server
Mikerah Apr 8, 2019
01bded1
Started basic integration of libp2p into lodestar
Mikerah Apr 9, 2019
2f39098
Resolved package.json conflict
Mikerah Apr 9, 2019
3ea6824
Added Cayman's suggestions and refactored to include browser support
Mikerah Apr 11, 2019
3805a33
Added some of Cayman's suggestions
Mikerah Apr 11, 2019
0c2847c
Added browser and KadDHT
Mikerah Apr 13, 2019
db8ae92
Simplified libp2p-bundle.ts
Mikerah Apr 18, 2019
54ebbfa
fix types
mpetrunic Apr 19, 2019
3537c94
changed wrong import
mpetrunic Apr 19, 2019
2f0b9fa
Removed my original files regarding libp2p in favor of Marin's changes
Mikerah Apr 22, 2019
4537a07
Switched several dependencies to devDependencies
Mikerah Apr 22, 2019
d705fae
Kept polkadot/ts in devDependencies and moved the others back to depe…
Mikerah Apr 22, 2019
8a00147
Removed old dependency
Mikerah Apr 29, 2019
468f0ce
Added logger to p2p network
Mikerah Apr 29, 2019
d76ad40
Added Cayman's suggestions from review
Mikerah Apr 29, 2019
9a11f8f
Made libp2p node into a singleton and changed index.ts accordingly
Mikerah Apr 29, 2019
2995532
Filled stub for createPeerInfo
Mikerah Apr 29, 2019
c32aba2
Merge branch 'master' into mikerah/libp2p_integration
Mikerah Apr 29, 2019
e7ec0c1
fixed build errors
Mikerah Apr 29, 2019
7fbe951
Merge branch 'mikerah/libp2p_integration' of github.com:ChainSafe/lod…
Mikerah Apr 29, 2019
cf82a75
fixed build errors
Mikerah May 1, 2019
2c3a5e9
Fixed more build errors
Mikerah May 1, 2019
fc240b7
Fixed logger error statement
Mikerah May 1, 2019
6461d4d
Removed async from listeners as per Greg's review
Mikerah May 1, 2019
b8f97d6
Promisified createNode
Mikerah May 1, 2019
29e6bf6
Updated package.json
Mikerah May 1, 2019
74596d9
Forgot to add imports for promisify
Mikerah May 1, 2019
ba86442
Added Greg's and Cayman's review
Mikerah May 2, 2019
fca6924
fixed lint errors
Mikerah May 2, 2019
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
Loading