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
which gives something to this consensus to execute, as a PoC for payload execution, in future, with Truechain Virtual Machine (~EVM)
At the moment, the codebase doesn't execute anything
func (nd*Node) execute(amApplyMsg) {
// TODO: add msg to applyCh, should be executed in a separate go routine// TODO: add we probably want to keep a log for thisnd.applyCh<-am
}
The text was updated successfully, but these errors were encountered:
An example is that of
bank.py
under https://github.com/truechain/py-trueconsensus/blob/master/trueconsensus/dapps/bank.pywhich gives something to this consensus to execute, as a PoC for payload execution, in future, with Truechain Virtual Machine (~EVM)
At the moment, the codebase doesn't execute anything
The text was updated successfully, but these errors were encountered: