gun icon indicating copy to clipboard operation
gun copied to clipboard

The Go Up Number Wallet

Results 13 gun issues
Sort by recently updated
recently updated
newest added

To fix nightly build

Otherwise after you cancel a split you increment the change index too much without using any addresses inbetween.

it doesn't output any emojis. Right now the command logic is full of `eprintln`. I think we should replace every `eprintln` with a custom function for the purpose of the...

`gun send` only allows single address sends but we should allow building arbitrary transactions. I'm not sure what the CLI api should be but something like: ``` gun psbt build...

It would be great if there were a way to select specific utxos when spending, bypassing whatever existing coin selection algorithm exists. Brainstorming some ideas for how this could work...

A lot of the changes we made in v0.6 means that `--yes` probably won't work very well. The value isn't passed down to the signers. Probably the solution is to...

It should be possible to take an existing gun wallet and migrate it to a new setup. This would take the same arguments as `gun setup` but would create a...

I am wondering what would it require to add regtest RPC backend support in gun. I want to be able to create regtest betting transaction and test out various betting...

Right now it outputs something like: ``` syncing wallet with Esplora(EsploraBlockchainConfig { base_url: "https://mempool.space/api", concurrency: Some(4), stop_gap: 100 }) ``` But it there should be more information here and it...

We should be able to bump the fee of a tx of a bet in the `unconfirmed` state via CPFP by spending from the change output. The annoying thing about...