Skip to content

Commit

Permalink
Remove snarkos-node-ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed May 6, 2023
1 parent 53ac342 commit 4c00b07
Show file tree
Hide file tree
Showing 26 changed files with 112 additions and 1,804 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,6 @@ jobs:
workspace_member: node/consensus
cache_key: snarkos-node-consensus-cache

node-ledger:
docker:
- image: cimg/rust:1.65
resource_class: 2xlarge
steps:
- run_serial:
workspace_member: node/ledger
cache_key: snarkos-node-ledger-cache

node-messages:
docker:
- image: cimg/rust:1.65
Expand Down Expand Up @@ -329,7 +320,6 @@ workflows:
- node
- node-cdn
- node-consensus
- node-ledger
- node-messages
- node-rest
- node-router
Expand Down
3 changes: 0 additions & 3 deletions .integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ edition = "2021"
[dev-dependencies.snarkos-node-cdn]
path = "../node/cdn"

[dev-dependencies.snarkos-node-ledger]
path = "../node/ledger"

[dev-dependencies.snarkvm]
workspace = true
features = ["synthesizer"]
Expand Down
3 changes: 1 addition & 2 deletions .integration/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
#[cfg(test)]
mod tests {
use snarkos_node_cdn::sync_ledger_with_cdn;
use snarkos_node_ledger::Ledger;
use snarkvm::{
prelude::{Block, FromBytes, Network, Testnet3},
prelude::{Block, FromBytes, Ledger, Network, Testnet3},
synthesizer::store::helpers::memory::ConsensusMemory,
};

Expand Down
Loading

0 comments on commit 4c00b07

Please sign in to comment.