Skip to content

Commit

Permalink
Merge pull request #399 from chainbound/lore/feat/score-map
Browse files Browse the repository at this point in the history
feat(sidecar): `ScoreCache` for `account_states`
  • Loading branch information
thedevbirb authored Nov 27, 2024
2 parents 79cd00b + 24a82c7 commit bd9d4bf
Show file tree
Hide file tree
Showing 26 changed files with 1,068 additions and 443 deletions.
1 change: 1 addition & 0 deletions bolt-sidecar/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ target
.git
Dockerfile
.dockerignore
benches
158 changes: 158 additions & 0 deletions bolt-sidecar/Cargo.lock

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

9 changes: 8 additions & 1 deletion bolt-sidecar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,19 @@ commit-boost = { git = "https://github.com/Commit-Boost/commit-boost-client", re
cb-common = { git = "https://github.com/Commit-Boost/commit-boost-client", rev = "45ce8f1" }

[dev-dependencies]
alloy-node-bindings = "0.6.4" # must match alloy version
alloy-node-bindings = "0.6.4" # must match alloy version
criterion = { version = "0.5", features = ["html_reports"] }

[package.metadata.cargo-machete]
ignored = ["ethereum_ssz"]


[[bench]]
name = "score_cache"
path = "benches/score_cache.rs"
harness = false


[[bin]]
name = "bolt-sidecar"
path = "bin/sidecar.rs"
Expand Down
Loading

0 comments on commit bd9d4bf

Please sign in to comment.