-
Notifications
You must be signed in to change notification settings - Fork 43
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: Erc20Wrapper extension #498
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for contracts-stylus canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
🚀 New features to boost your workflow:
|
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.
Good progess @Ifechukwudaniel, please focus on now:
- Increasing E2E test coverage
- Improving Rust docs
- Solving all clippy warnings.
// ============================================================================ | ||
|
||
#[e2e::test] | ||
async fn constructs(alice: Account) -> Result<()> { |
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.
Increase E2E test coverage.
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.
On this
Co-authored-by: Daniel Bigos <[email protected]>
Co-authored-by: Daniel Bigos <[email protected]>
I have been kind of on another project, but I will do my best to round this up asap |
Co-authored-by: Daniel Bigos <[email protected]>
Hey @Ifechukwudaniel! Are you going to solve the failing CI jobs? |
Resolves #354
PR Checklist