lit icon indicating copy to clipboard operation
lit copied to clipboard

Lightning Network node software

Results 91 lit issues
Sort by recently updated
recently updated
newest added

Bumps [array-macro](https://github.com/xfix/array-macro) from 1.0.2 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=array-macro&package-manager=cargo&previous-version=1.0.2&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...

dependencies

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...

dependencies

Bumps [libflate](https://github.com/sile/libflate) from 0.1.16 to 0.1.27. Commits 193fd65 Bump version to v0.1.27 0170b0c Merge pull request #43 from sile/apply-cargo-fix de4dbee Apply cargo fix 3ff53db Bump version to v0.1.26 ec3bd87 Apply...

dependencies

This PR is to avoid Noise Protocol message size limitation (64kb). https://noiseprotocol.org/noise.html (All Noise messages are less than or equal to 65535 bytes in length.) I think that even with...

From the DLC whitepaper: If both parties are online and agree, they may be able to negotiate an end to the contract based on the current price, rather than the...

From the DLC whitepaper. 1) If Olivia attempts to publicly report two different prices (in order to assume the role of a counterparty in a contract and “win” the bet...

DLC multiple oracles support added.

DlcRefundTx created. Some tests fixing. Some cleanups.

There's an idea to integrate CryptoKernel based assets into LIT. What would be required to integrate that? Also, investigate the possibility to integrate non-UTXO based assets like Ethereum. Break down...