-
Right now for all execution clients sequencer URL for forwarding is configured as `sequencer_context.beacon_http_url` where `sequencer_context` is sequencer's CL context, thus `beacon_http_url` is seq…
-
```{"jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["0xc4eb29", true], "id": 1} | jq .result.hash```
Gives:
`0x6d8f421c0f3d2af7530d97a206ad571b602179da136dd47778271679849763e6`
…
-
Similar to this one, [https://op-geth.optimism.io/](https://op-geth.optimism.io/)
We may also consider to support other Ethereum clients later, so better to have a central page. Can be a github page…
-
I've been running RPCs for this chain for about a year now. I have experienced persistent synchronization problems which I've documented in another Github issue. I see that a fresh pull of this proj…
-
I think it makes sense that if `rollup-boost` is a middleware sidecar for proposer op-node/op-geth we can reuse the same JWT token we receive from proposer op-node to send the requests to proposer op-…
-
[root@192 bsc]# go version
**go version go1.21.5 linux/amd64**
###make geth find errors####
[root@192 bsc]# make geth
go run build/ci.go install ./cmd/geth -std=c99
>>> /usr/local/go/bin/go b…
-
I believe geth ran for 1-2 weeks without problems, but it just crashed on February 16th, I'm not sure why. A quick reboot should get it up and running again. It also runs consistently about 20-30 minu…
-
`geth --rinkeby --rpc --rpcapi="personal,eth,network,web3,net" --ipcpath=~/Library/Ethereum/geth.ipc"`
-
I am trying to make a private network via Internet with geth and prysm.
Now the beacon client is not connected to other peers.
Platform: Ubuntu 22.04
Geth: latest
Prysm: latest
![1233333](htt…
-
Using the geth plugin for testing won't function without geth binary present, so make sure we add this (and cache it) if we detect that plugin in use
Not as sure how to do this one because `ape-get…