Skip to content

Commit

Permalink
feat(core-p2p): hapi/nes implementation (#3643)
Browse files Browse the repository at this point in the history
  • Loading branch information
air1one authored Apr 10, 2020
1 parent 9484306 commit 4ff97a2
Show file tree
Hide file tree
Showing 48 changed files with 1,238 additions and 2,342 deletions.
2 changes: 2 additions & 0 deletions __tests__/e2e/lib/config/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ services:
depends_on:
- postgres1
- peerdiscovery
ports:
- 4000:4000
environment:
<<: *coreEnvironment
CORE_DB_HOST: postgres1
Expand Down
4 changes: 2 additions & 2 deletions __tests__/e2e/lib/config/nodes/core0/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"package": "@arkecosystem/core-p2p",
"options": {
"minimumNetworkReach": 3
"minimumNetworkReach": 1
}
},
{
Expand Down Expand Up @@ -65,7 +65,7 @@
{
"package": "@arkecosystem/core-p2p",
"options": {
"minimumNetworkReach": 3
"minimumNetworkReach": 1
}
},
{
Expand Down
3 changes: 1 addition & 2 deletions __tests__/e2e/lib/config/nodes/core0/peers.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"list": [],
"sources": ["http://peerdiscovery:3000/"]
"list": [ { "ip": "127.0.0.1", "port": 4000 }]
}
Loading

0 comments on commit 4ff97a2

Please sign in to comment.