-
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
Encoding / Decoding revamp #1672
Labels
feat
Issue is a feature
Comments
22 tasks
Closed
@arboleya, What's the status on this? Can we close this issue now? I've closed the equivalent epic on the rust SDK side even though there are some missing things due to blockers on the compiler side ( |
Yes, we can. The desired items can be follow-ups. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Sway compiler is going through a long-discussed revamp of its encoder/decoder scheme, eventually leading to an intermediary representation that both the SDK and the compiler will target.
This will act as a topic issue to encompass everything necessary:
Must have:
__log
#1671Contracts
#1739Scripts
andPredicates
#1749Issues from other repos:
Desirable items will be addressed as follow-ups:
Vector
,Bytes
,StdString
) return from scripts #1187v1
encoding #2041ABI Coder
package #1795abi-coder
- Refactor theABI Coder
package #1795forc-project
directories - Mergeforc-projects-experimental
withforc-projects
infuel-gauge
#2005The text was updated successfully, but these errors were encountered: