-
Notifications
You must be signed in to change notification settings - Fork 284
Migrate Payments to TaskPayment #4240
Conversation
if self.details is None: | ||
self.details = PaymentDetails() | ||
|
||
def __repr__(self) -> str: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
__repr__
is missing on both of the newly introduced classes, is that intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we'll add them, when they're needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, no unnecessary golem-messages
dependencies in the ethereum
module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, that looks muuuch better. Mostly lgtm but have a couple of questions inline.
It fails in lintdiff.sh (confusion with ethereum module)
Codecov Report
@@ Coverage Diff @@
## develop #4240 +/- ##
===========================================
+ Coverage 88.56% 88.64% +0.08%
===========================================
Files 223 224 +1
Lines 19694 19643 -51
===========================================
- Hits 17442 17413 -29
+ Misses 2252 2230 -22 |
fixes: #4197
additionally fixes: #2457