Drop AmountStr #612
No reviewers
Labels
No labels
DB & Storage
Deployment
Error Handling & Logging
Maintenance
Payment Backend
backport
backport v0.13.x
backport v0.14.x
backport v0.15.x
bindings
blocked
bug
cdk-sql
ci
cli
deps
documentation
duplicate
enhancement
good first issue
help wanted
invalid
keep-open
ldk-node-ui
migrations
mint
mutation-testing
needs rebase
needs review
new nut
nut change
question
ready
rust-version
rustfmt
stacked hold
stale
testing
wallet
weekly-report
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cashubtc/cdk!612
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/drop-amount-str"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Fixes #609
Instead write a customer serializer for Keys to serialize amounts as strings
Notes to the reviewers
Suggested CHANGELOG Updates
CHANGED
ADDED
REMOVED
FIXED
Checklist
just final-checkbefore committingFound a NIT for error type, otherwise looks good.
@ -26,3 +28,4 @@InvalidAmount(String),}/// Amount can be any unitParsing "1.23" will fail, but not because of overflow.
Maybe a more generic parsing error is better instead of
Error::AmountOverflow?@ -26,3 +28,4 @@InvalidAmount(String),}/// Amount can be any unitGreat feedback, is it any better now (
f1c69fe5da) @ok300 ?ACK
040259c131@ -26,3 +28,4 @@InvalidAmount(String),}/// Amount can be any unitYes, looking good!