You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
In modules/blocks/chains Refactor applyBlock to avoid exit(0) when transactions apply or save block fails, instead return error.
Also the parameter saveBlock should be deleted (research about it)
Related Rewrite Process.prototype.loadBlocksOffset #973
In modules/blocks/process Refactor generateBlock to call applyBlock instead of processBlock and if no error, broadcast block (reduce it before).
The text was updated successfully, but these errors were encountered:
Parent: #972
In
modules/blocks/chains
RefactorapplyBlock
to avoid exit(0) when transactions apply or save block fails, instead return error.Also the parameter
saveBlock
should be deleted (research about it)Related Rewrite Process.prototype.loadBlocksOffset #973
In
modules/blocks/process
RefactorgenerateBlock
to callapplyBlock
instead ofprocessBlock
and if no error, broadcast block (reduce it before).The text was updated successfully, but these errors were encountered: