8000 Add multi-version support · Issue #22 · altangent/lnd-async · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add multi-version support #22
Open
@bmancini55

Description

@bmancini55

Add ability to have multi-version support so that each update of LND doesn't introduce a breaking change.

Possible implementation would look like:

  • adding a required config option for the version
  • perform check on config option for validity of supplied user version
  • add rpc.proto files for past versions
  • deterministically name each rpc.proto file (ie: named as version)
  • selection correct rpc.proto file based on supplied version
  • add per version function map to lnd-async.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0