-
### Description
As a node operator, I would like Besu to be able to parse configs in the same way as other clients, so interoperability testing and multi-client network operation …
-
### Description
As a user of Besu RPC, if my node is using Bonsai storage format, the RPC should provide a unique exception if the node is attempting a look back farther than the …
-
### Description
As a developer I want to enable node discovery in Hyperledger Besu so that I can configure bootnodes for a Besu network.
This is dependent on UDP support by Kubernetes Loadbalancer…
-
If a private smart contract deployed on Pente happens to have a method that emits events only (and does not modify contract storage), then the contract address shows up in `getUpdatedAccounts()`, but …
-
At the last community call @matthew1001 raise the fact that the CLI arguments have become confusing and contradictory. Presence of contradictory flags does not throw an error and the behaviour is conf…
-
**Problem**: If Besu puts an INVALID block in the bad block cache and that block is subsequently valid, then we can only recover with a manual restart.
Some reasons that Besu might 'incorrectly' ma…
-
HyperLedger Besu 24.3.0 v
http rpc debug_metrics call
(curl -X POST --data '{"jsonrpc":"2.0","method":"debug_metrics","params":[],"id":1}' http://127.0.0.1:8545)
return code
{"jsonrpc":"2.0"…
-
I'm trying to change pending transactions for Hyperledger besu blockchain, so i change the endpoint of txpool but because Besu only sends txHash i need to fetch getTransactionByHash for each pending t…
-
With the deprecation of bintray, jcenter etc will you be indexing any other repositories?
Specifically, I'm interested in adding https://hyperledger.jfrog.io/ui/native/besu-maven/maven2
https:…
-
Only trigger backward sync on engine_forkchoiceUpdated.
Fixes #5411
This is a significant improvement for at least besu-nimbus pairs, off the back off https://github.com/hyperledger/besu/issues/5411…