Skip to content

Commit

Permalink
[CI][indexer] fix the e2e localnet. (#12047)
Browse files Browse the repository at this point in the history
* fix the e2e localnet.

* fix the e2e localnet.
  • Loading branch information
larry-aptos authored Feb 15, 2024
1 parent 606c9bc commit 3d0018d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
38 changes: 34 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/aptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ move-unit-test = { workspace = true, features = [ "debugging" ] }
move-vm-runtime = { workspace = true, features = [ "testing" ] }
once_cell = { workspace = true }
poem = { workspace = true }
processor = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "68424a2b721cbd4a6b8c1e7c951f5d4f665473d3" }
processor = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "9936ec73cef251fb01fd2c47412e064cad3975c2" }
rand = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
self_update = { version = "0.38.0", features = ["archive-zip", "compression-zip-deflate"] }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "68424a2b721cbd4a6b8c1e7c951f5d4f665473d3" }
server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "9936ec73cef251fb01fd2c47412e064cad3975c2" }
tempfile = { workspace = true }
termcolor = { workspace = true }
thiserror = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions crates/aptos/src/node/local_testnet/processors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ impl ProcessorManager {
ending_version: None,
number_concurrent_processing_tasks: None,
enable_verbose_logging: None,
db_pool_size: None,
gap_detection_batch_size: 50,
};
let manager = Self {
config,
Expand Down

0 comments on commit 3d0018d

Please sign in to comment.