-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1129 from dusk-network/rm-recovery-bin
Remove rusk-recovery binaries
- Loading branch information
Showing
13 changed files
with
23 additions
and
363 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
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,22 +1,17 @@ | ||
INITFILE?=./config/localnet.toml | ||
|
||
help: ## Display this help screen | ||
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-15s\033[0m %s\n", $$1, $$2}' | ||
|
||
keys: ## Build circuit keys | ||
cargo run --release --bin rusk-recovery-keys --features keys | ||
|
||
state: ## Build network state | ||
cargo run --release --bin rusk-recovery-state --features state -- --init $(INITFILE) | ||
|
||
test: ## Run Rusk tests | ||
test: ## Run tests | ||
@cargo test \ | ||
--release \ | ||
--all-features \ | ||
-- --nocapture \ | ||
--test-threads 1 | ||
|
||
clippy: ## Run clippy | ||
@cargo clippy --all-features --release -- -D warnings | ||
@cargo clippy --release --all-features -- -D warnings | ||
@cargo clippy --release --no-default-features -- -D warnings | ||
@cargo clippy --release --no-default-features --features state -- -D warnings | ||
@cargo clippy --release --no-default-features --features keys -- -D warnings | ||
|
||
.PHONY: keys state test help | ||
.PHONY: test clippy help |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.