-
Notifications
You must be signed in to change notification settings - Fork 53
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 TransactionInfo solidity example contract (#527) #528
Conversation
Signed-off-by: Logan Nguyen <[email protected]>
Test Results 18 files + 5 72 suites +10 10m 3s ⏱️ + 2m 49s For more details on these failures, see this check. Results for commit f412f24. ± Comparison against base commit 1b45c1e. ♻️ This comment has been updated with latest results. |
Signed-off-by: Logan Nguyen <[email protected]>
|
||
expect(result).to.eq(bytes32MessageCallData) | ||
}) | ||
}) |
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.
Thanks for the comment @ebadiere but that file actually already has an extra line but GitHub doesn't show the extra line. But if there is not an extra blank line at the end, it would show this symbol like this
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Description:
added TransactionInfo solidity smart contract to cover below opcodes
added unit tests to cover TransactionInfo contract
Related issue(s):
Fixes #527
Notes for reviewer:
Checklist