Skip to content

Commit

Permalink
coordinator: fix gradle deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnovais committed Sep 25, 2024
1 parent cce3f8f commit fd2a574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ dependencies {
testImplementation "io.vertx:vertx-junit5"
testImplementation "tech.pegasys.teku.internal:spec:${libs.versions.teku.get()}"
testImplementation "tech.pegasys.teku.internal:spec:${libs.versions.teku.get()}:test-fixtures"

testFixturesImplementation(testFixtures(project(":coordinator:persistence:db")))
}
1 change: 1 addition & 0 deletions coordinator/ethereum/test-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies {
implementation(project(":coordinator:clients:smart-contract-client"))
implementation(project(":jvm-libs:web3j-extensions"))
implementation(project(":coordinator:ethereum:common"))
implementation(project(":jvm-libs:testing:file-system"))
implementation("org.web3j:core:${libs.versions.web3j.get()}") {
exclude group: 'org.slf4j', module: 'slf4j-nop'
}
Expand Down
3 changes: 3 additions & 0 deletions testdata/coordinator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This directory contains blob and aggregation proof response used for
integration testing of the coordinator and other components that interact
with smart contract depend on it's state.

0 comments on commit fd2a574

Please sign in to comment.