nine

Results 18 issues of nine

Is there a way to control the postage when we run `ord wallet mint`? Is this just a missing flag, or was it maybe excluded purposefully? Or am I perhaps...

good first issue

going back to the first inclusion of the **`ord env`** command, I have never been able to get it to shutdown gracefully. It always panics after a single CTRL-C. In...

can we add utxo control to the ord wallet by allowing users to specify the `--output ` flag to the batch.yaml spec and the `ord wallet mint` command so that...

good first issue
enhancement

after executing `ord env`, we have the env directory and the bitcoin.conf inside. Updating this file, and then stopping/restarting ord env will result in the file being rewritten. Is it...

bug
good first issue

when minting a rune from the ord wallet, by default, the rune and the change from the tx go to new receiving addresses. This is fine but the `ord wallet...

bug

reference fix #3200 In v0.18.3, dry-run tests for the `ord --index-sats wallet send --fee-rate 1 ` function are unsuccessful with the sat number and the sat degree, but are successful...

apologies - I had a typo in my recent commit; fixed now

the endpoint `/output/` appeared twice in the list.

documentation

Removed disclaimer about the guide being out of date and updated the commands to follow the current version. Minor spelling and grammar fixes, also.

documentation

presents options to fix #3630 * this is my first attempt at making any sort of real changes using Rust. I am still in the very early stages of learning...