-
Notifications
You must be signed in to change notification settings - Fork 148
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
feat: filter out runes utxos, closes #5207 #5229
Conversation
3a173b8
to
cf3f7dd
Compare
Looks good @alter-eggo, if you rebase on the balances work (now on dev) you should see some more code that adds the remote config for mainnet Runes ...and code so we can go live handling both testnet and mainnet. |
de414d1
to
19f96a9
Compare
d616b50
to
1e792db
Compare
ecccb8e
to
1459215
Compare
// To-DO If there are no runes response, filter out all utxos ? | ||
if (!data) { | ||
return []; | ||
} |
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.
Wonder if this is indeed too strict? won't this flash a balance of 0 before the data loads?
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.
hm. let's remove for now
1459215
to
3a40511
Compare
This pr add filtering of utxos with runes from spendable utxos list