Skip to content

Releases: ElementsProject/elements

elements-0.18.1.12

09 Jun 19:11
elements-0.18.1.12
5b1f3cc
Compare
Choose a tag to compare

Changelog:

  • Support supplying contract hash to issueasset RPC
  • Fix description of -chain parameter
  • Add liquidv1test chainparams
  • Add logging for dynafed activation and transitions
  • Undo default signalling behavior for dynafed unless enabled

elements-0.18.1.11

29 Mar 18:37
elements-0.18.1.11
2665406
Compare
Choose a tag to compare

Changelog for v0.18.1.11:

  • Specify the dynafed epoch length for liquidv1.

Changelog for v0.18.1.10

  • Add SIGHASH_RANGEPROOF support
  • Add two missing dynafed fields to getblockchaininfo
  • Support changing mainnet dynafed activation
  • Only verify proposed dynafed parameters if they differ from current

elements-0.18.1.9

12 Oct 21:03
elements-0.18.1.9
af1bef5
Compare
Choose a tag to compare

Release notes:

  • Fix logic issues with randomization of outputs in [re]issueasset
  • Fix parsing of amount commitments from prevtxs in signrawtransactionwith... commands
  • Fix mainchain RPC warmup message that showed repeatedly
  • Check blinded values when decoding or signing a PSBT
  • Specify BIP9 deployment for DynaFed

elements-0.18.1.8

07 Jul 00:16
elements-0.18.1.8
8b585d8
Compare
Choose a tag to compare

Changelog:

  • update to the new active PAK list

elements-0.18.1.7

29 Apr 11:37
elements-0.18.1.7
292f9f5
Compare
Choose a tag to compare

Changelog:

  • Support fee estimation for fees lower than 1 sat/byte
  • Optimize size estimation in FundTransaction
  • Index the genesis block with txindex
  • Make issuance fail for invalid addresses instead of silently convert to fee output
  • Change the logo in the GUI from Liquid to Elements
  • Replace some Bitcoin mentions with Elements
  • Add overflow check in HasValidFee

elements-0.18.1.6

24 Mar 18:36
elements-0.18.1.6
49d3c1c
Compare
Choose a tag to compare

Changelog:

  • Reduce mintxfee to 0.1 sat/vbyte and fallback fee to 2 sat/vb
  • Switch default bits of hiding to 52
  • check for hardened derivation steps early in initpegoutwallet
  • Create witness outputs for (re)issueasset RPC
  • Fix claimpegin and createrawpegin support for multiwallet
  • Place the mainchain RPC warmup message in a better place

elements-0.18.1.5

08 Feb 01:14
elements-0.18.1.5
911d1f0
Compare
Choose a tag to compare

Changes:

  • Correct some inconsistencies in the handling of the default chain, if one is not specified. (The default is Liquid v1, but in some places the Bitcoin mainnet chain would be assumed instead.) Chain-specific config file arguments will now correctly be treated as applying to the Liquid v1 chain by default. The elements-cli default will now be the Liquid v1 chain. GUI shortcut files will no longer default to being named "Bitcoin".

elements-0.18.1.4

31 Jan 20:14
elements-0.18.1.4
168fd68
Compare
Choose a tag to compare

Changes:

  • Fix bug in address list creation for getwalletpakinfo.
  • Add current_params_root key to getblockchaininfo RPC.
  • Use correct name in Mac OSX application

Elements 0.18.1.3

09 Dec 17:38
elements-0.18.1.3
928727a
Compare
Choose a tag to compare

This is a required release for anyone using peg-out functionality in Liquid network.

Liquid fix:

  • Liquid fix for peg-out authorization creation

Various QT fixes and enhancements:

  • Allow QT to start up with warning if mainchain peg-in validation has not been set up.
  • Have balance window in QT scrollable when many assets are in wallet
  • Fix QR code display with non-blech32 addresses
  • Give proper estimation of chain size on first startup

Dynamic Federations:

  • Simplified and improved legacy to dynamic federations transition logic
  • Set BIP9 starting window logic for signaling to being per block height rather than clock time

Documentation:
Removed erroneous "bitcoin" strings in help documentation.

Elements 0.18.1.2

29 Oct 19:46
elements-0.18.1.2
c53a313
Compare
Choose a tag to compare

Features and fixes:

getnewblockhex: Take data push for arbitrary data in block coinbase commitment
dynaParamsToJSON: No lock required
Reduce relay min rate to 100 sat/vkB (mempool relay only, no wallet default changes)