Skip to content

Commit

Permalink
Merge pull request #71 from PeggyJV/levi/keys
Browse files Browse the repository at this point in the history
gorc keys subcommand (revived)
  • Loading branch information
zmanian authored Jul 17, 2021
2 parents c9c2c74 + 7f9b773 commit f05cb7f
Show file tree
Hide file tree
Showing 30 changed files with 864 additions and 88 deletions.
206 changes: 204 additions & 2 deletions orchestrator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 14 additions & 5 deletions orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[workspace]
members = ["orchestrator", "cosmos_gravity", "ethereum_gravity", "gravity_utils", "proto_build", "test_runner", "gravity_proto", "relayer", "client", "register_delegate_keys", "gorc"]
default-members = ["orchestrator", "test_runner"]


[patch.crates-io]
members = [
"orchestrator",
"cosmos_gravity",
"ethereum_gravity",
"gravity_utils",
"proto_build",
"test_runner",
"gravity_proto",
"relayer",
"client",
"register_delegate_keys",
"gorc",
]
default-members = ["orchestrator", "test_runner"]
4 changes: 2 additions & 2 deletions orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ test_runner

## PROPOSED

Proposing the name `gork` for the binary. This is short for `gravity-orchestrator`.
Proposing the name `gorc` for the binary. This is short for `gravity-orchestrator`.

```
gork
gorc
tx
eth
send-to-cosmos [from-eth-key] [to-cosmos-addr] [erc20 conract] [erc20 amount] [[--times=int]]
Expand Down
1 change: 1 addition & 0 deletions orchestrator/gorc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
**/*.rs.bk
*.pem
Loading

0 comments on commit f05cb7f

Please sign in to comment.