Brian Anderson
Brian Anderson
The error messages for `--storage-size-limit` print information about the low/high/multiples allowed for the argument. These are printed in bytes (but not labeled as bytes). These arguments accept a variety of...
The descriptions of what the user should see in [DEEP_DIVE.md](https://github.com/tigerbeetle/tigerbeetle/blob/31f0ccf21f9bb9d16341e5681e44a27f9282ccb6/docs/DEEP_DIVE.md) no longer correspond to what actually happens. I take it this is because the data model has changed since the...
**Describe the bug** tarpaulin 0.22 segfaults when run against [`wasm-opt-rs`](https://github.com/brson/wasm-opt-rs). This project is mostly bindings to C++ code. It appears to segfault shortly after startup. It's not a high priority...
Suggested by @mbrubeck, who knows I'm a big fan of easter eggs. I approve.
from the logs ``` 2023-11-25T00:04:43.213851987+00:00 WARN realtps_import::delay - for chain near received err error while parsing method call result: [unknown variant `Delegate`, expected one of `CreateAccount`, `DeployContract`, `FunctionCall`, `Transfer`, `Stake`,...
Avalanche seems to be busted at the moment. Unknown reason.
One of the RPC requests being made no longer works. Unclear what happened.
It happens with multiple chains: - we ask for the highest block number, and it gives us a number - we ask for that block and it tells us it...
https://www.alchemy.com/ is the recommended way to access optimism data. Our three chains that fail most often are optimism, arbitrum, and solana, and alchemy supports all these. on optimism and arbitrum...
Pair this with https://github.com/Aimeedeer/realtps/issues/73 As it is, we claim to calculate TPS with a week of data, but for various reasons wipe the db or single chains with some frequency....