jam icon indicating copy to clipboard operation
jam copied to clipboard

Your sats. Your privacy. Your profit.

Results 122 jam issues
Sort by recently updated
recently updated
newest added

Makes sure the created wallet is a non-descriptor wallet. Changes: - apply same changes as in https://github.com/joinmarket-webui/jam-docker/pull/58 - replace nbxplorer with own "regtest-initializer" - update bitcoin core from v22 to...

bug

Partly addresses #438. Changes: - minimum confirmations limit (>=5 confs) must be fulfilled for all utxos (instead of single utxo) - for single collaborative tx: min conf limit for utxos...

bug

TBD. Closes https://github.com/joinmarket-webui/jam/issues/454. Not ready yet. Needs to be refactored.

tech dept

Closes #469. First iteration of "feat: ability to retrieve logs #469". This PR uses features implemented in https://github.com/joinmarket-webui/jam-docker/pull/51 and must be tested in conjunction with it. Features: - ability to...

enhancement
concept

As mentioned in https://github.com/joinmarket-webui/joinmarket-webui/pull/349#discussion_r907448288 > We have to be careful to harmonize terminology now that we have "Jars". We had "Privacy Levels" in the past and there's still "Accounts" and...

enhancement
good first issue
UI/UX

The current preconditions for collaborative transactions are flawed. As of `v0.0.9`, [ `CoinjoinPreconditions` are as follows](https://github.com/joinmarket-webui/jam/blob/v0.0.9/src/hooks/CoinjoinPrecondition.ts#L5-L10): ``` const COINJOIN_PRECONDITIONS = { MIN_NUMBER_OF_UTXOS: 1, // min amount of utxos available //...

bug

The only way to stop a running taker operation is to lock the wallet – that is not so intuitive. At least in regtest, `Makers who didnt respond` can happen...

UI/UX

The UTXO selection list for fidelity bonds can become quite long if there are many UTXOs. We could paginate the list or think of other ways to make it more...

concept
UI/UX
Fidelity Bonds

The full `joinmarket.cfg` config file contains many settings and multiple sections (daemon, blockchain, messaging, logging, timeout, policy, payjoin, yield generator), not all of which are immediately relevant to most users....

documentation

Follow-up to and extension of #12 See the [Configuration page](https://github.com/joinmarket-webui/joinmarket-webui/wiki/Configuration:-UI-Settings-&-joinmarket.cfg) in the wiki. ### Update from Figma, June 2022:

blocked