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

openssl: add fallback for ripemd160 implementation #59

Merged

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    b42a237 View commit details
    Browse the repository at this point in the history
  2. openssl: add fallback for ripemd160 implementation

    OpenSSL removed ripemd160, which impacts the default impl of hashlib for
    most python installs (true as of 22.04 LTS)
    
    See also:
    
    - openssl/openssl#16994
    - bitcoin/bitcoin#23710
    - petertodd/python-bitcoinlib#277
    niftynei committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a1093f5 View commit details
    Browse the repository at this point in the history
  3. update CLN to v0.12.0

    niftynei committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d62c824 View commit details
    Browse the repository at this point in the history
  4. use ubuntu v22

    niftynei committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8363a14 View commit details
    Browse the repository at this point in the history
  5. retry: cut down to 14 from 20

    I did some stats analysis a while ago, I think the odds at 14 runs of a
    fail is as statistically signficant as 20? Sorry, don't remember the
    math.
    niftynei committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    94c2f8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8e3f0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a04513 View commit details
    Browse the repository at this point in the history