Skip to content

Commit

Permalink
Remove demo-prover crate. (#985)
Browse files Browse the repository at this point in the history
* move rollup benchmarks

* add build.rs

* move methods

* move benches

* Remove prover

* add provers

* Enable proving

* disable proving

* Add prover main for debugging

* prover

* fix

* fix lint

* fix

* upgrade ci runner

* fix

* fix cargo-doc-artifact

* fix lint

* clenup
  • Loading branch information
bkolad authored Oct 10, 2023
1 parent 6f7c845 commit 9e65601
Show file tree
Hide file tree
Showing 37 changed files with 168 additions and 5,602 deletions.
95 changes: 50 additions & 45 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ members = [
"examples/demo-stf",
"examples/demo-simple-stf",
"examples/demo-rollup",
"examples/demo-rollup/provers",
"examples/simple-nft-module",
"examples/demo-prover",

"full-node/db/sov-db",
"full-node/sov-sequencer",
Expand Down
Loading

0 comments on commit 9e65601

Please sign in to comment.