Felix Lange

Results 442 comments of Felix Lange

This hasn't happened in a long time.

I think ganache will never be added in hive, since we won't be able to run most tests with it. The only simulator it could potentially work with is rpc-compat,...

Linking to tests is now possible. Closing this now because I think it's good enough. The situation of wanting to share a specific view of the tests table with search+sort...

I'm adding a `speconly` flag in ethereum/execution-apis#520 so we can at least mark the tests where this kind of checking should occur.

This was solved somewhat comprehensively by #545. We no longer need to access the default docker bridge at all.

Parsing of the flag is now implemented in the simulator, but it's unclear to me how to proceed with adding `speccheck`. I don't want to depend on `rpctestgen` from the...

rpc-compat is now maintained again, closing this issue.

Closing because https://github.com/ethereum/go-ethereum/pull/26109 is more up-to-date.

To be clear, reproducible builds have been possible for a long time. The only requirement is that the source be checked out to the same directory. The Go issue you...