12 Commits

Author SHA1 Message Date
Alvaro Revuelta
9bc8f21de6
Update nwaku image (#39) 2024-12-04 16:21:53 +01:00
Tanya S
52b685d9d8
Add specific RLN-contract repo commit version (#95)
* Add specific RLN-contract repo commit version

* Verify git commit checkout and use known default commit

* remove commit hash check in deploy_rln_contract

* verify that RLN_CONTRACT_REPO_COMMIT is not empty
2024-12-04 16:22:11 +02:00
Tanya S
16e0e2c4f0
Update wakusim.env for TWN config (#84)
* update wakusim.env for TWN config

* update RLN_RELAY_MSG_LIMIT to 100
2024-07-08 14:56:58 +02:00
Tanya S
083318a2bd
replace hardcoded MAX_MESSAGE_LIMIT in RLN contract (#74) 2024-06-20 15:39:19 +02:00
Tanya S
359db48e2d
Upgrade to RLNv2 (#45) 2024-06-07 10:13:45 +02:00
Tanya S
bdcef6e9f8
remove gowaku parameters from wakusim.env (#47) 2024-04-30 11:25:02 +02:00
Tanya S
43c9aa546a
increase nwaku nodes to 50 in wakusim.env (#33) 2024-03-26 15:49:18 +02:00
Tanya S
d3859c4f0c
added rest related flags to run_bootstrap.sh and updated NUM_NWAKU_NODES (#32) 2024-03-26 11:58:31 +02:00
Tanya S
5c7909eb92
Adding rln contract deployment script (#30)
* chore: add rln registry deploy script

* removed local variables, now passed via docker enviroment

* foundry service now also running contract deploy script

* replaced hardcoded contract bytecode with bytecode retrieved from github

* fixed variable naming

* Added Anvil RPC_URL to env file

* new docker service to get waku-rln-contract repo, build it and deploy

* added entrypoint: sh to contract-repo-deployer and deploy script now has bash/sh

---------

Co-authored-by: rymnc <43716372+rymnc@users.noreply.github.com>
2024-03-26 10:41:52 +02:00
gabrielmer
909bc425fc
Adding default values for env variables use (#13) 2023-11-01 15:39:07 +01:00
b58f2b0b31
wakusim.env: use latest nwaku Docker image
It should be auto-updated by this CI job:
https://ci.infra.status.im/job/nim-waku/job/docker-latest/

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-27 20:34:47 +02:00
331fc1013a
add wakusim.env file for wakusim.misc host (#9)
For more details see:
https://github.com/status-im/infra-nim-waku/issues/79

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-27 08:55:16 +02:00