erigontech / erigontech/silkworm
rpcdaemon: nonsystematic failure in ots_searchTransactionsAfter integration test 03
Open
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
This happened in #2789 [here](https://github.com/erigontech/silkworm/actions/runs/13812585673/job/38637462777?pr=2789) but it is not easily reproducible in debug build. It doesn't seem to be related to the changes in such PR.
test_03.-diff.json
```
{
result: {
receipts: [
...
...
{
- cumulativeGasUsed: "0xb459bd"
+ cumulativeGasUsed: "0xb49700"
}
...
...
...
...
...
...
...
...
...
...
...
...
]
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.