Code Monkey home page Code Monkey logo

lnd's People

Contributors

aakselrod avatar andrewshvv avatar bhandras avatar bitromortac avatar bjarnemagnussen avatar bryanvu avatar carlakc avatar cfromknecht avatar cjamthagen avatar crypt-iq avatar ellemouton avatar erikek avatar guggero avatar halseth avatar hieblmi avatar joostjager avatar josephpoon avatar juneezee avatar losh11 avatar matheusd avatar morehouse avatar orbitalturtle avatar positiveblue avatar roasbeef avatar roeierez avatar sangaman avatar valentinewallace avatar wpaulino avatar yyforyongyu avatar ziggie1984 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lnd's Issues

script witness item is larger than the max allowed size

Background

After a few months running lnd i get this :
Started rescan from block 39ad108f4e79272c1ac611b0008dcdc505eb8baadec4ae28c6ec52b6fe4a75bf (height 2425369) for 593 addresses
Unable to complete chain rescan: readScript: script witness item is larger than the max allowed size [count 57628, max 11000]

Your environment

  • version of lnd: [v0.14.2rc3]
  • which operating system (uname -a on *Nix) : Linux
  • version of btcd, bitcoind, or other backend 0.21.2.1
  • any other relevant environment details

Steps to reproduce

Start LND

Expected behaviour

LND Up and Running

Actual behaviour

Stuck on Unable to complete chain rescan: readScript: script witness item is larger than the max allowed size [count 57628, max 11000]

[Feature Request] Add SP (Swift Package) and Android libraries as part of the release process

Background

People are using ltcsuite/lnd to use in their projects and it is a great resource to promote use the features in the Litecoin ecosystem.

For mobile clients like Android & iOS, leveraging the ltcsuite/lnd library is not as automated as desired. Rather than the CI/CD creating a docker space to create a binary from source, it would be ideal for the mobile client needing the package(s) to simply pull the SDK by referencing the commit or release tag

Adding via SPM

For iOS the most streamlined method to add ltcsuite/lnd would be to add it to the package manifest or look it up in Xcode Swift Package Manager

For example using a Package.swift file:

// swift-tools-version:5.3
import PackageDescription

let package = Package(
    name: "LTCSuite_lnd",
    products: [
        .library(name: "LTCSuite_lnd", targets: ["LTCSuite_lnd"]),
    ],
    dependencies: [
        .package(url: "https://github.com/ltcsuite/lnd.git", from: "v0.14.2-beta.rc2"),
    ],
    targets: [
        .target(name: "LTCSuite_lnd", dependencies: ["KeychainAccess"]),
    ]
)

Your environment

  • version of lnd
  • which operating system (uname -a on *Nix)
  • version of btcd, bitcoind, or other backend
  • any other relevant environment details

Steps to reproduce

Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.