mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-22 22:54:33 +00:00
The root cause of the flaky test was a nonce conflict caused by async contract deployments. This solution defines a custom deployer with automatic nonce management. Co-authored-by: steven <wangpeculiar@gmail.com> |
||
|---|---|---|
| .. | ||
| internal/contracts | ||
| auth.go | ||
| backend.go | ||
| base.go | ||
| base_test.go | ||
| dep_tree.go | ||
| dep_tree_test.go | ||
| generate_test.go | ||
| lib.go | ||
| util.go | ||
| util_test.go | ||