Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #982 +/- ##
==========================================
- Coverage 84.43% 84.18% -0.26%
==========================================
Files 206 205 -1
Lines 14918 15070 +152
==========================================
+ Hits 12596 12686 +90
- Misses 2322 2384 +62 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Marc-Andrieu
left a comment
There was a problem hiding this comment.
Somewhat hard to read, the distinction transfer vs. transaction needs to be very clear in mind given the two features you add in the same PR (I had to read some files again to be sure).
This is a very impressive PR!
| public_key_bytes: bytes, | ||
| signature: str, | ||
| data: QRCodeContentData, | ||
| data: QRCodeContentData | RequestValidationData, |
There was a problem hiding this comment.
It's not immediately obvious that these two schemas share a common structure with JWT stuff (key, iat), an amount, some unique ID and a related store.
I think it would be beneficial to factorize the common ground, something similar to this in my November PoC: https://github.com/aeecleclair/Hyperion/pull/896/changes#diff-2efdf688dfe95763d26d2cf79f3fc8678ea0c1a12dad36e55b0d51c71174b964
|
Supersedes #896 |
Description
Summary
support module payment with MyPayment
Issues/PR dependencies
Issues to be resolved
Required PRs
Changes Made
Additional Notes
Classification
Type of Change
Impact & Scope
Testing
Documentation
"Docstrings#Inline comments