-
Notifications
You must be signed in to change notification settings - Fork 77
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
Accounting tests #1032
base: master
Are you sure you want to change the base?
Accounting tests #1032
Conversation
…ame plus accounting tests 5-7
@vaivaswatha : What's the status on this? Did we solve the C++ side problems? |
|
@KaustubhShamshery : Any news on the C++ side of the accounting issue? |
@jjcnn I just merged |
Everything still looks good. All tests pass, and the code from |
@jjcnn |
@vaivaswatha : Fixed. I've also fixed the merge conflicts, so the branch should be in order again. |
Tests of
send
andaccept
, and their effects on the sender's and recipient's balances.The tests have been designed so that they ought to be easy to incorporate into the blockchain test suite, which is necessary to ensure the correct semantics.
@vaivaswatha has requested that this PR links to Zilliqa/scilla-rtl#46.