bitbox-base icon indicating copy to clipboard operation
bitbox-base copied to clipboard

Personal Bitcoin & Lightning full node appliance

Results 9 bitbox-base issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191105231009-c1f44814a5cd to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20191105231009-c1f44814a5cd&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191117063200-497ca9f6d64f to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20191117063200-497ca9f6d64f&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.3.4 to 1.9.3. Commits 77a57fd Limit the complexity of "like" queries that match on a pattern. 590010f Update match dependency 61273bf Update dependency 78289be Create FUNDING.yml 75046d2...

dependencies

Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.3.4 to 1.9.3. Commits 77a57fd Limit the complexity of "like" queries that match on a pattern. 590010f Update match dependency 61273bf Update dependency 78289be Create FUNDING.yml 75046d2...

dependencies

This commit: - Adds the `AvailableHSMVersion` Redis key: `hsm:firmware:version` - Adds the `HSMUpdateAvailable()` method to the middleware which compares the version of the running HSM firmware and the AvailableHSMVersion Redis...

This pull request extends the initial implementation of the autorization reset and adds a "Maintenance Menu" that is displayed (without the need to log in) if an authorized maintenance token...

This PR adds the handling of the state and description codes by the Middleware and Supervisor. This is based on the groundwork done in #300. --- #### Requirements: - The...

The introduction of the Maintenance Menu as a seucrity-sensitive features needs proper documentation. This commit: * replaces the "Factory reset" section in Tinkering with the new "Maintenance Menu" section Depends...