Matt Whitehead
a190be3f3c
Use protocol schedule to determine mining beneficiary ( #8387 )
...
* Use protocol schedule to determine mining beneficiary
Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io >
* Add entry to changelog
Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io >
* Update isolation test
Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io >
* Fix for zero addresses
Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io >
* Test compile fix
Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io >
* Use next header, not current header
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
---------
Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io >
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
Signed-off-by: Matt Whitehead <matthew.whitehead@kaleido.io >
2025-03-14 10:10:41 +00:00
Jason Frame
b7a0b91f84
Expose static method that can be used for qbft proposal selection ( #8421 )
...
Signed-off-by: Jason Frame <jason.frame@consensys.net >
2025-03-14 17:34:55 +10:00
Gabriel-Trintinalia
9de13b0cdd
Add requests hash to block result ( #8419 )
...
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net >
2025-03-14 03:20:02 +00:00
Bhanu Pulluri
f39b90bd25
Add condition checks to stabilize BFT soaking test ( #8379 )
...
* Add delays to stabilize BFT soaking test
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Enable specifying timeout for peer discovery in ATs
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
---------
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
Signed-off-by: Bhanu Pulluri <59369753+pullurib@users.noreply.github.com >
Co-authored-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-13 23:25:52 +00:00
Sally MacFarlane
5215c953e0
remove Hyperledger from EVM tool logs/docs ( #8405 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-12 23:23:41 +00:00
Danno Ferrin
9bd3c166fc
Add evmtool pretty-print support for legacy code. ( #8398 )
...
* Add pretty-print support for legacy code.
Add support for non-EOF contained code to `evmtool pretty-print`.
Signed-off-by: Danno Ferrin <danno@numisight.com >
* Add junit test
Signed-off-by: Danno Ferrin <danno@numisight.com >
* JUMPDEST hadling
Signed-off-by: Danno Ferrin <danno@numisight.com >
---------
Signed-off-by: Danno Ferrin <danno@numisight.com >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-12 22:54:42 +00:00
Bhanu Pulluri
2db46e964c
Enable Quorum/IBFT1 to Besu migration ( #8262 )
...
* Enable Quorum/IBFT1 to Besu migration
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Fix BftMining acceptance test
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Introduce delay after London fork update in BFT mining test to prevent timing issues
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Update besu/src/main/java/org/hyperledger/besu/controller/IbftLegacyBesuControllerBuilder.java
Co-authored-by: Matt Whitehead <matthew1001@hotmail.com >
Signed-off-by: Bhanu Pulluri <59369753+pullurib@users.noreply.github.com >
* Review changes
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* update creating additional JSON RPC methods for all controllerbuidlers in consensus schedule
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Create ethprotocol manager and plugin factory for both consensus controllers in migration
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Refactor resource files
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* fix verification metadata
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* fix regression
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* update changelog
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Fix controller selection at the transition block
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Review changes
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Revert BftExtraData changes
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
---------
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
Signed-off-by: Bhanu Pulluri <59369753+pullurib@users.noreply.github.com >
Co-authored-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
Co-authored-by: Matt Whitehead <matthew1001@hotmail.com >
Co-authored-by: Matt Whitehead <matthew.whitehead@kaleido.io >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-12 14:08:51 +00:00
Matt Whitehead
083b1d3986
Ensure block height manager is restarted when BFT coordinator is ( #8308 )
...
* Ensure block height manager is restarted when BFT coordinator is
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
* Refactor and add runtime exception if an attempt is made to restart without calling reset
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
* Update BFT adaptor
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
* Uupdate changelog
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
* Add QBFT implementation and tests
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
* Update IBFT tests
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
* Rename reset() -> stop()
Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io >
* Replace the height manager with a no-op height manager while it's stopped
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
* Javadoc
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
---------
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io >
Signed-off-by: Matt Whitehead <matthew.whitehead@kaleido.io >
2025-03-12 10:16:12 +00:00
Cristiano Aguzzi
72ac7bdbe4
[Follow up] Add Transaction Permissioning Hook to PermissioningService Interface ( #8365 )
...
* fixing the issue of implementing the permission service class in pr when it already exists
Signed-off-by: vaidikcode <vaidikbhardwaj00@gmail.com >
* wiring transaction filtering for Permissioning Plugins
* revert modify deprated code for TransactionSmartContractPermissioning
* Improve logging for AccountPermissioningController
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
Signed-off-by: Cristiano Aguzzi <relu91@users.noreply.github.com >
* Improve logging messages for AccountPermissioningController
* Allign AccountPermissioningControllerFactoryTest with the latest api
Signed-off-by: reluc <relu.cri@gmail.com >
---------
Signed-off-by: Vaidik <vaidikbhardwaj00@gmail.com >
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
Signed-off-by: reluc <relu.cri@gmail.com >
Signed-off-by: Cristiano Aguzzi <relu91@users.noreply.github.com >
Co-authored-by: vaidikcode <vaidikbhardwaj00@gmail.com >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
Co-authored-by: Justin Florentine <justin+github@florentine.us >
2025-03-12 07:41:09 +00:00
Sally MacFarlane
35d12070db
Plugin API - add methods returning actual RPC host/port values ( #8127 )
...
* deprecate methods returning optionals since we know these will always have a value
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-12 05:52:25 +00:00
Simon Dudley
b930bfeeea
execution-spec-tests 4.1.0 including better EIP-2537 coverage for BLS ( #8402 )
...
Signed-off-by: Simon Dudley <simon.dudley@consensys.net >
2025-03-12 10:03:35 +10:00
Fabio Di Fabio
011b52d10c
Add a fallback pivot strategy when the safe block does not change for a long time ( #8395 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2025-03-11 10:56:51 +00:00
Matilda-Clerke
90db4872a4
7935: add era1 format to blocks importer ( #8352 )
...
* Refactor to use clock to validate expiry
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* 7935: Finish unit testing E2StoreReader
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Build out E2StoreReader and associated files
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Spotless
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Add javadoc to new util module classes
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Implement Era1 block import sub command
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Remove unnecessary e2 and era file stuff
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Rename files to be era1 specific
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Rename e2 package to era1
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Spotless
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Rename Era1StoreReaderListener to Era1ReaderListener
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Clean up after merge
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Set up Era1BlockImporter to enable FAST sync and variations upon besu running
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Use bouncycastle for little endian to long conversion
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Rename slot related variables to blockIndex
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Spotless
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Fix broken unit test
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Fix AT compilation
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Fix javadoc
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Rework Era1BlockImporter to use appropriate data directory. Add unit test
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Fix javadoc
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* changelog
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Add era1 files to .gitattributes as binary file type
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Remove pivot block header file creation from Era1BlockImporter
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
---------
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
Signed-off-by: Matilda-Clerke <matilda.clerke@consensys.net >
2025-03-11 13:42:56 +11:00
Bhanu Pulluri
e0bad4660e
Deprecate Xsnapsync-bft-enabled option , to be removed in future release ( #7930 )
...
* Move snapsync-bft-enabled to stable options
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Add deprecation comments:
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Changelog entry for deprecation
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* spotlessApply
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Update CHANGELOG.md
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
Signed-off-by: Bhanu Pulluri <59369753+pullurib@users.noreply.github.com >
* Removed option value checking to enable snapsync for bft networks. It's now supported by default
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Add acceptance tests for QBFT sync
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Update test
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* update CHANGELOG
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* Update besu/src/main/java/org/hyperledger/besu/cli/options/SynchronizerOptions.java
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
Signed-off-by: Bhanu Pulluri <59369753+pullurib@users.noreply.github.com >
* add delay to let the new validator sync
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
* update BFT sync AT to use conditions and timeouts
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
---------
Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
Signed-off-by: Bhanu Pulluri <59369753+pullurib@users.noreply.github.com >
Co-authored-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-10 08:27:03 +00:00
Gabriel-Trintinalia
f92780859d
eth_simulateV1 - Fill gaps between block calls ( #8375 )
...
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net >
2025-03-06 04:13:51 +00:00
Sally MacFarlane
7d4c8be06b
revert ENV changes to Dockerfile ( #8389 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-06 13:48:06 +10:00
Jason Frame
d8844a6a29
Remove some unneeded types from the QBFT core ( #8371 )
...
Signed-off-by: Jason Frame <jason.frame@consensys.net >
2025-03-06 00:19:20 +00:00
Sally MacFarlane
e76ddc7bc7
Dockerfile - added string quotes for env ( #8378 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-05 22:20:13 +00:00
Sally MacFarlane
142a5e613d
[CHANGELOG] upcoming removal of tx-pool-disable-locals ( #8380 )
...
* upcoming removal of tx-pool-disable-locals
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
* typo
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-05 17:09:24 +00:00
Fabio Di Fabio
98fc9c7aa4
Update CHANGELOG for 25.2.2 hot fix ( #8386 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2025-03-05 15:59:05 +00:00
Fabio Di Fabio
751c9f9ec6
Sepolia: Fix for deposit contract log decoding ( #8383 )
...
* Sepolia: Fix for deposit contract log decoding
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
* add tests
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net >
---------
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net >
Co-authored-by: Daniel Lehrner <daniel.lehrner@consensys.net >
2025-03-05 14:27:48 +00:00
Sally MacFarlane
6361ef5feb
remove tests and associated classes for smart contract permissioning ( #8372 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-05 02:58:14 +00:00
Sally MacFarlane
c38eb8cae9
use key=value ( #8370 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-05 00:12:19 +00:00
Sally MacFarlane
93e6135749
disable flaky DNSDaemonTest ( #8374 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-03-04 23:38:43 +00:00
Matilda-Clerke
84cd2660a0
7935: Add E2StoreReader ( #8329 )
...
* Refactor to use clock to validate expiry
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* 7935: Finish unit testing E2StoreReader
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Build out E2StoreReader and associated files
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Spotless
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Add javadoc to new util module classes
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Remove unnecessary e2 and era file stuff
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Rename files to be era1 specific
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Rename e2 package to era1
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Spotless
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Rename Era1StoreReaderListener to Era1ReaderListener
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Use bouncycastle for little endian to long conversion
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Rename slot related variables to blockIndex
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Spotless
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
* Use Pack.littleEndianToLong with length to avoid using Arrays.concatenate
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
---------
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net >
2025-03-04 22:18:53 +00:00
Matt Whitehead
46765cdd02
Safely handle race condition between isEmpty() and lastKey() being called ( #8362 )
...
* Safely handle race condition between isEmpty() and lastKey() being called
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
* Fix not needed in AbstractTransactionsLayer
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
* Reinstate final modifier
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
---------
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
2025-03-04 10:46:15 +00:00
Fabio Di Fabio
74a1d8a1ea
Support pending transaction score when saving and restoring txpool ( #8363 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2025-03-04 09:24:30 +01:00
garyschulte
a68b462ae5
add bls pairing tests from https://github.com/ethereum/bls12-381-tests/pull/14 ( #8364 )
...
Signed-off-by: garyschulte <garyschulte@gmail.com >
2025-03-03 08:19:17 +10:00
Matt Whitehead
3d41ccba8a
Propose Bhanu Pulluri as a maintainer ( #8230 )
...
* Update MAINTAINERS.md
Signed-off-by: Matt Whitehead <matthew.whitehead@kaleido.io >
* Make alphabetical by github ID
Signed-off-by: Matt Whitehead <matthew.whitehead@kaleido.io >
---------
Signed-off-by: Matt Whitehead <matthew.whitehead@kaleido.io >
Co-authored-by: Justin Florentine <justin+github@florentine.us >
Co-authored-by: garyschulte <garyschulte@gmail.com >
2025-02-27 09:26:05 +00:00
Sally MacFarlane
d454d1287a
[CHANGELOG] tidy up changelog et al ( #8360 )
...
* tidy up changelog
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
* typo defaut
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-27 15:36:01 +10:00
Jason Frame
7fbf97ba71
Remove QBFT hashmode in qbft core ( #8351 )
...
Signed-off-by: Jason Frame <jason.frame@consensys.net >
2025-02-27 01:30:11 +00:00
Fabio Di Fabio
98c70654b7
Update dependencies ( #8350 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2025-02-27 08:52:29 +10:00
Sally MacFarlane
e8e3146d6a
changelog pectra testnet hotfix ( #8348 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-25 12:02:51 +11:00
Simon Dudley
b425fbeb21
Correct deposit contract testnet addresses ( #8346 )
...
Signed-off-by: Simon Dudley <simon.dudley@consensys.net >
2025-02-24 23:51:49 +00:00
Sally MacFarlane
887e6d5101
remove unused wiremock dependency ( #8318 )
...
* remove unused wiremock dependency
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
* updated metadata
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-25 08:49:47 +10:00
Sally MacFarlane
bc4a3df7bf
[build] update version of codeql actions ( #8305 )
...
* update version of codeql
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-23 23:47:49 +00:00
Sally MacFarlane
9131b9ffd6
disable on mac ( #8341 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-23 22:23:11 +00:00
Sally MacFarlane
7390519095
fix distDocker - revert gradle change to providers.exec ( #8340 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-21 19:20:41 +10:00
Sally MacFarlane
ecda0cdbb2
change invalid block param error message ( #8328 )
...
* change invalid block param error message
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-21 00:23:05 +00:00
Fabio Di Fabio
679e0dec1a
Update Gradle plugins ( #8334 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2025-02-20 23:12:14 +00:00
Fabio Di Fabio
f18aa50815
Remove custom plugin repository needed for previous version of jc-kzg ( #8335 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2025-02-20 09:05:07 -08:00
Fabio Di Fabio
f54e4555bb
Fix and re-enable CliqueProposeRpcAcceptanceTest ( #8324 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-20 05:36:21 +00:00
Fabio Di Fabio
0e54416026
Update Spotless Gradle plugin ( #8333 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2025-02-20 14:44:56 +10:00
Vaidik
65baa304d4
Update to new version of jc-kzg-4844 lib ( #7849 )
...
* Updating Dependencies
Signed-off-by: vaidikcode <vaidikbhardwaj00@gmail.com >
* Update CHANGELOG.md
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
---------
Signed-off-by: Vaidik <vaidikbhardwaj00@gmail.com >
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2025-02-19 17:00:37 +00:00
Simon Dudley
c1c371589b
Upgrade to execution-spec-tests version 4.0.0 ( #8325 )
...
Use fixtures_develop which contains Pectra test fixtures.
Unignore the BLS execution-spec-tests, but keep ignoring the older reference tests version
Signed-off-by: Simon Dudley <simon.dudley@consensys.net >
2025-02-19 14:28:31 +10:00
Sally MacFarlane
984173e134
update some deprecated references ( #8314 )
...
* update some deprecated references
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
* change order of params to eliminate deprecation warning
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-18 22:24:39 +00:00
daniellehrner
18e3917f37
increase mainnet & Sepolia gas limit to 36M ( #8249 )
...
* increase mainnet gas limit to 36M, remove unused gas limit calculator from BesuControllerBuilder
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net >
* gas limit in SystemCallProcessor is independent of the block gas limit
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net >
* update test to reflect gas limit increase from 30M -> 36M
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net >
* remove unused gas limit check from previous commit
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net >
* moved the target gas limit constant for testnets to the same class as the one for mainnet
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net >
* fix tests
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net >
---------
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net >
2025-02-18 14:15:00 +00:00
Sally MacFarlane
1cbdcdb01d
[build] evmtool Dockerfile - update apt-get packages ( #8321 )
...
* update ca-certificates-java version
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
* removed ca-certificates install; add adduser
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-18 11:30:02 +00:00
Jason Frame
0db6ebc4d7
Remove unused qbft core dependencies ( #8319 )
...
Signed-off-by: Jason Frame <jason.frame@consensys.net >
2025-02-18 19:25:20 +10:00
Sally MacFarlane
e8a4755996
update base image for evmtool Dockerfile ( #8304 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2025-02-18 01:05:09 +00:00