Skip to content

Commit 0bb950a

Browse files
stubbstastrinnitykalrevueltayakimant
authored
Rebase deploy wakusim (#86)
* Add MAX_MESSAGE_LIMIT to readme. (#71) * remove rest-admin and rest-private node config (#85) * Update nwaku image (#39) * dummy commit to test webhook * Update nwaku image variable to latest (#42) * change wakusim.env to use latest nwaku image * update nwaku image path * add ip-colocation-limit to bootstrap * dummy commit to test webhook * remove bootstrap config ip-colocation-limit --------- Co-authored-by: Álex <[email protected]> Co-authored-by: Alvaro Revuelta <[email protected]> Co-authored-by: Anton Iakimov <[email protected]>
1 parent bb2d831 commit 0bb950a

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f
2020
export ETH_FROM=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
2121
export RLN_RELAY_EPOCH_SEC=10
2222
export RLN_RELAY_MSG_LIMIT=2
23+
export MAX_MESSAGE_LIMIT=100 # Contract's message limit. Needs to be higher or equal than RLN_RELAY_MSG_LIMIT, otherwise nodes won't start correctly.
2324
2425
docker-compose --compatibility up -d
2526
```

run_bootstrap.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ echo "I am a bootstrap node"
77
exec /usr/bin/wakunode\
88
--relay=false\
99
--rest=true\
10-
--rest-admin=true\
11-
--rest-private=true\
1210
--rest-address=0.0.0.0\
1311
--max-connections=300\
1412
--dns-discovery=true\

run_nwaku.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ exec /usr/bin/wakunode\
136136
--lightpush=true\
137137
--max-connections=250\
138138
--rest=true\
139-
--rest-admin=true\
140-
--rest-private=true\
141139
--rest-address=0.0.0.0\
142140
--rest-port=8645\
143141
--rln-relay=true\

0 commit comments

Comments
 (0)