Casey Rodarmor
Casey Rodarmor
We have a few db changes we want to make: - Multiple inscriptions per sat: satpoint -> inscription id and sat -> inscription id both become multimaps - Provenance: must...
Strongly suggest that ordinal-aware HD wallets use different derivation paths for *all* outputs, and to never mix ordinal-aware outputs and transactions with non-ordinal aware outputs and transactions. Perhaps even come...
There are a lot of options, `--cookie-file`, `--bitcoin-data-dir`, `--data-dir`, etc, that are annoying to have to repeatedly pass on the command line. It should be possible to set these in...
Should display something better than just a blank iframe.
I saw this error in the logs repeatedly, and was curious what inscription it was.
Displaying a hash of content is a good way of seeing if something is a duplicate of another. It would be interesting to display the hash of the content on...
`ord bitcoind-config` should spit out a minimal bitcoind config including txindex and the correct network.
These are common errors, so we should improve the error messages. Errors from `Option::cookie_file` are probably rare, but add some context since it can't hurt. Errors from `Client::new` are probably...