bitbox-base
bitbox-base copied to clipboard
Personal Bitcoin & Lightning full node appliance
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 [](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...
build(deps): bump golang.org/x/crypto from 0.0.0-20191117063200-497ca9f6d64f to 0.1.0 in /middleware
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 [](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...
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...
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...
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...