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

Test multiple transactions in one block #57

Closed
5 tasks done
thepiwo opened this issue Oct 18, 2017 · 1 comment
Closed
5 tasks done

Test multiple transactions in one block #57

thepiwo opened this issue Oct 18, 2017 · 1 comment
Assignees

Comments

@thepiwo
Copy link
Collaborator

thepiwo commented Oct 18, 2017

all transactions should be in the same block

  • account A has 100 tokens, spends 100 to B should succeed
  • account A has 100 tokens, spends 110 to B should be invalid
  • account A has 100 tokens, spends 40 to B, and two times 30 to C should succeed
  • account A has 100 tokens, spends 50 to B, and two times 30 to C, last transaction to C should be invalid, others be included
  • account A has 100 tokens, spends 100 to B, B spends 100 to C should succeed if (still) undefined is correct
@cheezus1 cheezus1 self-assigned this Oct 20, 2017
@nedelcho-delchev-tues nedelcho-delchev-tues self-assigned this Oct 23, 2017
@thepiwo
Copy link
Collaborator Author

thepiwo commented Oct 23, 2017

do this after #70 so the transaction ordering will be explicitly defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants