Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi: move the btcutil repo into btcd as a sub-module #1785

Merged
merged 3 commits into from Jan 11, 2022

Commits on Jan 11, 2022

  1. btcutil: move btcutil into new sub-module

    In this commit, we move `btcutil` as well as its sub-module, the `psbt`
    package into the `btcd` repo itself.
    Roasbeef committed Jan 11, 2022
    Copy the full SHA
    5cd3533 View commit details
    Browse the repository at this point in the history
  2. multi: update btcutil imports to point to new sub-module

    In this commit, we update all the btcutil imports to point to the new
    sub-module.
    
    In the same commit, we also modify the recently added `btcutil/go.mod`
    file as we need to continue pointing to the _old_ version of btcd, until
    we merge this PR and push a new tag.
    Roasbeef committed Jan 11, 2022
    Copy the full SHA
    caac0f8 View commit details
    Browse the repository at this point in the history
  3. build: adapt btcutil Makefile for usage in project

    In this commit, we adapt the Makefile that was being used for the
    btcutil project to work for btcd as well. The Makefile is pretty simple,
    and is just a series of templated commands. Overtime, we can pull in
    some of the `lnd` additions as well, which we use to handle our
    reproducible build and verification system.
    Roasbeef committed Jan 11, 2022
    Copy the full SHA
    3cacbd4 View commit details
    Browse the repository at this point in the history