21 Commits

Author SHA1 Message Date
Gabriel mermelstein
8551bffaf0
adding alert manager service 2024-04-24 14:25:03 +03:00
Tanya S
29c914995a
removing all uses and references to gowaku (#35) 2024-04-18 16:07:55 +02:00
Tanya S
0f61e3d32b
Add grafana dashboard panel for RLN invalid messages (#34)
* Add grafana panel RLN Invalid Messages Total

* Update grafana and web service ports

* add new grafana port to ini file
2024-04-18 09:58:07 +02:00
1f0fff9b4b
allow overriding API URLs for Epirus web UI
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-03-28 11:51:47 +01:00
3d4130ccd2
compose: use 3001 port for grafana, 3000 for explorer
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-03-26 15:16:02 +01:00
9746b9f18d
bind foundry and explorer ports to 0.0.0.0
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-03-26 13:01:12 +01: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
Tanya S
d6fb3e56e5
Rln membership registration implementation (#23)
* add anvil config and volume to remember state and output account info; nwaku config to register rln membership

* modify run_nwaku.sh for onchain rln

* add script for rln membership registration

* run_nwaku update, removed rln membership index and added other rln parameters

* merged run_register_rln with the run_nwaku script

* added environment variables for rln-contract registration

* removed rpc related flags and added rest flags for sake of completeness, also updated BOOTSTRAP_ENR query

* removed rpc flags, added cred-path and -password

* added keystore volume and 8645 port

* removed keystore volume and keystore parent directory

* remove unused service from docker-compose
2024-03-14 13:35:25 +02:00
gabrielmer
c56a0831c9
deprecating rpc (#25) 2024-03-12 05:02:04 -06:00
Tanya S
dd29b10b26
Add the chainlens blockchain explorer (#22)
* chainslens services added to docker-compose as well as required nginx and html files

* removed nginx dependency - removed nginx container and related files and updated API_URL for web service

* added localhost IP to ports for api and web docker services
2024-03-03 08:30:33 +02:00
Tanya S
421688abbb
Add foundry to waku-simulator (#21)
* added foundry image to docker-compose and run_anvil script

* removed run_anvil script and moved the command to the docker-compose file

* formatted arguments for anvil command to use '='

* using specific foundry image and reformatted command arguments, previous didn't work
2024-02-23 10:48:02 +02:00
gabrielmer
054ba9e33f
fix: adding default to NUM_NWAKU_NODES in traffic script (#14) 2023-11-13 15:39:17 +01:00
gabrielmer
909bc425fc
Adding default values for env variables use (#13) 2023-11-01 15:39:07 +01:00
gabrielmer
ed0c4a0bf1
Feat adding rln to waku simulator (#12) 2023-10-31 16:17:35 +01:00
17d22805b7
docker-compose: add watchtower label and variable
This is used in our infra to allow auto-updates of Docker images.

For more info see: https://github.com/containrrr/watchtower

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-26 13:56:30 +02:00
Václav Pavlín
07466000d6
chore: add larger subnet to accommodate more IP addrs 2023-08-31 14:32:59 +02:00
Alvaro Revuelta
65bf2fa4a3
Bump waku-publisher version 2023-07-10 09:49:43 +02:00
alrevuelta
74400b6184
Add support for gowaku 2023-07-05 11:09:15 +02:00
Alvaro Revuelta
151b5c43c1
Update go-waku version 2023-06-27 11:28:34 +02:00
alrevuelta
6cea3098b5
Add go-waku 2023-06-26 17:28:50 +02:00
alrevuelta
978a276ed3
Initial release 2023-06-26 17:07:14 +02:00