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

feat: add transaction batch ID #5462

Merged
merged 5 commits into from
Mar 12, 2025
Merged

Conversation

matthewwalsh0
Copy link
Member

Explanation

Support batch ID associated with each transaction.

Specifically:

  • Add optional batchId to TransactionMeta.
  • Add optional batchId to addTransaction options.
  • Add optional batchId to TransactionBatchRequest.
  • Throw if batch ID is duplicate.
  • Add missing properties to TransactionReceipt and Log.

References

Changelog

See CHANGELOG.md.

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

@matthewwalsh0 matthewwalsh0 requested a review from a team as a code owner March 12, 2025 11:17
@matthewwalsh0 matthewwalsh0 requested a review from a team as a code owner March 12, 2025 11:33
OGPoyraz
OGPoyraz previously approved these changes Mar 12, 2025
@matthewwalsh0 matthewwalsh0 dismissed stale reviews from OGPoyraz and pedronfigueiredo via 372a0db March 12, 2025 15:20
@matthewwalsh0 matthewwalsh0 enabled auto-merge (squash) March 12, 2025 15:20
@matthewwalsh0 matthewwalsh0 merged commit 97a7447 into main Mar 12, 2025
138 checks passed
@matthewwalsh0 matthewwalsh0 deleted the feat/transaction-batch-id branch March 12, 2025 15:25
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.

None yet

3 participants