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

feat(everstake/bip39): scaffold everstake/bip39 #31634

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

ponkio-o
Copy link
Contributor

@ponkio-o ponkio-o commented Feb 2, 2025

everstake/bip39: CLI for generation and verification of mnemonics in BIP39 standard with hash in Argon2id

$ aqua g -i everstake/bip39

Check List

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

root@e68368b47b28:/workspace# bip39
NAME:
   bip39 - Generation, verification of mnemonics in BIP39 standard and obtaining their hash in Argon2id format

USAGE:
   bip39 [global options] command [command options]

COMMANDS:
   generate    BIP39 mnemonic generation
               --words value  Word count (default: 24)
               --color value  First and last word color highlighting (default: green,blue)
                              Allowed colors: black, red, green, yellow, blue, magenta, cyan, white
               --save value   Save to file [yes/no] (default: yes)
                              File name format: <Argon2idHash>_<TimestampUnixNano>.bip39
               --dir value    Save file to directory (default: /root/bip39/mnemonics)

   existing    Check existing BIP39 mnemonic
               --color value  First and last word color highlighting (default: green,blue)
                              Allowed colors: black, red, green, yellow, blue, magenta, cyan, white
               --save value   Save to file [yes/no] (default: no)
                              File name format: <Argon2idHash>_<TimestampUnixNano>.bip39
               --dir value    Save file to directory (default: /root/bip39/mnemonics)

   version, v  Print the version

   help, h     Shows a list of commands or help for one command

If files such as configuration file are needed, please share them.

Reference

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Feb 2, 2025
@suzuki-shunsuke
Copy link
Member

Thank you!

@suzuki-shunsuke suzuki-shunsuke added this to the v4.306.0 milestone Feb 2, 2025
@suzuki-shunsuke suzuki-shunsuke merged commit 915bb53 into aquaproj:main Feb 2, 2025
17 checks passed
@suzuki-shunsuke
Copy link
Member

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 4, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.302.0` -> `v4.306.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

### [`v4.306.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.306.1)

[Compare Source](aquaproj/aqua-registry@v4.306.0...v4.306.1)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.306.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.306.1) | aquaproj/aqua-registry@v4.306.0...v4.306.1

#### Fixes

[#&#8203;31689](aquaproj/aqua-registry#31689) aereal/jsondiff: Re-scaffold [@&#8203;ponkio-o](https://github.com/ponkio-o)
[#&#8203;31679](aquaproj/aqua-registry#31679) innobead/huber: Re-scaffold

### [`v4.306.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.306.0)

[Compare Source](aquaproj/aqua-registry@v4.305.0...v4.306.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.306.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.306.0) | aquaproj/aqua-registry@v4.305.0...v4.306.0

#### 🎉 New Packages

[#&#8203;31627](aquaproj/aqua-registry#31627) [dadav/helm-schema](https://github.com/dadav/helm-schema): Generate jsonschemas from helm charts
[#&#8203;31634](aquaproj/aqua-registry#31634) [everstake/bip39](https://github.com/everstake/bip39): CLI for generation and verification of mnemonics in BIP39 standard with hash in Argon2id [@&#8203;ponkio-o](https://github.com/ponkio-o)
[#&#8203;31629](aquaproj/aqua-registry#31629) [gittools/gitversion](https://github.com/gittools/gitversion): From git log to SemVer in no time [@&#8203;acesyde](https://github.com/acesyde)
[#&#8203;31633](aquaproj/aqua-registry#31633) [go-simpler/goversion](https://github.com/go-simpler/goversion): Easily switch between multiple Go versions [@&#8203;ponkio-o](https://github.com/ponkio-o)
[#&#8203;31628](aquaproj/aqua-registry#31628) [yassinebenaid/bunster](https://github.com/yassinebenaid/bunster): Compile shell scripts to static binaries [@&#8203;ponkio-o](https://github.com/ponkio-o)

### [`v4.305.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.305.0)

[Compare Source](aquaproj/aqua-registry@v4.304.0...v4.305.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.305.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.305.0) | aquaproj/aqua-registry@v4.304.0...v4.305.0

#### 🎉 New Packages

[#&#8203;31622](aquaproj/aqua-registry#31622) [Azure/bicep](https://github.com/Azure/bicep): Bicep is a declarative language for describing and deploying Azure resources
[#&#8203;31612](aquaproj/aqua-registry#31612) [plumber-cd/terraform-backend-git](https://github.com/plumber-cd/terraform-backend-git): Terraform HTTP Backend implementation that uses Git repository as storage

#### Fixes

[#&#8203;31611](aquaproj/aqua-registry#31611) tofuutils/tenv: Fix `files`

### [`v4.304.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.304.0)

[Compare Source](aquaproj/aqua-registry@v4.303.0...v4.304.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.304.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.304.0) | aquaproj/aqua-registry@v4.303.0...v4.304.0

#### 🎉 New Packages

[#&#8203;31575](aquaproj/aqua-registry#31575) [bazelbuild/bazel-watcher](https://github.com/bazelbuild/bazel-watcher): Tools for building Bazel targets when source files change
[#&#8203;31570](aquaproj/aqua-registry#31570) [lusingander/serie](https://github.com/lusingander/serie): A rich git commit graph in your terminal, like magic [@&#8203;tmeijn](https://github.com/tmeijn)
[#&#8203;31593](aquaproj/aqua-registry#31593) [sylwit/terraform-cleaner](https://github.com/sylwit/terraform-cleaner): Tiny utility which detects unused variables in your terraform modules

### [`v4.303.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.303.0)

[Compare Source](aquaproj/aqua-registry@v4.302.1...v4.303.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.303.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.303.0) | aquaproj/aqua-registry@v4.302.1...v4.303.0

#### 🎉 1,700 Packages

Thank you, all contributors!

#### 🎉 New Packages

[#&#8203;31517](aquaproj/aqua-registry#31517) [AlexNabokikh/tfsort](https://github.com/AlexNabokikh/tfsort): A CLI utility to sort Terraform variables and outputs
[#&#8203;31560](aquaproj/aqua-registry#31560) [turbot/tailpipe](https://github.com/turbot/tailpipe): select \* from logs! Tailpipe is an open source SIEM for instant log insights, powered by DuckDB. Analyze millions of events in seconds, right from your terminal

### [`v4.302.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.302.1)

[Compare Source](aquaproj/aqua-registry@v4.302.0...v4.302.1)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.302.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.302.1) | aquaproj/aqua-registry@v4.302.0...v4.302.1

#### Fixes

[#&#8203;31499](aquaproj/aqua-registry#31499) neovim/neovim: Fix linux asset due to v0.10.4 change [@&#8203;mangkoran](https://github.com/mangkoran)

Neovim v0.10.4 added `linux-arm64` tarball and renamed x86 release to `linux-x86_64`

Ref: https://github.com/neovim/neovim/releases/tag/v0.10.4
Ref: neovim/neovim@fdcdf56

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants