lnd/docs/release-notes/release-notes-0.17.0.md
Oliver Gugger f9d4600ff8
Merge pull request #7645 from shaurya947/bitcoind-minmempoolfee
sweep+lnrpc: enforce provided fee rate is no less than relay fee
2023-05-30 13:15:22 +02:00

3.6 KiB

Release Notes

DB

Watchtowers

Misc

RPC

  • SendOutputs now adheres to the anchor channel reserve requirement.

  • Enforce provided fee rate is no less than the relay or minimum mempool fee when calling OpenChannel, CloseChannel, SendCoins, and SendMany.

  • The UpdateNodeAnnouncement API can no longer be used to set/unset protocol features that are defined by LND.

  • Neutrinorpc getblockhash has been deprecated. Endpoint has been moved to the chainrpc sub-server.

    Custom node announcement feature bits can also be specified in config using the dev build tag and --protocol.custom-nodeann, --protocol.custom-init and --protocol.custom-invoice flags to set feature bits for various feature "sets", as defined in BOLT 9.

  • OpenChannel now accepts an optional memo argument for specifying a helpful note-to-self containing arbitrary useful information about the channel.

Misc

Code Health

Testing

lncli

Bug Fix

Contributors (Alphabetical Order)

  • Carla Kirk-Cohen
  • Daniel McNally
  • Elle Mouton
  • Erik Arvstedt
  • ErikEk
  • Guillermo Caracuel
  • hieblmi
  • Jordi Montes
  • Matt Morehouse
  • Michael Street
  • Oliver Gugger
  • Shaurya Arora
  • ziggie1984