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

Implement Transaction Verification #3

Open
sharpbear opened this issue Dec 16, 2016 · 0 comments
Open

Implement Transaction Verification #3

sharpbear opened this issue Dec 16, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@sharpbear
Copy link
Contributor

Implement transaction verfication functions

Berif Description:

Under "Validation" package, implement func "VerifyTransaction", take "Transaciton","Transaction Pool", "Blockchain State" as inputs. The func will do following validations:

  • Transcation Well format

  • No duplicated inputs

  • Asset Precision check

  • inputs/outputs balance

  • double spend

  • Transcation's programs should be passed via VM

@sharpbear sharpbear modified the milestone: preview1 Dec 16, 2016
@sharpbear sharpbear self-assigned this Dec 22, 2016
laizy added a commit to laizy/DNA that referenced this issue Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant