stack_wallet icon indicating copy to clipboard operation
stack_wallet copied to clipboard

Add API-less, UTXO-based ordinal detection heuristic

Open sneurlax opened this issue 2 years ago • 3 comments

obviate the API call, try detection via "2nd witness commitment": https://bitcoin.stackexchange.com/questions/118567/how-can-we-check-if-a-transaction-is-an-ordinal-transaction-in-the-mempool

sneurlax avatar Jul 27 '23 20:07 sneurlax

ie replace the <10000sats check from https://github.com/cypherstack/stack_wallet/blob/staging/lib/services/coins/litecoin/litecoin_wallet.dart#L1899-L1904 with something like the above

sneurlax avatar Jul 27 '23 20:07 sneurlax

and replace the API call above that linked snippet w the same

sneurlax avatar Jul 27 '23 20:07 sneurlax

Look for ASCII "ord" (hex 6f7264) in the [second to last] output

sneurlax avatar Jan 11 '24 18:01 sneurlax

Closed but not completed.

sneurlax avatar Sep 11 '24 17:09 sneurlax