mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-30 14:52:59 +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. |
||
|---|---|---|
| .. | ||
| internal/contracts | ||
| auth.go | ||
| backend.go | ||
| base.go | ||
| base_test.go | ||
| dep_tree.go | ||
| dep_tree_test.go | ||
| generate_test.go | ||
| lib.go | ||
| lib_test.go | ||
| util.go | ||
| util_test.go | ||