Matt Whitehead
Matt Whitehead
Signed-off-by: Matthew Whitehead
Calls to `emitBlockchainEventMetric()` typically follow a call to `maybePersistBlockchainEvent()`, but since `maybePersistBlockchainEvent()` doesn't return anything to indicate if the event already existed, FF will emit for both new and existing...
Most FireFly APIs have support for sorting based on fields (`sort`, `ascending`, `descending`) but `/namespaces` doesn't.
For signing key normalization the `keyDescriptor` is passed to the configured Go template before being submitted to the configured address. It is possible that the signing key to be normalised...
## PR description If the protocol spec is as `shanghai` or higher, a valid (if empty) withdrawals list must be present in the blocks proposed. ## Fixed Issue(s) Fixes https://github.com/hyperledger/besu/issues/6760
### Description Running 4 QBFT validators with `shanghaiTime: 0` the nodes mine blocks correctly and accept transactions correctly. However, when a new validator joins and syncs with the chain it...
## PR description Change the trace entry for messages that aren't `response`-type messages. ## Fixed Issue(s) N/A
## PR description This PR adds a new long-running acceptance test that is designed as a soak test for BFT chains. It is disabled by default (i.e. `acceptanceTestCliqueBft` does not...
I think the Transaction Pool topic https://besu.hyperledger.org/public-networks/concepts/transactions/pool needs a section on the "Sequenced" transaction pool. I've put together a summary of the changes I think are needed, and some initial...
Firefly evmconnect automatically attempts to retrieve and decode revert error reasons for failed transactions. This happens in the following cases: 1. When `eth_estimateGas` returns a failed transaction result 2. When...