-
Notifications
You must be signed in to change notification settings - Fork 13
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
Change Execution Attributes #994
Conversation
Move task input and output validation to api package.
2e6b2a0
to
29b26cb
Compare
7c3c477
to
fbdb38d
Compare
The pull request is doing too many things:
|
I agree with @antho1404. This PR should be splitted into a few more specific ones.
EDIT After checking commit by commit, there is only 2 commits (with 2 or 3 others that fix those) that are blocking the whole PR.. If you have done small PRs, 70% of this PR could have already been merged. |
"github.com/stretchr/testify/require" | ||
) | ||
|
||
var ( |
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.
@krhubert could you move those test in sdk package in a new PR?
The code coverage of sdk is really low: https://codecov.io/gh/mesg-foundation/engine/compare/9cf2d0b48817a45110ca0189e74419b232f137d0...f20bddbc143aa30752d4d07be3be95b76060e68a/src/sdk/sdk.go
Changes mentioned in https://forum.mesg.com/t/execution-db-and-api/280