Skip to content

Commit

Permalink
Merge pull request #3200 from wileyj/feat/remove-puppet-chain
Browse files Browse the repository at this point in the history
Move puppet-chain to contrib/tools
  • Loading branch information
jcnelson authored Aug 10, 2022
2 parents 522e416 + b112edc commit 5d7b9af
Show file tree
Hide file tree
Showing 15 changed files with 1,541 additions and 286 deletions.
3 changes: 1 addition & 2 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[alias]
stacks-node = "run --package stacks-node --"
puppet-chain = "run --package puppet-chain --"
stacks-node = "run --package stacks-node --"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ testnet/index.html
# will have compiled files and executables
/target/
/testnet/helium/target/
/contrib/tools/puppet-chain/target/

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit 5d7b9af

Please sign in to comment.