Bjarne Magnussen
Bjarne Magnussen
Currently Bit has all the logic to support generating (receiving) Bech32 addresses and this could be added relatively easily. The reason Bit does not yet support it is because two...
Fixes #5339 This PR allows `SubscribeTransactions` to use of its `GetTransactionsRequest` argument to replay transactions before notifying of new transactions. ## Changes Some general changes that this PR makes: *...
## Change Description Currently a _breached_ channel close will not add the actual resolution reports to the summary. This PR adds those reports by making use of the possible communication...
## Change Description Currently the sweep transaction id shown as resolutions for 1st stage _incoming_ HTLCs in force closed channel summaries is wrong. The reason is that due to the...
Related to PR #4024, but reopened as a new PR as this feature has undergone major changes. ### Description This PR introduces a new flag `fundall` for `openchannel`, which when...
**Is your feature request related to a problem? Please describe.** I am trying out LND's remote db backend support (using postgres). However, since I cannot just via the GUI add...
- OS: Lineage OS (without GApps) - Version of OS: 8.1.0 - Device Make and Model: Xiaomi Redmi Note 4 - Shango Version: 1.0 - Device ID (Look in Settings-About...
Currently when sending from a vault the wallet will add the change output, however without adding meta information to the PSBT that would allow hardware wallets to understand it is...
This PR adds a method to the wallet that allows to get transaction data on any transaction given its ID. If the transaction exists in the transaction store, it will...
Adds support for the segwit transaction structure and signing of P2WPKH segwit inputs. New functions: - sign_segwit_struct(tx, i, priv, hashcode=SIGHASH_ALL, segwit=False, amount=0): Signs input i for a segwit transaction structure....