mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 13:58:02 -05:00
Reduce EVM module dependencies (#5285)
Refactor crypto, datatypes, and plugin-api to reduce plugin APIs in the EVM. Split crypto into crypto services and crypto algorithms Reverse the dependency between datatyps and plugin-api. Remove plugin Hash and Address types (use datatypes) Move PublicKey and Quantity into datatypes. Lots of changes to imports and build files, and some fromPlugin calls removed. Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com> Signed-off-by: Danno Ferrin <danno.ferrin@shemnon.com> Co-authored-by: Justin Florentine <justin+github@florentine.us>
This commit is contained in:
@@ -29,13 +29,13 @@ jar {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api project(':plugin-api')
|
||||
|
||||
compileOnly 'com.fasterxml.jackson.core:jackson-databind'
|
||||
|
||||
implementation project(':crypto')
|
||||
implementation project(':crypto:algorithms')
|
||||
implementation project(':ethereum:rlp')
|
||||
implementation 'com.google.guava:guava'
|
||||
implementation 'org.apache.tuweni:tuweni-bytes'
|
||||
implementation 'org.apache.tuweni:tuweni-units'
|
||||
|
||||
testImplementation 'junit:junit'
|
||||
testImplementation 'org.assertj:assertj-core'
|
||||
|
||||
Reference in New Issue
Block a user