We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The JSON ABI now includes a field typeArguments alongside with components for supporting dynamic structs/enums.
typeArguments
components
We should implement these changes on the ABI parser and also on typechain if needed.
ABI parser
typechain
Refs: FuelLabs/fuel-specs#381 FuelLabs/sway#1993 It was released in sway 0.18.0 https://github.com/FuelLabs/sway/releases/tag/v0.18.0 FuelLabs/sway#2218
0.18.0
The text was updated successfully, but these errors were encountered:
LuizAsFight
Successfully merging a pull request may close this issue.
Motivation
The JSON ABI now includes a field
typeArguments
alongside withcomponents
for supporting dynamic structs/enums.We should implement these changes on the
ABI parser
and also ontypechain
if needed.Refs:
FuelLabs/fuel-specs#381
FuelLabs/sway#1993
It was released in sway
0.18.0
https://github.com/FuelLabs/sway/releases/tag/v0.18.0
FuelLabs/sway#2218
The text was updated successfully, but these errors were encountered: