Cuong Manh Le
37bc1d74df
This commit extends the fix in #6518, so all other goroutine which run concurrently with processBlockchainCh can safely send data to blockchain out channel via a bridge channel. This helps eliminating all possible data race with sending and closing blockchainCh.Out channel at the same time. Fixes #6516 |
3 years ago | |
---|---|---|
.. | ||
pool.go | fastsync/rpc: add TotalSyncedTime & RemainingTime to SyncInfo in /status RPC (#6620) | 3 years ago |
pool_test.go | p2p: make NodeID and NetAddress public (#6583) | 3 years ago |
reactor.go | internal/blockchain/v0: prevent all possible race for blockchainCh.Out (#6637) | 3 years ago |
reactor_test.go | fastsync/rpc: add TotalSyncedTime & RemainingTime to SyncInfo in /status RPC (#6620) | 3 years ago |