core, eth, trie: fix data races and merge/review issues
Showing
- core/block_processor.go 8 additions, 6 deletionscore/block_processor.go
- core/blockchain.go 42 additions, 29 deletionscore/blockchain.go
- core/blockchain_test.go 1 addition, 1 deletioncore/blockchain_test.go
- core/chain_util.go 1 addition, 1 deletioncore/chain_util.go
- core/chain_util_test.go 14 additions, 14 deletionscore/chain_util_test.go
- core/state/sync.go 1 addition, 2 deletionscore/state/sync.go
- core/state/sync_test.go 2 additions, 2 deletionscore/state/sync_test.go
- core/types/receipt.go 5 additions, 5 deletionscore/types/receipt.go
- core/vm/log.go 1 addition, 1 deletioncore/vm/log.go
- eth/backend.go 0 additions, 1 deletioneth/backend.go
- eth/backend_test.go 5 additions, 5 deletionseth/backend_test.go
- eth/downloader/downloader.go 120 additions, 71 deletionseth/downloader/downloader.go
- eth/downloader/downloader_test.go 254 additions, 210 deletionseth/downloader/downloader_test.go
- eth/downloader/modes.go 2 additions, 2 deletionseth/downloader/modes.go
- eth/downloader/peer.go 22 additions, 6 deletionseth/downloader/peer.go
- eth/downloader/queue.go 120 additions, 58 deletionseth/downloader/queue.go
- eth/fetcher/fetcher.go 20 additions, 6 deletionseth/fetcher/fetcher.go
- eth/fetcher/fetcher_test.go 39 additions, 10 deletionseth/fetcher/fetcher_test.go
- eth/filters/filter_test.go 16 additions, 17 deletionseth/filters/filter_test.go
- eth/handler.go 9 additions, 8 deletionseth/handler.go
Loading
Please register or sign in to comment