Commit Graph

40 Commits

Author SHA1 Message Date
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
Jakub Sokołowski 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
Jakub Sokołowski 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
Tanya S 43c9aa546a
increase nwaku nodes to 50 in wakusim.env (#33) 2024-03-26 15:49:18 +02:00
Jakub Sokołowski 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 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
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
Alvaro Revuelta 315d8bf5a3
Doc deploy-wakusim (#24) 2024-03-12 10:13:44 +01: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 08949fe229
chore: adding libp2p stream direction to dashboard (#20) 2024-02-19 17:21:09 +01: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
Jakub Sokołowski 67ebeef4d7
readme: add section about deployed infrastructure (#10)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-28 08:52:51 +02:00
Jakub Sokołowski 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
Jakub Sokołowski 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
Alvaro Revuelta be6d8c7703
Merge pull request #8 from waku-org/docker/add-watchtower
docker-compose: add watchtower label and variable
2023-09-26 15:53:22 +02:00
Jakub Sokołowski c82acf6eaf
gitignore: ignore files ending in .env
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-26 15:03:17 +02:00
Jakub Sokołowski 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
Alvaro Revuelta 220781db3b
Merge pull request #7 from vpavlin/chore/add-subnet
chore: add larger subnet to accommodate more IP addrs
2023-09-05 13:13:26 +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 759533a4bc
Merge pull request #3 from waku-org/grafana-login
docs: add default grafana login details
2023-08-07 12:36:08 +02:00
Alvaro Revuelta ec83a09c6d
Update README.md 2023-07-12 10:15:00 +02:00
fryorcraken.eth 2c364f0a02
docs: add default grafana login details 2023-07-12 17:56:33 +10:00
Alvaro Revuelta 65bf2fa4a3
Bump waku-publisher version 2023-07-10 09:49:43 +02:00
Alvaro Revuelta 8591819697
Update run_nwaku.sh 2023-07-05 12:14:03 +02:00
alrevuelta 0ecb50033c
Remove keep alive 2023-07-05 11:53:40 +02:00
Alvaro Revuelta cb04b5a709
Merge pull request #1 from waku-org/nwaku-interop-gowaku
Add support for gowaku
2023-07-05 11:10:17 +02:00
alrevuelta 74400b6184
Add support for gowaku 2023-07-05 11:09:15 +02:00
Alvaro Revuelta fa53b57d68
Update README.md 2023-07-05 10:46:40 +02:00
alrevuelta d3b6ff081a
Add more gowaku targets 2023-06-29 10:42:04 +02:00
alrevuelta ee0381e7bf
Add gowaku prometheus targets 2023-06-27 11:40:54 +02:00
Alvaro Revuelta 151b5c43c1
Update go-waku version 2023-06-27 11:28:34 +02:00
Alvaro Revuelta 2a92155941
Update nwaku version 2023-06-27 11:27:41 +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