Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* WIP restarting node/read channel_manager from file * WIP: LN Registry for register_tx & register_output * update transactions confirmations on node restart * reconnect to channel peers on node restart * connect to LN node RPC + WIP lightning ctx * continued lightning ctx impl for multiple coins * open_channel RPC * withdraw to p2wsh addresses + funding tx WIP * fix zhtlc build * extract_destinations for p2wsh * generate/broadcast funding tx (channel opening tx) * update rust-lightning to v0.0.102 * update rust-lightning to v0.0.103 * fix reconnection to open channels nodes on restart * save nodes to file fix + order txs to confirm * add fee param to open_channel RPC + refactors * use scripthash_get_history to get tx block height * remove unneeded comments * WIP:Review fixes, ChannelOpenAmount, UtxoTxBuilder * WIP: Review fixes, use get_tx_fee for funding tx * remove WithdrawFee, fix unit test * WIP: review fixes, use find_output_spend fn * WIP: review fixes, separate dirs for tickers * WIP: Review fixes, request_id fix on restart * WIP: review fixes, LightningCoin * final fixes: move ln_registry, fix fee with max * second review fixes * WIP: review fixes, OpenChannelRequest fix, others * Review fixes: enable_l2, enable_lightning * remove lightning from lp_coininit * use virtual bytes to calculate tx fees * WIP: more review fixes * WIP: review fixes, remove block_on * WIP: review fixes, impl EventHandler trait * WIP: add validation methods to L2ActivationOps * Review fixes, add unsigned_funding_txs mutex * review fixes: NO_SUCH_TRANSACTION_ERROR * use 'code': -5 to check for tx unconfirmation * add get_merkle method, use tx index to confirm it
- Loading branch information