Casey Rodarmor
Casey Rodarmor
Our taproot annex detection code looks wrong. It is currently: ```rust let script = witness .iter() .nth(if annex { witness.len() - 1 } else { witness.len() - 2 }) .unwrap();...
There's an issue in the BIP repo, but discussion has been protracted. I think I just need to address any concrete concerns and ask the BIP editors for a BIP...
I've been thinking about renaming `Sat` to `Ordinal` in the codebase. We renamed in the opposite direction, and `Sat` is nice and short, but I think it's confusing, and I've...
Should have a test which fails if `--fee-rate` isn't provided.
Artists might not like it if owners of inscriptions can add things to an inscription page. Users might not like it if inscriptions they buy have inscriptions made by previous...
I was sort of thinking about this before using lifehash. I love lifehash, but I think it needs to be even cooler. What kind of algorithm produces interesting super long...
All inscriptions are displayed with a white background on ordinals.com. We could let inscriptions specify an RGBA background color, and use that instead. We could also let inscriptions specify an...