-
Notifications
You must be signed in to change notification settings - Fork 9
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
Configure asset metadata #659
Conversation
e6a24e3
to
2e0d015
Compare
I have to admit at first I thought we should provide a larger list of assets but this minimal approach is more appealing now. |
Yes |
use super::{AssetMetadata, Persister}; | ||
|
||
impl Persister { | ||
pub(crate) fn replace_asset_metadata( |
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.
Can you elaborate what is the advantage of persisting the configurable assets?
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.
For rendering the payment list, it seems simpler to add them to the SQL join
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.
Still reviewing, but will have to finish later, so here's what I got for now :)
36f9697
to
289d61f
Compare
dbc649c
to
e01ea48
Compare
289d61f
to
4dfef3b
Compare
e01ea48
to
2e7501a
Compare
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.
LGTM
eab5359
to
591f5e3
Compare
b75822a
to
b066c8b
Compare
591f5e3
to
b92d1ef
Compare
b066c8b
to
8707492
Compare
74ab74f
to
0cbb386
Compare
0cbb386
to
b7db112
Compare
Builds on PR #645
This PR:
Depends on breez/breez-sdk-greenlight#1157