Skip to content

Conversation

@benesjan
Copy link
Contributor

@benesjan benesjan commented Jan 18, 2026

When implementing #19689 I realized that the roundtrip regression test I implement last week was not getting triggered.

It turns out that this is because we used the BenchmarkedNode only during contract simulation but not during the whole flow of building a tx and the optimizations in that PR were done when fetching sibling paths for kernels.

Hence the best way to fix this seemed to just make BenchmarkedNode track everything. If this is done then we can just pass in a BenchmarkedNode to the constructor of PXE and make PXE unaware of benchmarking.

This ultimately seems like a good design principle so I decided to move the functionality to e2e and I update the relevant test harnesses that require the node benchmarking info.

Copy link
Contributor Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@benesjan benesjan changed the title refactor: moving BenchmarkedNode to e2e refactor: moving BenchmarkedNode to e2e Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants