-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: queue-based block production + better separation of node's …
…mutable state (#517) * make block producer an actor * refactor inner node state into a separate module * fix unit tests * fix block sealer tests * rename block producer to node executor * refactor `time`: remove traits, rename structs * relax trait bounds for `ArcRLock`'s clone * clippy * add todo for making `net` namespace async upstream * rustc 1.84 clippy * migrate `override_bytecodes` to `tokio::fs` * make `Command` private * get rid of low-level `Future` implementations * fix lint errors * rework `BlockchainReader` into a trait `ReadBlockchain` * rework `TimeReader` into a trait `ReadTime` * clippy * make `ReadBlockchain` and `ReadTime` cloneable + docs --------- Co-authored-by: Dustin Brickwood <dustinbrickwood204@gmail.com>
- Loading branch information
1 parent
e4e9927
commit 56dff28
Showing
44 changed files
with
5,218 additions
and
4,421 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.