* fix wakusim hostname
see https://github.com/status-im/infra-misc/pull/388
* chore: update docker compose command in README.md (#99)
* Using shards, pubsubtopic is deprecated (#102)
* Move the rest-traffic logic inside waku-simulator (#103)
* Move the rest-traffic logic inside waku-simulator to be built locally
* Enable timestamp for rest-traffic
---------
Co-authored-by: Anton Iakimov <yakimant@gmail.com>
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
* 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
* 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>