Skip to content

Commit 780b7ee

Browse files
lu-pintomacfarla
andauthored
Trim modules (#17)
* rm redis Signed-off-by: Sally MacFarlane <[email protected]> * rm scuttlebutt Signed-off-by: Sally MacFarlane <[email protected]> * rm hobbits Signed-off-by: Sally MacFarlane <[email protected]> * removed references to removed modules Signed-off-by: Sally MacFarlane <[email protected]> * rm wallet eth-faucet Signed-off-by: Sally MacFarlane <[email protected]> * remove ssb integration tests workflow Signed-off-by: Sally MacFarlane <[email protected]> * remove les eth-crawler eth-client* devp2p-eth Signed-off-by: Luis Pinto <[email protected]> * remove devp2p-proxy dns-discovery Signed-off-by: Luis Pinto <[email protected]> * rm eth* jsonrpc* stratum* genesis evm* Signed-off-by: Luis Pinto <[email protected]> * rm app-commons metrics peer-repository rlpx pow plumtree* Signed-off-by: Luis Pinto <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Luis Pinto <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]>
1 parent d891ee2 commit 780b7ee

File tree

31,678 files changed

+3
-9545707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

31,678 files changed

+3
-9545707
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
path: "**/*.class"
145145
key: ${{ runner.os }}-build-${{ github.sha }}
146146
- name: gradle integrationTest
147-
run: gradle compileJava compileKotlin compileIntegrationTestJava compileIntegrationTestKotlin devp2p-eth:integrationTest devp2p-proxy:integrationTest devp2p:integrationTest dist:integrationTest dns-discovery:integrationTest eth-client-ui:integrationTest eth-client:integrationTest ethstats:integrationTest gossip:integrationTest hobbits-relayer:integrationTest hobbits:integrationTest plumtree-servlet:integrationTest plumtree-vertx:integrationTest rlpx:integrationTest
147+
run: gradle compileJava compileKotlin compileIntegrationTestJava compileIntegrationTestKotlin devp2p:integrationTest dist:integrationTest
148148
- name: Archive Junit Report
149149
if: always()
150150
uses: actions/upload-artifact@v3
@@ -173,14 +173,10 @@ jobs:
173173
with:
174174
path: "**/*.class"
175175
key: ${{ runner.os }}-build-${{ github.sha }}
176-
- name: gradle evm:referenceTest
177-
env:
178-
GRADLE_OPTS: "-Xmx4096m"
179-
run: gradle evm:referenceTest
180176
- name: Archive Junit Report
181177
if: always()
182178
uses: actions/upload-artifact@v3
183179
with:
184180
name: junit-report
185181
path: '**/build/reports/tests/**'
186-
retention-days: 5
182+
retention-days: 5

.github/workflows/ssb-integration-tests.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

app-commons/README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

app-commons/build.gradle

Lines changed: 0 additions & 52 deletions
This file was deleted.

app-commons/src/main/kotlin/org/apache/tuweni/app/commons/ApplicationUtils.kt

Lines changed: 0 additions & 34 deletions
This file was deleted.

app-commons/src/main/resources/tuweni.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

app-commons/src/test/kotlin/org/apache/tuweni/app/commons/ApplicationUtilsTest.kt

Lines changed: 0 additions & 14 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ allprojects {
308308
}
309309
}
310310

311-
if (project.name != 'eth-reference-tests' && project.name != 'eth2-reference-tests' && project.name != 'dist') {
311+
if (project.name != 'dist') {
312312

313313
artifacts {
314314
archives sourcesJar

devp2p-eth/README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

devp2p-eth/build.gradle

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)