Skip to content

Commit

Permalink
Crate renaming to add the "kaspa" prefix (#146)
Browse files Browse the repository at this point in the history
* initial crate renaming pass

* fix test errors

* fix crate names in CI tests (hashes)

* fix check scripts for multi-platform use (no -e support); add exit code check before the first clippy run;

* renaming the remaining crates (all framework crates now have the kaspa prefix)

* fix crate usage in benches

---------

Co-authored-by: Michael Sutton <[email protected]>
  • Loading branch information
aspect and michaelsutton authored Mar 26, 2023
1 parent 3ce8f26 commit 35a0b5d
Show file tree
Hide file tree
Showing 251 changed files with 1,569 additions and 1,544 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Run cargo test regular features
run: cargo test --workspace

- name: Run cargo test on hashes without asm
run: cargo test -p hashes --features=no-asm --benches
- name: Run cargo test on kaspa-hashes without asm
run: cargo test -p kaspa-hashes --features=no-asm --benches

# test-release:
# name: Test Suite Release
Expand Down
Loading

0 comments on commit 35a0b5d

Please sign in to comment.