Skip to content
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

fix: typegen factory template #3274

Merged
merged 3 commits into from
Oct 8, 2024
Merged

fix: typegen factory template #3274

merged 3 commits into from
Oct 8, 2024

Conversation

arboleya
Copy link
Member

@arboleya arboleya commented Oct 8, 2024

Release notes

In this release, we:

  • Fixed typegen template for ContractFactory

Checklist

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

@arboleya arboleya added the bug Issue is a bug label Oct 8, 2024
@arboleya arboleya self-assigned this Oct 8, 2024
Copy link

vercel bot commented Oct 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2024 1:11pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2024 1:11pm

Copy link

codspeed-hq bot commented Oct 8, 2024

CodSpeed Performance Report

Merging #3274 will not alter performance

Comparing aa/fix/typegen-template (16ae2b6) with master (735bb1c)

Summary

✅ 18 untouched benchmarks

@arboleya arboleya marked this pull request as ready for review October 8, 2024 11:32
@arboleya arboleya enabled auto-merge (squash) October 8, 2024 11:32
Copy link
Contributor

@nedsalk nedsalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arboleya we might want want to add the noImplicitOverride compiler option to the tsconfig.base.json to further protect against this.

@arboleya
Copy link
Member Author

arboleya commented Oct 8, 2024

@nedsalk This will affect other parts of the codebase, but please feel free to do it in a follow-up PR.

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Coverage Report:

Lines Branches Functions Statements
76.28%(+0%) 70.29%(+0%) 75.26%(+0%) 76.4%(+0%)
Changed Files:

Coverage values did not change👌.

@arboleya arboleya merged commit 04578ed into master Oct 8, 2024
24 checks passed
@arboleya arboleya deleted the aa/fix/typegen-template branch October 8, 2024 13:35
Dhaiwat10 pushed a commit that referenced this pull request Nov 19, 2024
* Adding [missing] override spec

* Adding changeset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing override specifier in Typegen template
4 participants