node icon indicating copy to clipboard operation
node copied to clipboard

Everything required to run your own Base node

Results 109 node issues
Sort by recently updated
recently updated
newest added

### Description When attempting to execute contract calls on the Base network using RETH node client, transactions are consistently reverting. ### Environment - Network: Base - Node Client: RETH ###...

base protocol review

if the priority fees for multiple transactions are identical, what criteria does the sequencer use to determine their ordering?

I updated the phrase "assuring the best quality of review" to "ensuring the best quality of review" for better clarity and accuracy. "Ensure" is more appropriate here, as it emphasizes...

Base node unsynced and couldn't pick up, I dont see any error logs, also I have tried to update to [op-node/v1.11.2](https://github.com/ethereum-optimism/optimism/tree/op-node/v1.11.2) with Corresponding op-geth release: [v1.101500.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101500.1) but it fails the...

base protocol review

The web3 namespace was not enabled by default in the `http.api` and `ws.api` options within the reth-entrypoint script. This caused compatibility issues with external services, such as Chainlink nodes, which...

Hello everyone! I’m facing an issue with slow blockchain sync on a mainnet base node. I deployed the base node on-premise with the following configuration: Disks: RAID-5 (NVME SSD INTEL...

1.3TB snapshots is too big, Sometime will download interrupt when network unstable, But cannot continue download again

- Add missing directory creation for JWT secret file - Use consistent JWT_SECRET_FILE variable instead of undefined OP_NODE_L2_ENGINE_AUTH

base protocol review

In default config `docker-compose.yml` default execution ports are **8545** and **8546** and **30303**. ``` ports: - "8545:8545" # RPC - "8546:8546" # websocket - "7301:6060" # metrics - "30303:30303" #...

We experienced an issue with `eth_sendRawTransaction` `method=eth_sendRawTransaction reqid=1 t=736.988486ms err="429 Too Many Requests: {\"jsonrpc\":\"2.0\",\"error\":{\"code\":-32016,\"message\":\"over rate limit\"},\"id\":14292317}\n"` after debugging we found that this limitation comes from a sequencer `'--rollup.sequencerhttp=https://mainnet-sequencer.base.org'` here we...

base protocol review