-
Notifications
You must be signed in to change notification settings - Fork 35
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
Testcase for static array with zero array length #250
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahangsu Thanks for adding a test case here! As intended, I confirmed the added test case fails in downstream SDKs prior to SDK source changes.
features/unit/abijson.feature
Outdated
@@ -16,6 +16,7 @@ Feature: AbiJson | |||
| add(uint32,uint16)uint32 | addMethodUint16.json | abi_responsejsons | | |||
| referenceTest(account,application,asset)uint8[3] | referenceTestMethod.json | abi_responsejsons | | |||
| txnTest(txn,pay,keyreg,acfg,axfer,afrz,appl)bool | txnTestMethod.json | abi_responsejsons | | |||
| nonsense((uint64,address)[0])(uint64,address) | nonsense.json | abi_responsejsons | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably could do better about the naming convention on these jsons.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just changed for a better name
Co-authored-by: Michael Diamant <michaeldiamant@users.noreply.github.com>
weird, cla hangs |
Fixes algorand/js-algorand-sdk#497