Jason Frame

Results 32 issues of Jason Frame

### Thanks for sending a pull request! Have you done the following? - [x] Checked out our [contribution guidelines](https://github.com/hyperledger/besu/blob/main/CONTRIBUTING.md)? - [x] Considered documentation and added the `doc-change-required` label to this...

Bonsai trielogs contain all the data necessary todo traces on a particular block. This could significantly improve the performance of the tracing RPCs as the worldstate would not need to...

enhancement
performance
mainnet
RPC

## PR description ## Fixed Issue(s) World state halt fix ### Thanks for sending a pull request! Have you done the following? - [ ] Checked out our [contribution guidelines](https://github.com/hyperledger/besu/blob/main/CONTRIBUTING.md)?...

Besu fails to finish syncing failing on the backward sync over and over. These logs are repeated until Besu is restarted. After restarting Besu finishes the BWS normally. ``` {"@timestamp":"2024-04-22T00:43:48,910","level":"INFO","thread":"vert.x-worker-thread-0","class":"BackwardSyncContext","message":"Starting...

mainnet
syncing

Create a subcommand to migrate an existing Besu database to use a fully flat database and code by hash. This will allow existing Besu users to run snapsync server without...

snapsync
syncing

Snapsync server should limit response size to the requested limit. This is causing some snapsync server hive tests to fail. There is possibly some leeway as the spec mentions we...

snapsync
syncing

Snapsync server should send an empty list instead of an empty hash as this is more efficient. This is causing some snapsync hive tests to fail.

snapsync
syncing

Besu is timing out on the FCU. Restarting Besu is the only way to fix the error. Seeing a lot of logs with ``` io.vertx.core.VertxException: Thread blocked at java.base/jdk.internal.misc.Unsafe.park(Native Method)...

performance
mainnet

Besu snapsync server tests are failing in hive. The cause isn't clear but could be related to #6995 and #6996 Fix Besu snapsync server so it passes hive tests for...