Skip to content

1.0.4.2

Compare
Choose a tag to compare
@NicolasDorier NicolasDorier released this 28 Apr 16:31
· 3860 commits to master since this release
3e13e47

1.0.4.2

New feature and improvements

  • Auto labelling of wallet transactions, for now three labels "invoice", "pj-exposed", "payjoin" (@Kukks)
  • Checkout dark theme improvements (@dennisreimann #1508)
  • Show warning when create a hot wallet when you are not admin of the server (@Kukks)
  • In store settings, shows "Not set" if a derivation scheme is not set. If it is set, always show the last few letters of the derivation scheme. (@Kukks)
  • Do not show lightning network configuration for Liquid assets. (@Kukks)
  • Better UTXO selection for payjoin receiver (@Kukks #1470)
  • Payjoin: But the automatic broadcast of original transaction from 1 minute to 2 minutes. (to give more time to sign with a hardware wallet)
  • Greenfield: Expose an health check endpoint without authentication (@dennisreimann)
  • Greenfield: Very primitive create/read/update/delete store endpoints (@Kukks)

Bug fixes

  • With LND above 0.9, invoices were immediately transitioning as partially paid. (@rockstardev)
  • Successful payjoin in P2SH-P2WPKH would result in overpaid invoice (@Kukks)
  • If payjoin sender is sending the PSBT in hex format, we should send back the proposal in hex format (@Kukks)
  • Payment request were redirecting to non-existing (404) URL after payment (@Kukks)
  • Incorrect derivation scheme in generate wallet were giving an error 500 instead of proper error message (@Kukks)
  • When pasting a BIP21 when using coin selection, it would throw an error. (@Kukks)
  • In the Wallet Send page, remove a JS script reference which does not exist anymore. (@Kukks)
  • Fix LCAD logo (@dennisreimann)
  • Fix dark theme contrast for Payment Requests (@ubolator and @dennisreimann #1488)
  • Fix MySql supports details (@ketominer)
  • In dark theme, the pay button was rendering BTCPAY text in black. (@dennisreimann #1517)

Miscalleneous