mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
I added a test for BlockRangeUpdate in #29158 but forgot to enable it. Here I'm adding two more tests for it. Also applied a small refactoring to combine calls to `dial()` and `peer()` into a single function, since these two calls are duplicated in each test. |
||
|---|---|---|
| .. | ||
| testdata | ||
| chain.go | ||
| chain_test.go | ||
| conn.go | ||
| engine.go | ||
| mkchain.sh | ||
| protocol.go | ||
| snap.go | ||
| suite.go | ||
| suite_test.go | ||
| transaction.go | ||