Rijndael
Rijndael
adds a `--delay` flag to the `wallet inscribe` command. If it's passed, it will: - write the serialized reveal transaction to a file (incase the next step crashes or is...
Split just this feature out of #1512
By default, `ord wallet inscribe` creates a UTXO with 9999 sats worth of padding for "postage", to pay future tx fees. If you think that an average sending an inscription...
In this PR: - eth teleburn addresses now have checksums in them. Had to take a dependency on rust-crypto, but didn't take any eth-specific dependencies - added the ethereum teleburn...
Right now a batch file [requires inscriptions ](https://github.com/ordinals/ord/blob/6f7653e6213708791ca072d8c5eeaa0d6e2bdede/src/wallet/batch/file.rs#L21-L24). Since the interface for etching runes is through the `inscribe` command, should we allow this to be optional if you only want...
if you're going to C-c anyway, you can instead pass the `--no-wait` flag when you do an etching. Makes it easier to wrap this in a script, if you're into...