Skip to content

Conversation

@iuwqyir
Copy link
Contributor

@iuwqyir iuwqyir commented Mar 31, 2025

TL;DR

Removed deprecated fields from transaction and log models.

What changed?

  • Removed deprecated fields from transaction and log models:
    • Removed decodedData field (replaced by decoded)
    • Removed indexedParams and nonIndexedParams (replaced by indexed_params and non_indexed_params)
  • Updated Swagger documentation to reflect these changes

How to test?

Verify the response contains transaction data in the updated format without deprecated fields

Why make this change?

This improves API consistency and reduces response payload size by eliminating duplicate data that was previously included for backward compatibility.

Copy link
Contributor Author

iuwqyir commented Mar 31, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@iuwqyir iuwqyir marked this pull request as ready for review March 31, 2025 22:26
@iuwqyir iuwqyir merged commit 52cf655 into main Apr 1, 2025
5 checks passed
@iuwqyir iuwqyir deleted the 04-01-remove_deprecated_fields branch April 1, 2025 17:41
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