Fabio Di Fabio
1d4b97918c
Merge branch 'main' into zkbesu
...
# Conflicts:
# .github/workflows/checks.yml
# .github/workflows/codeql.yml
# .github/workflows/release.yml
# .github/workflows/sonarcloud.yml
# build.gradle
# gradle.properties
2023-12-21 10:32:57 +01:00
Diego López León
d42380ed17
ETC mainnet 'Spiral' activation block ( #6267 )
...
* Set ENR tree for DNS discovery for ETC mainnet network
Signed-off-by: Diego López León <dieguitoll@gmail.com >
* Set activation block number for ECIP-1109 on ETC mainnet
Signed-off-by: Diego López León <dieguitoll@gmail.com >
---------
Signed-off-by: Diego López León <dieguitoll@gmail.com >
2023-12-12 15:39:43 -03:00
Fabio Di Fabio
c8a65ce268
Merge branch 'main' into zkbesu
...
# Conflicts:
# .circleci/config.yml
# gradle.properties
2023-11-20 14:56:04 +01:00
Justin Florentine
7743627b37
Update to production KZG ceremony output ( #6066 )
...
* updates static integration test so txs are committed to using mainnet trusted setup
* new static vectors for precompile checks
* moves trusted setup to main
---------
Signed-off-by: Justin Florentine <justin+github@florentine.us >
2023-11-14 11:07:18 -05:00
Fabio Di Fabio
40d8617dfb
Move calldata limit validation in the Linea plugin ( #23 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-11-09 09:32:50 +01:00
Fabio Di Fabio
5681aa24a9
Merge branch 'main' into zkbesu
2023-11-06 14:04:04 +01:00
Jason Frame
6a2d41fccc
Add config option to clique to allow not creating empty blocks ( #6082 )
...
Signed-off-by: Jason Frame <jason.frame@consensys.net >
2023-11-03 07:00:18 +10:00
Fabio Di Fabio
a5fa4b3ed1
Merge branch 'zkbesu' of github.com:ConsenSys/linea-besu into zkbesu
2023-10-27 10:39:57 +02:00
Fabio Di Fabio
3313946683
Merge branch 'main' into zkbesu
...
# Conflicts:
# ethereum/blockcreation/src/test/java/org/hyperledger/besu/ethereum/blockcreation/AbstractBlockTransactionSelectorTest.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/MainnetProtocolSpecFactory.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/ProtocolScheduleBuilder.java
# gradle.properties
2023-10-27 10:39:37 +02:00
daniellehrner
7de0a6a3e0
adds linea mainnet as network option, renames the existing one to linea_goerli ( #20 )
2023-10-26 13:17:28 +02:00
Diego López León
f58f6cffca
ETC 'Spiral' network upgrade ( #6078 )
...
* Add 23.10.2 section to changelog
Signed-off-by: Diego López León <dieguitoll@gmail.com >
* Set ENR tree for DNS discovery for Mordor network
Signed-off-by: Diego López León <dieguitoll@gmail.com >
* Add ECIP-1109: 'Spiral' network upgrade support
Signed-off-by: Diego López León <dieguitoll@gmail.com >
---------
Signed-off-by: Diego López León <dieguitoll@gmail.com >
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
2023-10-26 17:31:41 +10:00
Fabio Di Fabio
908a6c6301
Publish java artifacts to Cloudsmith ( #14 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-10-04 12:22:10 +02:00
Fabio Di Fabio
8718a5f6e3
Merge branch 'main' into zkbesu
2023-09-25 14:21:38 +02:00
Simon Dudley
cedcb5c9bd
Update holesky with fixed extraData, genesis time, shanghaiTime ( #5890 )
...
Signed-off-by: Simon Dudley <simon.dudley@consensys.net >
2023-09-20 10:11:40 +10:00
Fabio Di Fabio
f61e5703e8
Merge branch 'main' into fabio
...
# Conflicts:
# .github/workflows/checks.yml
# .github/workflows/codeql.yml
# .github/workflows/dco-merge-group.yml
# .github/workflows/dco.yml
# .github/workflows/gradle-wrapper-validation.yml
# .github/workflows/pr-checklist-on-open.yml
# .github/workflows/release.yml
# .github/workflows/repolinter.yml
# besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java
# gradle.properties
2023-09-12 16:13:30 +02:00
Diego López León
ee0fa6b4b9
Drop Kotti Network support (ETC) ( #5816 )
...
Signed-off-by: Diego López León <dieguitoll@gmail.com >
2023-08-29 08:10:20 +10:00
Fabio Di Fabio
eb60c06772
Add Holešky as predefined network name ( #5797 )
...
* Add Holešky testnet network name
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
* CHANGELOG
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
* Add a fake KZG setup since Holesky define Cancun as future fork
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
* Tear down KZG trusted setup after each test
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
* Fix test
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
* Prevent another trusted setup already loaded error during tests
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
---------
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
2023-08-28 11:03:27 +10:00
Fabio Di Fabio
0dafa19894
Merge remote-tracking branch 'upstream/main'
2023-08-23 12:34:45 +02:00
Stefan Pingel
47285a48f6
Eip4788 parentBeaconBlockRoot ( #5758 )
...
Implement EIP 4788
Unit tests need to be added
Implementation is working for test net 8, address of the contract will probably change
EIP 4788 is still not finalized. Some changes might be necessary.
Signed-off-by: Stefan <stefan.pingel@consensys.net >
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
2023-08-22 12:10:12 +10:00
Danno Ferrin
3b04f5cd27
Migrate DataGas to BlobGas ( #5759 )
...
In all places move from DataGas to BlobGas when talking about 4844 gas.
Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com >
2023-08-18 17:39:33 -05:00
Fabio Di Fabio
6ad30363fa
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/PermissionTransactionValidatorTest.java
2023-08-01 19:24:57 +02:00
Justin Florentine
1c099e8970
Consolidated EIP-4844 ( #5724 )
...
* Implements EIP-4844.
* introduces a Hardfork class to the protocol schedule system
* new Engine APIs required for CL to work on 4844
* new DataGas type for tracking block cost for 4844 data
* new VersionedHash type to reflect that a versioned hash is not quite a pure sha256
* incorporates wrapped jc-kzg library for KZG point evaluations
* New transaction type, and domain objects for constituent parts to represent the Blobs, KZGCommitments, and Proofs used for 4844
* RLP encoders and decoders to support new transaction type
* gas pricing calculators for the new type of gas
* plugin-api version was changed
Signed-off-by: Justin Florentine <justin+github@florentine.us >
Co-authored-by: Jiri Peinlich <jiri.peinlich@gmail.com >
Co-authored-by: Jason Frame <jason.frame@consensys.net >
Co-authored-by: garyschulte <garyschulte@gmail.com >
Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
Co-authored-by: Gabriel Fukushima <gabrielfukushima@gmail.com >
Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net >
Co-authored-by: Stefan <stefan.pingel@consensys.net >
Co-authored-by: spencer-tb <spencer@spencertaylorbrown.uk >
* junit5 updates
Signed-off-by: Justin Florentine <justin+github@florentine.us >
* update t8n test
Cancun gas claculator was inheriting from london, should have been shanghai.
Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com >
---------
Signed-off-by: Justin Florentine <justin+github@florentine.us >
Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com >
Co-authored-by: Jiri Peinlich <jiri.peinlich@gmail.com >
Co-authored-by: Jason Frame <jason.frame@consensys.net >
Co-authored-by: garyschulte <garyschulte@gmail.com >
Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
Co-authored-by: Gabriel Fukushima <gabrielfukushima@gmail.com >
Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net >
Co-authored-by: Stefan <stefan.pingel@consensys.net >
Co-authored-by: spencer-tb <spencer@spencertaylorbrown.uk >
Co-authored-by: Danno Ferrin <danno.ferrin@swirldslabs.com >
2023-07-26 12:44:01 -04:00
Fabio Di Fabio
46ffd0755c
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# besu/src/main/java/org/hyperledger/besu/RunnerBuilder.java
# ethereum/api/src/integration-test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcTestMethodsFactory.java
# ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcErrorConverter.java
# ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/internal/response/JsonRpcError.java
# ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/methods/JsonRpcMethodsFactory.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/AbstractJsonRpcHttpServiceTest.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceHostAllowlistTest.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceLoginTest.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceRpcApisTest.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceTestBase.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceTlsClientAuthTest.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceTlsMisconfigurationTest.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/JsonRpcHttpServiceTlsTest.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/internal/methods/EthGetTransactionReceiptTest.java
# ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/websocket/WebSocketServiceLoginTest.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/ProtocolSpec.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/ProtocolSpecBuilder.java
# ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/MainnetTransactionValidatorTest.java
# ethereum/retesteth/src/main/java/org/hyperledger/besu/ethereum/retesteth/NoRewardProtocolScheduleWrapper.java
# evm/src/main/java/org/hyperledger/besu/evm/EvmSpecVersion.java
2023-07-25 15:25:54 +02:00
Nischal Sharma
ef020865eb
Removed GoQuorum permissioning interop ( #5607 )
...
* removed quorum permissioning
* removed isQuorum
Signed-off-by: Nischal Sharma <nischal@web3labs.com >
---------
Signed-off-by: Nischal Sharma <nischal@web3labs.com >
2023-07-25 03:46:03 +10:00
Antoine Toulme
901661cb4f
Update tuweni2.4.2 ( #5684 )
...
* Revert "Revert "Update Tuweni to 2.4.1 (#5513 )" (#5585 )"
This reverts commit 6111e1bbc3 .
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com >
* update Tuweni to 2.4.2
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com >
---------
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com >
2023-07-11 22:26:32 -07:00
Matt Whitehead
3f2a0160a8
Only validate --miner-enabled option for ethash networks ( #5669 )
...
* Modify the min-gas-price option validation
* Check for whether ethash is in use, either from genesis or network config, and use that for miner checks
* Add genesis configuration isPoa() convenience function
---------
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com >
Signed-off-by: Matt Whitehead <matthew1001@hotmail.com >
Co-authored-by: Simon Dudley <simon.dudley@consensys.net >
Signed-off-by: Simon Dudley <simon.dudley@consensys.net >
2023-07-11 17:59:14 +10:00
Simon Dudley
e984769a3b
Add Xlayered-tx-pool to the config log printout ( #5665 )
...
Unrelated: clarify epoch length in javadoc
Signed-off-by: Simon Dudley <simon.dudley@consensys.net >
Co-authored-by: Gabriel Fukushima <gabrielfukushima@gmail.com >
2023-07-04 10:39:55 +10:00
Sally MacFarlane
5ee0836785
junit5 ( #5631 )
...
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2023-06-22 15:38:54 +10:00
naviechan
0ceeaf3180
EIP-6110: Add deposit validation and apis ( #5295 )
...
Completes the implementation of EIP-6110
* Decode and extract deposit from transaction receipt log
* Introduce depositContractAddress field in genesis file
* Validate deposits in a block against the transaction receipt logs
* Update engine_newPayloadV2 and engine_getPayloadV2 according to the spec. Some of the non-functional components were partially implemented in the previous PR
Signed-off-by: naviechan <naviechan@gmail.com >
Signed-off-by: Simon Dudley <simon.dudley@consensys.net >
Co-authored-by: Simon Dudley <simon.dudley@consensys.net >
2023-06-21 16:57:45 +10:00
Fabio Di Fabio
f8c5db07fc
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# .circleci/config.yml
# besu/src/main/java/org/hyperledger/besu/controller/BesuController.java
# besu/src/main/java/org/hyperledger/besu/controller/BesuControllerBuilder.java
# ethereum/blockcreation/src/main/java/org/hyperledger/besu/ethereum/blockcreation/AbstractBlockCreator.java
# ethereum/blockcreation/src/main/java/org/hyperledger/besu/ethereum/blockcreation/BlockTransactionSelector.java
# ethereum/blockcreation/src/test/java/org/hyperledger/besu/ethereum/blockcreation/AbstractBlockTransactionSelectorTest.java
2023-06-14 12:23:04 +02:00
Sally MacFarlane
6111e1bbc3
Revert "Update Tuweni to 2.4.1 ( #5513 )" ( #5585 )
...
This reverts commit b96418143c .
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2023-06-13 13:12:23 +10:00
Antoine Toulme
b96418143c
Update Tuweni to 2.4.1 ( #5513 )
...
* update to 2.4.1
* update use of DNS daemon with Vertx
* fix issue with Bytes.repeat
* update antlr version
* fix dns tests
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com >
---------
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com >
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com >
2023-06-09 12:31:20 +10:00
Fabio Di Fabio
c1cfaf462a
Remove deprecated Rinkeby network ( #5540 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-06-08 10:59:02 +02:00
Gabriel Fukushima
f121f12ead
remove old ef bootnodes ( #5474 )
...
Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com >
2023-05-23 10:36:34 +10:00
Gabriel-Trintinalia
db92814968
Opcode changes ( #7 )
...
* Override evm operations with Linea behaviours
2023-05-11 10:13:43 +10:00
garyschulte
3730f29ad0
javadoc comments required for publish tasks ( #10 )
...
Signed-off-by: garyschulte <garyschulte@gmail.com >
2023-05-10 15:21:48 -07:00
Fabio Di Fabio
ba7e33b730
Update genesis file
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-05-08 16:25:24 +02:00
Fabio Di Fabio
8e068d9dc1
Cleanup Linea hard forks
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-05-04 17:08:01 +02:00
Fabio Di Fabio
57171e29ca
Fix clique genesis conf for Linea
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-05-03 13:49:19 +02:00
Fabio Di Fabio
e93e49359d
Update Linea genesis file
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-05-02 13:25:13 +02:00
Fabio Di Fabio
7427275448
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java
# besu/src/main/java/org/hyperledger/besu/cli/config/NetworkName.java
# besu/src/main/java/org/hyperledger/besu/controller/MergeBesuControllerBuilder.java
# besu/src/test/java/org/hyperledger/besu/ForkIdsNetworkConfigTest.java
# consensus/merge/src/main/java/org/hyperledger/besu/consensus/merge/MergeProtocolSchedule.java
# consensus/merge/src/main/java/org/hyperledger/besu/consensus/merge/TransitionProtocolSchedule.java
# ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/methods/JsonRpcMethodsFactory.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/AbstractProtocolScheduleBuilder.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/ProtocolScheduleBuilder.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/ProtocolSpecBuilder.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/TimestampScheduleBuilder.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/transaction/TransactionInvalidReason.java
# ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/DefaultTimestampScheduleTest.java
# ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/TimestampScheduleBuilderTest.java
# ethereum/evmtool/src/main/java/org/hyperledger/besu/evmtool/MainnetGenesisFileModule.java
# ethereum/referencetests/src/main/java/org/hyperledger/besu/ethereum/referencetests/ReferenceTestProtocolSchedules.java
2023-05-02 11:51:03 +02:00
Diego López León
031101603b
Retire ECIP-1049 network ( #5371 )
...
* Remove ECIP1049 network
Signed-off-by: Diego López León <dieguitoll@gmail.com >
2023-04-20 13:57:37 -07:00
Fabio Di Fabio
80bbc1041f
Merge remote-tracking branch 'upstream/main'
...
# Conflicts:
# besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java
# besu/src/main/java/org/hyperledger/besu/controller/BesuController.java
# besu/src/main/java/org/hyperledger/besu/controller/BesuControllerBuilder.java
# consensus/merge/src/main/java/org/hyperledger/besu/consensus/merge/MergeProtocolSchedule.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/difficulty/fixed/FixedDifficultyProtocolSchedule.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/AbstractProtocolScheduleBuilder.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/MainnetProtocolSchedule.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/ProtocolScheduleBuilder.java
# ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/TimestampScheduleBuilder.java
# ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/DefaultTimestampScheduleTest.java
# ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/MainnetTransactionValidatorTest.java
# ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/TimestampScheduleBuilderTest.java
# ethereum/evmtool/src/main/java/org/hyperledger/besu/evmtool/MainnetGenesisFileModule.java
# ethereum/referencetests/src/main/java/org/hyperledger/besu/ethereum/referencetests/ReferenceTestProtocolSchedules.java
2023-04-18 15:24:59 +02:00
Gabriel Fukushima
0ff62a06b2
Add new sepolia bootnodes ( #5352 )
...
* Add new sepolia bootnodes from EF
Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com >
---------
Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com >
Co-authored-by: Parithosh Jayanthi <parithosh@indenwolken.xyz >
2023-04-17 20:17:03 +10:00
Fabio Di Fabio
ca122f7866
Remove allocations from Linea genesis
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-04-14 18:08:49 +02:00
Sally MacFarlane
067a263374
[23.4] Remove GoQuorum privacy ( #5303 )
...
* removed separate decoding logic
* run non-mainnet ATs to make sure
* remove goQuorum flag from everywhere
* remove GOQUORUM api group
* remove GoQuorum enclave, privacy params, RPCs and other related config
* removed Goquorum related error codes, rpcMethod codes, privateBloom
* removed v from transaction
* removed private GoQuorum storage provider
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2023-04-14 06:41:57 +10:00
Fabio Di Fabio
402d2dbe2a
Set Linea chain id and gas limit ( #6 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-04-13 15:38:59 +02:00
Sally MacFarlane
795b7c4dfb
[23.4] Remove IBFT1 consensus mechanism ( #5302 )
...
* remove controller and config
* remove ibftlegacy module
* remove further config options
* run non-mainnet ATs just to be sure
* remove temp change to circle config
---------
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com >
2023-04-11 14:55:50 +10:00
Fabio Di Fabio
f35dc50617
Bootstrap Linea configuration + transaction max calldata size validation
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net >
2023-03-31 19:23:35 +02:00
Simon Dudley
1b29f686e9
Make QBFT validator smart contract mode work with london fork ( #5277 )
...
Override the transactionSimulator's default TransactionValidationParams with one that allows for exceeding the account balance (which effectively zeros the baseFee).
This mimics the way that eth_estimateGas and eth_call are implemented.
Signed-off-by: Simon Dudley <simon.dudley@consensys.net >
2023-03-30 15:25:22 +10:00