Replies: 3 comments 1 reply
-
This feature will put the block creator back at the center of the stacking logic.
Concerning the protection of keys, and therefore the signature in a secure environment, this point needs to be clarified, especially about performances: are we talking about an application that must run on the same machine, the same subnet? It is certain that if you can run it on your phone or if you can connect an HSM to it, it changes the game. Finally, the gain in terms of modularity and attack surface is always good to take :-). |
Beta Was this translation helpful? Give feedback.
-
@jcbaillie FYI |
Beta Was this translation helpful? Give feedback.
-
WARNING: important caveat: #3086 (comment) We should keep alive a ref to the ops being announced/propagated to avoid dropping them mid-process |
Beta Was this translation helpful? Give feedback.
-
Split out factory and pool
General idea
Remove factories and pool from the core, and have core only handle consensus.
Have the removed modules be a separate binary that talks to the node API and handles its own wallet.
Advantages:
Changes needed
Beta Was this translation helpful? Give feedback.
All reactions