buck54321

Results 97 issues of buck54321

#2432 began scaling trading limits with the user's bond level, but is based on a simple formula ```Go consst defaultTakerLotLimit = 6 takerLimit := `tier * lotSize * defaultInitTakerLotLimit ```...

1) It would be good if we could see the market's lot size and maybe fee rate while in view-only mode. 2) Should we show the current network fee rate...

Off the top of my head, we should explain 1. Account structure. legacy, 0 = unified transparent + Orchard, 1 = Orchard receivers only, which is a unified address 2....

We need to encrypt the `db.Bond.PrivKey`. https://github.com/decred/dcrdex/blob/8d99975b34e4ed372953ee39f5fbc659b2302918/client/db/types.go#L100 With #2036 introducing automatic bond rotation, encryption of the private key becomes difficult, since we don't want to keep the application `Crypter` in...

comment by @davecgh on Element. > I personally prefer for enter to activate the default action of forms. More generally, one of the biggest pet peeves I have with almost...

All of the harnesses are equipped to perform reorgs, but none of our live tests are using the functionality yet. Also, a btc testnet reorg appears to be responsible for...

bug
testing
advanced

Adds support for a Bitcoin SPV wallet to the **decred** package. The wallet is implemented by wrapping **btcwallet** and compiling as a C library, and importing into Python using `ctypes`....

Workaround for https://github.com/python-poetry/poetry/issues/3661. Already uploaded to pypi as 0.1.1.

- [ ] Expand overview. Remove **overview** header. The description can just go below the title. - ~~Move build status to the bottom, or at least below the fold. It...

Examples - https://github.com/decred/dcrstakepool/blob/master/harness.sh - https://gist.github.com/davecgh/3da3c48bd9ab1914ff134c0b26b8661c - https://github.com/buck54321/dcrdex/blob/dcrwallet/dex/testing/dcr/harness.sh Script will need to fire up dcrd, dcrdata, dcrstakepool/stakepoold. Ports chosen for the various RPCs can be hard-coded into the TD network configuration...