mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 15:13:58 -05:00
execution-spec-tests 4.1.0 including better EIP-2537 coverage for BLS (#8402)
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
- Update `eth_getLogs` to return a `Block not found` error when the requested block is not found. [#8290](https://github.com/hyperledger/besu/pull/8290)
|
||||
- Change `Invalid block, unable to parse RLP` RPC error message to `Invalid block param (block not found)` [#8328](https://github.com/hyperledger/besu/pull/8328)
|
||||
- Support pending transaction score when saving and restoring txpool [#8363](https://github.com/hyperledger/besu/pull/8363)
|
||||
- Upgrade to execution-spec-tests v4.1.0 including better EIP-2537 coverage for BLS [#8402](https://github.com/hyperledger/besu/pull/8402)
|
||||
- Add era1 format to blocks import subcommand [#7935](https://github.com/hyperledger/besu/issues/7935)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
@@ -198,7 +198,7 @@ dependencies {
|
||||
referenceTestImplementation project(path: ':testutil')
|
||||
referenceTestImplementation project(path: ':util')
|
||||
// the following will be resolved via custom ivy repository declared in root build.gradle
|
||||
referenceTestImplementation 'ethereum:execution-spec-tests:4.0.0:fixtures_develop@tar.gz'
|
||||
referenceTestImplementation 'ethereum:execution-spec-tests:4.1.0:fixtures_develop@tar.gz'
|
||||
referenceTestImplementation 'com.fasterxml.jackson.core:jackson-databind'
|
||||
referenceTestImplementation 'com.google.guava:guava'
|
||||
referenceTestImplementation 'io.tmio:tuweni-bytes'
|
||||
|
||||
@@ -1311,9 +1311,9 @@
|
||||
<sha256 value="417ae3f6c579fb0ba8895dccc533c232a1d55558ffe71608b708dd64d4007ebc" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="ethereum" name="execution-spec-tests" version="4.0.0">
|
||||
<artifact name="execution-spec-tests-4.0.0-fixtures_develop.tar.gz">
|
||||
<sha256 value="cbc98a7d7ee63f367b4fe032fbd18101c8f809464b2ebbd7e116b02a198f785f" origin="Generated by Gradle"/>
|
||||
<component group="ethereum" name="execution-spec-tests" version="4.1.0">
|
||||
<artifact name="execution-spec-tests-4.1.0-fixtures_develop.tar.gz">
|
||||
<sha256 value="55541b830302589576cf36526dcf54839d68e2501dfe0fa6f8cb9851e5b352d4" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="info.picocli" name="picocli" version="4.7.6">
|
||||
|
||||
Reference in New Issue
Block a user