-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone: mempool and block producer #58
Comments
To clarify: The top-level logic of a FullNode is: https://github.com/opentron/opentron/blob/master/docs/txpool.md
Use |
Update 2021/03/03To test the slot timing, now the node generates empty blocks. NOTE: The java-tron's block producer is not optimized. It sleeps and waits for the timing slot. Default. This might be changed in opentron(a compatible change):
|
Update 2021/03/05Broadcast channels
|
Update 2021/03/15Use cli to create witness, vote... TODO: all commands
|
This issue will be used to trace the dev process of mempool & block producer.
The goal is to run the very first testnet of opentron.🚀
Update 2021/03/01
Since the producer is the most complex part, the milestone is divided into:
cargo run -- dev
to test against itManager::produceBlock
(inmanager
crate)base/*.java
)manager
cratedpos/*.java
files)Manager
producer_service
crateUpdate 2021/03/15
The text was updated successfully, but these errors were encountered: