Skip to content

Add Bitcoin RPC transaction prioritization and template checks#2

Open
lorbax wants to merge 1 commit into
Priceless-P:send-tx-to-bitcoindfrom
lorbax:send-tx-to-bitcoind
Open

Add Bitcoin RPC transaction prioritization and template checks#2
lorbax wants to merge 1 commit into
Priceless-P:send-tx-to-bitcoindfrom
lorbax:send-tx-to-bitcoind

Conversation

@lorbax
Copy link
Copy Markdown

@lorbax lorbax commented May 5, 2026

Submit raw transactions through Bitcoin Core RPC, prioritize accepted txids with the configured fee delta, and log the raw prioritization response.

Require finalized RPC URL, user, and password config before constructing BitcoindRpc, and build the reqwest client per request instead of storing it.

Track prioritized txids in memory and, when template transaction data arrives, log an error for any prioritized txid missing from the template tx list.

Submit raw transactions through Bitcoin Core RPC, prioritize accepted txids with the configured fee delta, and log the raw prioritization response.

Require finalized RPC URL, user, and password config before constructing BitcoindRpc, and build the reqwest client per request instead of storing it.

Track prioritized txids in memory and, when template transaction data arrives, log an error for any prioritized txid missing from the template tx list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant