Skip to content

Conversation

PatrickDinh
Copy link
Collaborator

Fixes #

Proposed Changes

@PatrickDinh PatrickDinh requested a review from lempira July 4, 2025 04:24
/// `false` to unfreeze the asset holdings (allow transfers).
#[serde(rename = "afrz")]
#[serde(default)]
#[serde(skip_serializing_if = "std::ops::Not::not")]
Copy link
Collaborator

Choose a reason for hiding this comment

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

why not use the same as the asset config here? #[serde(skip_serializing_if = "is_false_opt")]

application_create: TransactionTestData
application_update: TransactionTestData
application_delete: TransactionTestData
asset_freeze_real_data: TransactionTestData
Copy link
Collaborator

Choose a reason for hiding this comment

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

can this be combined with the asset freeze data so we don't have two data sets.

@lempira lempira merged commit fb8f3d4 into feat/add-asset-freeze-txn Jul 9, 2025
@lempira lempira deleted the fix/msg-pack branch July 9, 2025 20:20
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.

2 participants