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

API: add value parameter for CREATE and CALL #194

Merged
merged 4 commits into from
Jul 4, 2019

Conversation

semuxgo
Copy link
Contributor

@semuxgo semuxgo commented Jul 4, 2019

To resolve issue #192

  • Added value parameter for CREATE and CALL;
  • Removed the validateNonce parameter, enabled by default.

Copy link
Collaborator

@orogvany orogvany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah. I see. Yea, it could be the API is not handling these types correctly with regards to value.

I had added in checks as I assumed call/create would not have values, which is incorrect.

approved pending fixing minor unittests that expected value==null to throw exception.

@semuxgo semuxgo merged commit aa403f5 into semuxproject:develop Jul 4, 2019
@semuxgo semuxgo changed the title API: resolve issue #192 API: add value parameter for CREATE and CALL Jul 20, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants