Remove watch (#7048)

Removes the WIP chain indexer known as beacon watch.
This commit is contained in:
Mac L
2025-03-05 09:57:09 +04:00
committed by GitHub
parent 8a772520a5
commit 1235d44802
73 changed files with 2 additions and 7583 deletions

View File

@@ -17,9 +17,6 @@ The additional requirements for developers are:
some dependencies. See [`Installation Guide`](./installation.md) for more info.
- [`java 17 runtime`](https://openjdk.java.net/projects/jdk/). 17 is the minimum,
used by web3signer_tests.
- [`libpq-dev`](https://www.postgresql.org/docs/devel/libpq.html). Also known as
`libpq-devel` on some systems.
- [`docker`](https://www.docker.com/). Some tests need docker installed and **running**.
## Using `make`