-
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: support EvmAddress
#995
Conversation
Coverage report
Show new covered files 🐣
Test suite run success972 tests passing in 172 suites. Report generated by 🧪jest coverage report action from 6effbfa |
…/feat/support-evm-address
I know this is still a draft, but let me tell you something — you must add your fuels-ts/apps/docs-snippets/projects/Forc.toml Lines 2 to 19 in 28c1cda
|
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.
Awesome 🚀
packages/abi-typegen/test/fixtures/forc-projects/evm-address/Forc.toml
Outdated
Show resolved
Hide resolved
…orc.toml Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
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.
Great work!
I left some minor observations.
Closes #921
This PR includes the following:
EvmAddress
interfaceAddress
to include conversion toEvmAddress
EvmAddress
so that the type itself can be passed to contract functions rather than the struct input/out types generated by theStructType