Skip to content

Commit

Permalink
feat: remove arithmetization code and add arithmetization dependency …
Browse files Browse the repository at this point in the history
…(still has compile errors)
  • Loading branch information
powerslider committed Apr 22, 2024
1 parent 4c34399 commit 4eed40b
Show file tree
Hide file tree
Showing 440 changed files with 182 additions and 68,539 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./arithmetization/build/libs/besu-sequencer-plugins-${{ steps.get_version.outputs.VERSION }}.jar
asset_name: besu-sequencer-plugins-${{ steps.get_version.outputs.VERSION }}.jar
asset_path: ./arithmetization/build/libs/linea-sequencer-${{ steps.get_version.outputs.VERSION }}.jar
asset_name: linea-sequencer-${{ steps.get_version.outputs.VERSION }}.jar
asset_content_type: application/octet-stream
166 changes: 83 additions & 83 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion acceptance-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ tasks.register('acceptanceTests', Test) {
}

dependencies {
testImplementation project(":arithmetization")
// testImplementation project(":arithmetization")
testImplementation 'net.consensys.linea.zktracer:arithmetization'
testImplementation project(":native:compress")
testImplementation project(":sequencer")
testImplementation "${besuArtifactGroup}.internal:dsl:$besuVersion"
testImplementation "${besuArtifactGroup}:besu-datatypes:$besuVersion"
testImplementation "${besuArtifactGroup}.internal:eth:$besuVersion"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4eed40b

Please sign in to comment.