Skip to content

Conversation

@fabiooshiro
Copy link

No description provided.

@fabiooshiro fabiooshiro force-pushed the feature/eip712-transaction-endpoint branch from 31658d0 to 8cf8563 Compare March 20, 2025 21:35
@sandhilt sandhilt requested a review from Copilot April 9, 2025 13:58
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • internal/paio/oapi-paio.yaml: Language not supported
Comments suppressed due to low confidence (2)

internal/paio/generated.go:477

  • [nitpick] The renaming from SaveTransactionRequest to NewGetNonceRequest might be confusing to developers familiar with the legacy naming. Consider updating the function documentation to clearly state this is part of the new /transaction/nonce endpoint implementation.
// NewGetNonceRequest calls the generic GetNonce builder with application/json body

internal/paio/paio.go:972

  • [nitpick] The route definitions now include both deprecated endpoints (e.g. '/nonce', '/submit') and their new counterparts (e.g. '/transaction/nonce', '/transaction/submit'), which could lead to confusion. It is recommended to add clearer documentation or comments to distinguish their intended uses.
router.POST(baseURL+"/nonce", wrapper.GetNonceDeprecated)

@sandhilt sandhilt merged commit 1400b7f into main Apr 9, 2025
5 checks passed
@sandhilt sandhilt deleted the feature/eip712-transaction-endpoint branch April 9, 2025 14:00
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.

4 participants