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

feat: abi coder #3402

Draft
wants to merge 151 commits into
base: ns/feat/abi-parser
Choose a base branch
from
Draft

feat: abi coder #3402

wants to merge 151 commits into from

Conversation

petertonysmith94
Copy link
Contributor

@petertonysmith94 petertonysmith94 commented Nov 18, 2024

Summary

TBD

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)

petertonysmith94 and others added 30 commits September 10, 2024 07:55
@petertonysmith94 petertonysmith94 added the feat Issue is a feature label Nov 18, 2024
@petertonysmith94 petertonysmith94 self-assigned this Nov 18, 2024
Copy link

vercel bot commented Nov 18, 2024

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

Name Status Preview Comments Updated (UTC)
fuels-template ❌ Failed (Inspect) Nov 21, 2024 10:56am
ts-docs ❌ Failed (Inspect) Nov 21, 2024 10:56am
ts-docs-api ❌ Failed (Inspect) Nov 21, 2024 10:56am

YaTut1901 and others added 6 commits November 18, 2024 14:31
* chore(packages): added noImplicitOverride option to config

* chore(packages): added missed modifiers in BN class

* chore(packages): added missed modifiers

* chore(packages): added missed modifiers

* chore(packages): fix changeset file

* Update .changeset/strange-starfishes-raise.md

Co-authored-by: Peter Smith <[email protected]>

* Update packages/abi-coder/src/encoding/coders/EnumCoder.ts

Co-authored-by: Peter Smith <[email protected]>

* Update packages/abi-coder/src/encoding/coders/StructCoder.ts

Co-authored-by: Peter Smith <[email protected]>

* Update packages/abi-coder/src/encoding/coders/OptionCoder.ts

Co-authored-by: Peter Smith <[email protected]>

* Update packages/abi-coder/src/encoding/coders/OptionCoder.ts

Co-authored-by: Peter Smith <[email protected]>

* chore: added noImplicitOverride option to config

* Delete .changeset/strange-starfishes-raise.md

---------

Co-authored-by: Peter Smith <[email protected]>
…e` (#3398)

* feat: better typegen contract factory integration with `launchTestNode`

* give name to type

* remove type assertion to improve inference

* update docs to new approach

* changeset

* revert unnecessary change

* rerun workflows

* revert change

* give name to intermediary type

---------

Co-authored-by: Chad Nehemiah <[email protected]>
* docs: Update contributing guide on how to work with unreleased forc and fuel-core functionality

* docs: Add further notes to contributing guide

• Added note on what files are created after intalling `forc` and `fuel-core`
• Added a note that resolves the issue that arises when using standard binaries
but it uses the previously downloaded binaries.

* docs: Add a note stating the contents of the downloaded repos.

* chore: rearranged notes

* chore: added not on running the e2e-script

* Apply suggestions from code review

Co-authored-by: Daniel Bate <[email protected]>

---------

Co-authored-by: Richard Gregory <[email protected]>
Co-authored-by: Anderson Arboleya <[email protected]>
Co-authored-by: Sérgio Torres <[email protected]>
Co-authored-by: Daniel Bate <[email protected]>
* refactor: move type:check to lint hook

- Removed type:check from pretest, build, and postbuild scripts
- Added type checking to lint command
- Improves development speed by reducing redundant type checks

Fixes #3248

* refactor: move type:check to lint hook- Removed type:check from pretest, build, and postbuild scripts- Added type checking to lint command- Improves development speed by reducing redundant type checksFixes #3248

* Add type:check to turbo tasks and update root package.json lint script

* Add type:check to turbo tasks and update root package.json lint script

* chore: add changeset for type checking updates

* Update packages/create-fuels/package.json

Co-authored-by: Peter Smith <[email protected]>

* Update .changeset/polite-seas-taste.md

Co-authored-by: Peter Smith <[email protected]>

* Update packages/fuel-gauge/package.json

Co-authored-by: Peter Smith <[email protected]>

* Update packages/fuels/package.json

Co-authored-by: Peter Smith <[email protected]>

* Update internal/benchmarks/package.json

Co-authored-by: Peter Smith <[email protected]>

* Update package.json

Co-authored-by: Peter Smith <[email protected]>

* Update .changeset/polite-seas-taste.md

Co-authored-by: Peter Smith <[email protected]>

* Update apps/docs-snippets/package.json

Co-authored-by: Peter Smith <[email protected]>

---------

Co-authored-by: Chad Nehemiah <[email protected]>
Co-authored-by: Peter Smith <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Abi - Refactor / Coder
5 participants