Casey Rodarmor

Results 585 issues of Casey Rodarmor

Current, `ord wallet offer create` and `ord wallet offer accept` only allow swapping bitcoin for an inscription. It would be nice, similar to @lifofifoX's [SWAP](https://swap.art/), to make it possible to...

good first issue
enhancement

On `/inscription`, gallery members are not paginated. They should be paginated, similar to children.

good first issue

Perhaps it would be a good idea to have some sort of guideline for how wallets display reinscriptions. In particular, perhaps wallets should never display reinscriptions as their own, top-level...

The order of arguments to `ord wallet send` is somewhat confusing. I personally always forget whether the outgoing asset is first or the destination address. We should consider making them...

It should be easier to deal with rare and exotic sats. We should add a `locked` or `special` or whatever field to the config file, so that users can mark...

enhancement

For reasons not known to me, lots of inscriptions use NFTs where attributes are stored as a list of objects that looks like: ``` "attributes": [ { "trait_type": "Clan", "value":...

Reported by @gmart7t2 here: > @raphjaph it used to be that if there was a timeout while rescanning, the seed phrase wouldn't be displayed (I'm think more about "wallet create"...

Currently, recipe attributes like `[confirm: 'prompt']` only allow string literal arguments. Ideally, these should all be able to take arbitrary expressions, like `[confirm: 'are you sure you want to delete...

Shebang recipes are quiet by default. This is somewhat confusing, since linewise recipes are not quiet by default. The motivation for making shebang recipes quiet is that it isn't possible...

enhancement

People like cheat sheets! It would be nice to have an official one. This adds `just --sheet` which prints out a self-contained HTML cheat sheet. We can also add it...