-
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: abi coder #3402
Draft
petertonysmith94
wants to merge
151
commits into
ns/feat/abi-parser
Choose a base branch
from
ps/feat/abi-coder
base: ns/feat/abi-parser
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: abi coder #3402
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…/feat/abi-parser-ps-tidy
…s-ts into ns/feat/abi-parser-ps-tidy
…abs/fuels-ts into ps/feat/abi-coder
Co-authored-by: Peter Smith <[email protected]>
Co-authored-by: Anderson Arboleya <[email protected]>
…s-ts into ns/feat/abi-parser-ps-tidy
…s-ts into ps/feat/abi-coder
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* 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]>
…/feat/abi-coder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
TBD
Checklist