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

Extract Receipt related operations #2675

Open
Tracked by #2380
georgi-l95 opened this issue Jul 4, 2024 · 0 comments
Open
Tracked by #2380

Extract Receipt related operations #2675

georgi-l95 opened this issue Jul 4, 2024 · 0 comments
Labels
Technical Debt Issue which resolves technical debt

Comments

@georgi-l95
Copy link
Collaborator

georgi-l95 commented Jul 4, 2024

Problem

Currently we are handling and constructing new Receipts in the all mighty eth object. What this object should do is only handle requests and populate needed fields for the receipt. All calculations, formatting, etc should be done in the Receipt object.

Solution

Extract all receipt logic in a separate object, which handles all underlying receipts transformations.

@georgi-l95 georgi-l95 added the Technical Debt Issue which resolves technical debt label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Technical Debt Issue which resolves technical debt
Projects
Status: Sprint Backlog
Development

No branches or pull requests

1 participant