Skip to content

Commit

Permalink
Rename packages & crates
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Aug 19, 2023
1 parent 52ff2ad commit 25c3ab6
Show file tree
Hide file tree
Showing 27 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["zkaltair-circuits", "eth-types"]
members = ["ligthclient-circuits", "eth-types"]

# Definition of benchmarks profile to use.
[profile.bench]
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ pub mod rlc {
V: Clone + Add<R, Output = V> + Add<Output = V> + Mul<R, Output = V>,
R: Clone,
{
// we don't reverse bytes because https://github.com/ChainSafe/banshee-zk/issues/72
// we don't reverse bytes because https://github.com/ChainSafe/Banshee/issues/72
let mut values = values.into_iter();
let init = values.next().expect("values should not be empty");

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions preprocessor/package-lock.json

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

8 changes: 4 additions & 4 deletions preprocessor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "banshee-preprocessor",
"name": "spectre-preprocessor",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand All @@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChainSafe/banshee-zk.git"
"url": "git+https://github.com/ChainSafe/Spectre.git"
},
"author": "timoftime",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChainSafe/banshee-zk/issues"
"url": "https://github.com/ChainSafe/Spectre/issues"
},
"homepage": "https://github.com/ChainSafe/banshee-zk#readme",
"homepage": "https://github.com/ChainSafe/Spectre#readme",
"devDependencies": {
"@types/node": "^20.3.0",
"typescript": "^5.1.3"
Expand Down

0 comments on commit 25c3ab6

Please sign in to comment.