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 | |
---|---|---|
.. | ||
v0 | internal/blockchain/v0: prevent all possible race for blockchainCh.Out (#6637) | 3 years ago |
v2 | fastsync/rpc: add TotalSyncedTime & RemainingTime to SyncInfo in /status RPC (#6620) | 3 years ago |
doc.go | p2p: renames for reactors and routing layer internal moves (#6547) | 3 years ago |
msgs.go | p2p: renames for reactors and routing layer internal moves (#6547) | 3 years ago |