-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: added DataAllocation solidity example contract #525
Conversation
Signed-off-by: Logan Nguyen <[email protected]>
807c0a4
to
6f29762
Compare
Test Results 18 files + 4 72 suites +8 10m 6s ⏱️ + 2m 24s For more details on these failures, see this check. Results for commit 8d54124. ± Comparison against base commit ab035ef. ♻️ This comment has been updated with latest results. |
Signed-off-by: Logan Nguyen <[email protected]>
|
||
expect(result).to.eq(V) | ||
}) | ||
}) |
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.
Nit: Extra line.
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.
Lg
Fix license
@@ -0,0 +1,43 @@ | |||
// SPDX-License-Identifier: UNLICENSED |
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.
Apache 2.0
Signed-off-by: Logan Nguyen <[email protected]>
Description:
added DataAllocation solidity example contract to cover below opcodes
added unit tests to cover DataAllocation contract
Related issue(s): #520
Fixes #520
Notes for reviewer:
Checklist