buck54321

Results 97 issues of buck54321

The `MACOSX_DEPLOYMENT_TARGET` env var is required to compile backwards compatible cgo builds with on Mac. The `-tray` thing was just copypasta.

If the user starts up a wallet after being shut off for a long time, we shouldn't renew their bonds without input first.

Prune archived orders when there are more than 1000 (configurable).

Refactor sending evm txs so that we store the txs before sending and are accepting of send errors. This avoids a scenario where we send the tx, but still receive...

The `trackedTrade.csum` field was protected under the very broad `trackedTrade.mtx`. This created lock contention when preimage requests came in for cancel orders while we had long running ticks, since `acceptCsum`...

After the bond is created and we start waiting for confirmations, the "Creating Bonds..." section should be hidden. ![image](https://github.com/user-attachments/assets/eb350083-778f-4f1e-a649-84c32e94f138)

``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0xc8 pc=0xa70334] goroutine 1899759 [running]: decred.org/dcrdex/client/core.acceptCsum(0xc0012f6480, 0x1, {0xc0012f8bc0, 0x20, 0x20}) /home/user/code/gopath/pkg/mod/decred.org/[email protected]/client/core/core.go:8999 +0x94 decred.org/dcrdex/client/core.processPreimageRequest(0xc0004b2800, 0xc000003080,...

Maybe a couple of different things we can do 1. Hovering over an asset's logo could bring up a floating information panel of some kind that tells you about your...

There was a report that Binance was reporting some deposited balance as available before it had the required number of confs. We should investigate this and figure out the implications...