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 <alex93cabeza@gmail.com>
Co-authored-by: Alvaro Revuelta <alvrevuelta@gmail.com>
Co-authored-by: Anton Iakimov <yakimant@gmail.com>
This commit is contained in:
Tanya S 2024-09-13 09:11:42 +02:00 committed by GitHub
parent bb2d831039
commit 0bb950ac8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 4 deletions

View File

@ -20,6 +20,7 @@ export PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f
export ETH_FROM=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
export RLN_RELAY_EPOCH_SEC=10
export RLN_RELAY_MSG_LIMIT=2
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.
docker-compose --compatibility up -d
```

View File

@ -7,8 +7,6 @@ echo "I am a bootstrap node"
exec /usr/bin/wakunode\
--relay=false\
--rest=true\
--rest-admin=true\
--rest-private=true\
--rest-address=0.0.0.0\
--max-connections=300\
--dns-discovery=true\

View File

@ -136,8 +136,6 @@ exec /usr/bin/wakunode\
--lightpush=true\
--max-connections=250\
--rest=true\
--rest-admin=true\
--rest-private=true\
--rest-address=0.0.0.0\
--rest-port=8645\
--rln-relay=true\