Author | SHA1 | Message | Date |
---|---|---|---|
JayT106 |
10fa151749
|
state/types: refactor makeBlock, makeBlocks and makeTxs (#6567)
Closes #3584 |
3 years ago |
JayT106 |
a456b71f1f
|
state: move pruneBlocks from consensus/state to state/execution (#6541)
state: move pruneBlocks function from consensus/state to state/execution Closes #5414 |
3 years ago |
Cuong Manh Le |
4e59575dc0
|
blockchain/v0: fix data race in blockchain channel (#6518)
There is a possible data race/panic between processBlockchainCh and processPeerUpdates, since when we send to blockchainCh.Out in one goroutine and close the channel in the other. The race is seen in some Github Action runs. This commit fix the race, by adding a peerUpdatesCh as a bridge between processPeerUpdates and processBlockchainCh, so the former will send to this channel, the later will listen and forward the message to blockchainCh.Out channel. Updates #6516 |
3 years ago |
Callum Waters |
d6b4bc267b
|
node/tests: clean up use of genesis doc and surrounding tests (#6554) | 3 years ago |
Sam Kleinman |
a855f96946
|
p2p: renames for reactors and routing layer internal moves (#6547) | 3 years ago |