Skip to content

feat: transaction serializer#42

Merged
KodeyThomas merged 4 commits intomainfrom
kodey/tron-construct-tx-locally
Oct 14, 2025
Merged

feat: transaction serializer#42
KodeyThomas merged 4 commits intomainfrom
kodey/tron-construct-tx-locally

Conversation

@KodeyThomas
Copy link
Contributor

Introduces a transaction serializer into the Tron TXM

@KodeyThomas KodeyThomas marked this pull request as ready for review October 14, 2025 13:51
@KodeyThomas KodeyThomas requested a review from a team as a code owner October 14, 2025 13:51
}

txSerializer := Serializer{
TransactionType: core.Transaction_Contract_TriggerSmartContract,
Copy link
Contributor

Choose a reason for hiding this comment

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

this can be implicit and we don't need the core import in this file or the != TriggerSmartContract check in serializer.go

Copy link
Contributor Author

Choose a reason for hiding this comment

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

agreed, aim here was to ensure that if this changes in the future to catch this

@KodeyThomas KodeyThomas merged commit a0c6328 into main Oct 14, 2025
15 checks passed
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