Skip to content
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

Add support for a sample transaction dapp #31

Open
arcolife opened this issue Jul 10, 2018 · 0 comments
Open

Add support for a sample transaction dapp #31

arcolife opened this issue Jul 10, 2018 · 0 comments
Assignees
Labels
B-level slightly non-trivial with intermediate difficulty bug Something isn't working
Milestone

Comments

@arcolife
Copy link
Collaborator

An example is that of bank.py under https://github.com/truechain/py-trueconsensus/blob/master/trueconsensus/dapps/bank.py

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(am ApplyMsg) {
	// TODO: add msg to applyCh, should be executed in a separate go routine
	// TODO: add we probably want to keep a log for this
	nd.applyCh <- am
}
@arcolife arcolife added the bug Something isn't working label Jul 10, 2018
@arcolife arcolife added this to the Alpha 1 milestone Jul 10, 2018
@arcolife arcolife self-assigned this Jul 10, 2018
@arcolife arcolife changed the title Add support for a sample transaction Add support for a sample transaction dapp Jul 10, 2018
@arcolife arcolife added the B-level slightly non-trivial with intermediate difficulty label Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-level slightly non-trivial with intermediate difficulty bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant