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

Release 0.15.1 #96

Merged
merged 5 commits into from
Aug 28, 2023
Merged

Release 0.15.1 #96

merged 5 commits into from
Aug 28, 2023

Commits on Aug 28, 2023

  1. update bitbox02-api-go

    ```
    cd gowrapper
    go get github.com/digitalbitbox/bitbox02-api-go@8aaeb1fdf18ebf6a445f0b68582d9799f00b6793
    go mod tidy
    go mod vendor
    ```
    
    The /x/crypto transitive dep was updated that broke GopherJS, so we
    forked it to github.com/digitalbitbox/gopherjs and published the fix
    at the tag `v1.17.2+go1.17.9-patched`. The patch is a backport of the
    fix at gopherjs/gopherjs#1227.
    benma committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8fe61d2 View commit details
    Browse the repository at this point in the history
  2. sandbox: fix btc sign demo

    The prevOutIndex referenced a non-existing output.
    benma committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c11fd8e View commit details
    Browse the repository at this point in the history
  3. .github/workflows/ci.yml: update to ubuntu-22.04

    This change is needed as GitHub deprecated ubuntu-18.04:
    
    >  The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04 or ubuntu-22.04 (ubuntu-latest). For more details, see actions/runner-images#6002
    benma committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0dba446 View commit details
    Browse the repository at this point in the history
  4. .github/workflows/ci.yml: increase heap size

    CI failed with
    
    > FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
    benma committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    db978f6 View commit details
    Browse the repository at this point in the history
  5. CHANGELOG: release 0.15.1

    benma committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    89f2384 View commit details
    Browse the repository at this point in the history