ordinals/ord

Allow fee-bumping transactions

Open

#1 519 ouverte le 6 févr. 2023

Voir sur GitHub
 (28 commentaires) (12 réactions) (0 assignés)Rust (1 479 forks)github user discovery
enhancementgood first issue

Métriques du dépôt

Stars
 (3 955 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Commit, reveal, and send transactions can all get stuck in the mempool. The wallet opts them into RBF, so they can be bumped, but we don't have any code to actually bump them. We should add this.

First step is a design. Does ord wallet bump TXID work? that would be the simplest design, but if ord needs to do different things for commit, reveal, and send transactions, it would have to figure out which TXID was. Another option is ord wallet rescue TXID, which will fee bump, not reveal inscriptions, and return the UTXO to your wallet to try again with a higher fee. If this is really simple, we might consider prioritizing it.

Guide contributeur