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

Decouple transaction body from handlers #50

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

koxu1996
Copy link
Contributor

This PR reduces complexity of integrating Tx format (#30) with server, by decoupling request body from handler and related helpers.

We follow the pattern from deposit handler, where body type is
not tighly coupled with all helper functions.
@koxu1996 koxu1996 self-assigned this Mar 26, 2024
Copy link
Contributor

@Avi-D-coder Avi-D-coder left a comment

Choose a reason for hiding this comment

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

This code is getting replaced shortly, so i don’t have strong feelings about this pr.

Copy link
Contributor

@jonas089 jonas089 left a comment

Choose a reason for hiding this comment

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

I don't see any problems with this PR and +1 Avi.

@koxu1996 koxu1996 merged commit 5290216 into main Mar 26, 2024
6 checks passed
@koxu1996 koxu1996 deleted the feature/decouple-body-from-handlers branch March 26, 2024 13: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