ord icon indicating copy to clipboard operation
ord copied to clipboard

👁‍🗨 Rare and exotic sats

Results 858 ord issues
Sort by recently updated
recently updated
newest added

@cberner, just took a stab at upgrading to redb 0.12.0: - Some additional type hints were needed. I don't fully understand the tradeoffs here, and we might have discussed this...

We have a few invariants in the transaction builder that we don't check for: - All addresses are taproot addresses - No duplicate addresses

I often want to look up blocks, transactions, and outputs on mempool.space. We should include links on those pages to make it easier. Will have to take signet/mainnet/testnet into account.

- An inscription can include an additional field in the envelope header called the "title" - The value of this field should be UTF-8 encoded text - The title is...

Should be possible to make multiple inscriptions in a single transaction. How to assign inscriptions to sats in the output? Fifo order: Inscriptions are extracted in order from all inputs...

consensus

Currently we detect and error on reorgs, but we should actually handle them. We should implement this by adding checkpoints and rollbacks to redb, which would make this trivial: https://github.com/cberner/redb/issues/341...

Walk people through the process of making inscriptions, help them get full nodes set up, etc.