-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: specify scrypt params explicitly (#333)
* fix!: specify scrypt params explicitly * update readme * fmt * another golden test * fmt * doc * updated tonic * update clap * set action * update readme * fix action * setup protoc * bump action version * submodule recurse * fix cli parsing * update readme * update tofn * enable help with clap
- Loading branch information
1 parent
15e5185
commit 1d3945f
Showing
15 changed files
with
452 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "proto"] | ||
path = proto | ||
url = https://github.com/axelarnetwork/grpc-protobuf.git | ||
fetchRecurseSubmodules = true |
Oops, something went wrong.