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
We've unplugged the serde_reflection tracer at generate_formats.rs, to allow us to define new data structures without maintaining it.
generate_formats.rs
Now that our structures are more stable, we should re-start tracking of a BCS format for Sui data structures, and re-activate the test at : https://github.com/MystenLabs/fastnft/blob/main/sui_core/tests/format.rs
Prequel at #516
The text was updated successfully, but these errors were encountered:
More detail in this comment #516 (comment)
Sorry, something went wrong.
fix: re-activate the BCS serialization reflection tests
eac8255
This tests we do not derive from the generator output. Fixes #515
Successfully merging a pull request may close this issue.
We've unplugged the serde_reflection tracer at
generate_formats.rs
, to allow us to define new data structures without maintaining it.Now that our structures are more stable, we should re-start tracking of a BCS format for Sui data structures, and re-activate the test at :
https://github.com/MystenLabs/fastnft/blob/main/sui_core/tests/format.rs
Prequel at #516
The text was updated successfully, but these errors were encountered: