Skip to content
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

make order (de)serialize #2174

Merged
merged 2 commits into from
Jun 17, 2024
Merged

make order (de)serialize #2174

merged 2 commits into from
Jun 17, 2024

Conversation

dakom
Copy link
Contributor

@dakom dakom commented Jun 17, 2024

This PR adds the appropriate derive attributes
so that the Order type can be sent in messages

This PR adds the appropriate derive attributes
so that the `Order` type can be sent in messages
@dakom dakom requested a review from chipshort June 17, 2024 15:12
Copy link
Collaborator

@chipshort chipshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a changelog entry?

Copy link
Collaborator

@chipshort chipshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chipshort chipshort merged commit dcfce59 into CosmWasm:main Jun 17, 2024
9 of 31 checks passed
@webmaster128
Copy link
Member

webmaster128 commented Jun 24, 2024

How is that type serialzed in JSON? Could you add a test and an entry to https://github.com/CosmWasm/cosmwasm/blob/main/docs/MESSAGE_TYPES.md?

@dakom dakom deleted the order-serialize branch June 24, 2024 13:00
dakom added a commit to dakom/cosmwasm that referenced this pull request Jun 24, 2024
@dakom
Copy link
Contributor Author

dakom commented Jun 24, 2024

How is that type serialized in JSON?

"ascending" or "descending"

Could you add a test and an entry to https://github.com/CosmWasm/cosmwasm/blob/main/docs/MESSAGE_TYPES.md?

Done in #2177

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants