Praxis

Results 9 issues of Praxis

Hi, I'm little curious about initContainer logic (e.g. lotus). Can I use **subPath mount** config toml file Instead of initContainer? ```yaml apiVersion: apps/v1 kind: StatefulSet spec: template: spec: containers: -...

enhancement
good first issue

Make it clearer. Using volume configpath feild instead of initContainer.

docker compose -f matic-sentry-without-snapshotting.yml --env-file mumbai.env up [+] Running 2/0 ⠿ Container bor0 Created 0.0s ⠿ Container heimdall0 Created 0.0s Attaching to bor0, heimdall0 bor0 | sh: syntax error: unexpected...

```docker run -it --rm --net=host -v $(pwd):/src postgres psql -f /src/tables.sql -d db -h 0.0.0.0 -p 15432 -U postgres Password for user postgres: CREATE EXTENSION psql:/src/tables.sql:9: NOTICE: table "validators" does...

### Issue Hi, I doubt that Is it feasible to use only ready probes, for example, the block is just behind (but not restarted. restart will cut the grpc conection)....

#### System information Geth version: `v1.1.0` db.engine: pebble. fullnode with snapshot CL client & version: prysm v3.2.1 OS & Version: Docker (aws kubernetes) aws instance: r5.xlarge(4c-32GiB) Exclusive use of this...

type:bug

#### System information Geth version: `v1.10.26` Geth Args ``` exec geth --authrpc.jwtsecret=/secret/jwtsecret --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --http --http.addr=0.0.0.0 --http.port=8599 --http.corsdomain= --http.vhosts=* --http.api=web3,eth,net,engine --nat=extip:$(POD_IP) --port=30303 --ws --ws.addr=0.0.0.0 --ws.port=8546 --ws.origins=* --ws.api=web3,eth,net,engine --datadir=/data/ethereum --ethash.dagdir=/data/ethereum/.ethash...

type:bug

Hi Geth Team, I've encountered an issue where Geth returns a transaction hash after sending a transaction, but the transaction does not seem to be broadcasted to the network. As...

type:docs

我尝试加入到cloudcore当中,失败,查看日志 ``` 7月 16 21:34:19 1ae017b7ccb048408198c05fb72a12d0 edgecore[7235]: I0716 21:34:19.667630 7235 client.go:89] edge-hub-cli subscribe topic to $hw/events/device/+/+/state/update 7月 16 21:34:19 1ae017b7ccb048408198c05fb72a12d0 edgecore[7235]: I0716 21:34:19.667928 7235 client.go:89] edge-hub-cli subscribe topic to $hw/events/device/+/+/twin/+...

kind/question