Skip to content

Commit

Permalink
Trim modules (#17)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
lu-pinto and macfarla authored Dec 16, 2024
1 parent d891ee2 commit 780b7ee
Show file tree
Hide file tree
Showing 31,678 changed files with 3 additions and 9,545,707 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
path: "**/*.class"
key: ${{ runner.os }}-build-${{ github.sha }}
- name: gradle integrationTest
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
run: gradle compileJava compileKotlin compileIntegrationTestJava compileIntegrationTestKotlin devp2p:integrationTest dist:integrationTest
- name: Archive Junit Report
if: always()
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -173,14 +173,10 @@ jobs:
with:
path: "**/*.class"
key: ${{ runner.os }}-build-${{ github.sha }}
- name: gradle evm:referenceTest
env:
GRADLE_OPTS: "-Xmx4096m"
run: gradle evm:referenceTest
- name: Archive Junit Report
if: always()
uses: actions/upload-artifact@v3
with:
name: junit-report
path: '**/build/reports/tests/**'
retention-days: 5
retention-days: 5
75 changes: 0 additions & 75 deletions .github/workflows/ssb-integration-tests.yml

This file was deleted.

21 changes: 0 additions & 21 deletions app-commons/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions app-commons/build.gradle

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions app-commons/src/main/resources/tuweni.txt

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ allprojects {
}
}

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

artifacts {
archives sourcesJar
Expand Down
21 changes: 0 additions & 21 deletions devp2p-eth/README.md

This file was deleted.

48 changes: 0 additions & 48 deletions devp2p-eth/build.gradle

This file was deleted.

Loading

0 comments on commit 780b7ee

Please sign in to comment.