-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: add support for Bytes
and RawSlice
as inputs and outputs for Contracts
#1221
Conversation
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success1221 tests passing in 213 suites. Report generated by 🧪jest coverage report action from 9ba3bde |
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.
LGTM! Although you've got a failing test, so another review round will be needed. But I don't see any issue with the code as it is.
Ok - I've fixed this build error |
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.
🪄
closes #1188
Bytes
vector of u8 data
Raw Slice
vector of u64 data