ordinals/ord

Allow fee-bumping transactions

Open

#1,519 建立於 2023年2月6日

在 GitHub 查看
 (28 留言) (12 反應) (0 負責人)Rust (1,479 fork)github user discovery
enhancementgood first issue

倉庫指標

Star
 (3,955 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南