Casey Rodarmor

Results 1064 comments of Casey Rodarmor

I think this is probably relatively low priority, so not necessarily worth doing right away if it's too hard. The best option would probably be to only warn the user...

Runes are now etched with `ord wallet inscribe --batch `. There are a bunch of parameters, so it isn't practical to specify them in command line arguments.

You'll need to query `RUNE_ID_TO_RUNE_ENTRY` for a range, like this: `RuneId{ block: BLOCK_NUMBER, tx: 0}..RuneId{block: BLOCK_NUMBER + 1, tx: u32::MAX}`.

I think if we do this, the `inscriptions` field should still be present, but marked somehow as having no content, since creating a rune will still create an inscription, to...

> Jup, that would be a great feature! lol "great feature" this is definitely a bug 😅 @gmart7t2 Thank you for reporting!

I've been calling them "reserved runes", but "nameless runes" are much cooler. This isn't currently supported by the wallet. It shouldn't be too hard to add though: - Make `rune`...

Continuing discussion in #3677. See comments there about using a fixed address.

I think this is a good feature. We'd need a new endpoint, like `/r/content-no-delegate` or `/r/delegee`.

Whoops, sorry, I meant `/r/delegator`, it could also be `/r/delegator-content`

We add `loading="lazy"` to iframes. Does that not work? I'm not sure I'm a fan of this approach, since it breaks the explorer entirely if JavaScript is not enabled.