mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-22 14:22:39 +01:00
* moved CoinUtils to eclair-core to expose conversion methods Parsing and converting string amount to BtcAmount objects, and displaying BtcAmount as well formatted string is a common use case. Methods that were developed for the gui module should be exposed from eclair-core so that they can be reused elsewhere. * increased timeouts in integration tests * have bitcoin wallet and watcher use a separate client * return more information on channel opening * removed `storedChannels` from `Peer` constructor 1) so that they can be garbage-collected 2) that was a memory leak because closed channel would stay forever * OpenChannel now accepts a feerate param for the funding Tx User should be able to override the fee rate of the funding tx that he sends when he opens a channel. This custom fee is entered as a fee rate in satoshi per byte, and converted to a fee rate per kw. The default value of this fee rate does not change, and still aims for the funding tx to be included in a block within the next 6 blocks, estimation which is made through the FeeProvider class. * reworked payment events and made sure we send events even when `PaymentLifecycle` disappeared, e.g. when we restart right after having sent a payment. |
||
---|---|---|
.. | ||
src | ||
pom.xml |