You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@raphjaph I just added a bunch of things that I had in a notes file. After the PR that we have in flight now, I think that almost all of these can be done in small follow-up PRs.
I partially implemented refusing to send rare ordinals in #680. However, we still need to check that the utxo that we're sending doesn't contain any rare ordinals aside from the one we're sending. (If the user explicitly sends a rare ordinal, then we should assume they know what they're doing.)
ord wallet identify
: show any rare ordinals in walletord wallet list
: list all ordinal ranges in contained in utxos controlled by bitcoincore walletord wallet send ORDINAL ADDRESS
: sendORDINAL
toADDRESS
should_panic
tests for final checksTemplate
toTransactionBuilder
Template::build_transaction
->TransactionBuilder::build
ord-
and balances are low #692The text was updated successfully, but these errors were encountered: