Commit Graph

783 Commits

Author SHA1 Message Date
Fabio Di Fabio
569ef931ff Allow a transaction selection plugin to specify custom selection results (#6190)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-11-21 12:34:20 +01:00
Fabio Di Fabio
eaf56820f5 New option tx-pool-min-gas-price to set a lower bound when accepting txs to the pool (#6098)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2023-11-20 12:49:17 +01:00
Justin Florentine
fb634e4b83 Changelog23.10.2 (#6172)
* adds upload links and hashes

Signed-off-by: Justin Florentine <justin+github@florentine.us>

* reference test updates

Signed-off-by: Justin Florentine <justin+github@florentine.us>

---------

Signed-off-by: Justin Florentine <justin+github@florentine.us>
2023-11-16 12:02:37 +10:00
Fabio Di Fabio
817cbf7853 Remove LowestInvalidNonceCache (#6148)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-11-14 12:33:34 +01:00
Fabio Di Fabio
4eb3358bef Transactions that takes too long to evaluate, during block creation, are dropped from the txpool (#6163)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-11-13 18:14:13 +01:00
Gabriel-Trintinalia
d6a9633794 RPC - Implement Debug trace call (#5885)
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
2023-11-13 10:27:47 +11:00
Justin Florentine
5542730c55 update version for snapshot (#6154)
Signed-off-by: Justin Florentine <justin+github@florentine.us>
2023-11-10 15:02:10 -05:00
Matt Whitehead
8afad41594 Apply the same reverse sort order as https://github.com/hyperledger/b… (#6146)
* Apply the same reverse sort order as https://github.com/hyperledger/besu/pull/6106 but to the base fee sorter

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

* Fix unit tests

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

* Update eviction unit tests to expect highest-sequence TXs be evicted first

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

* Update change log

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

* Spotless fixes

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

---------

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
2023-11-10 10:26:05 +00:00
Jason Frame
701cbb000f Limit memory used in handling invalid blocks (#6138)
Signed-off-by: Jason Frame <jason.frame@consensys.net>
2023-11-09 09:23:53 +10:00
Fabio Di Fabio
8319fae725 Time limited block creation (#6044)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2023-11-08 21:27:31 +01:00
Fabio Di Fabio
636ad8a65a Force tx replacement price bump to zero when zero base fee market is configured (#6079)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-11-08 15:26:22 +01:00
Danno Ferrin
228424215c Update RPCs for yParity (#6119)
Update the GraphQL and JSON-RPC endpoints to provide `yParity` instead
of `v` for non-legacy transactions.
Update the JSON-RPC tests to use the Hive data. Add tests for Shanghai
and Cancun Blocks.

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
2023-11-06 17:47:12 -06:00
Danno Ferrin
cea3d8a71a Reference Tests v13 (#6114)
v13 of the official Ethereum Reference Tests.

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
2023-11-03 12:09:11 -06: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
Gabriel-Trintinalia
41b95758b4 Add transaction selector based on min priority fee parameter (#6083)
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
2023-11-02 21:16:53 +11:00
Gabriel-Trintinalia
236779d3ce [MINOR] - Add 23.10.1 correct changelog (#6110)
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
2023-11-01 18:04:24 +11:00
Fabio Di Fabio
de8ca108a3 Add API to set and get the minGasPrice at runtime (#6097)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-10-31 15:00:11 +01:00
Danno Ferrin
d0a6a70cc8 Correct reference test blobgas calculation (#6107)
* Correct reference test blobgas calculation

Fix tpyo that resulted in an NPE in t8n blob gas calculations.

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>

* changelog

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>

* spotless

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>

---------

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
2023-10-31 10:12:04 +10:00
Gabriel Fukushima
6dd558b532 RPC Parameters to accept input and data field (#6094)
* Accept input or data as payload for RPC calls

Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>

* Add json new rpc valid and invalid request to test the changes

Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>

* Change JsonCallParameter signature to avoid duplicating constructor

Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>

* Add changelog

Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>

---------

Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
2023-10-28 05:47:53 +11:00
daniellehrner
a60b31b3af TraceService: return results for transactions in block (#6087)
* TraceService: return results for transactions in block

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
2023-10-27 15:05:34 +02:00
Simon Dudley
accac1ccbc [MINOR] Upgrade netty and grpc (#6100)
* Upgrade netty and grpc
* fix verification file
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2023-10-27 18:17:15 +10:00
delehef
edf23cb570 feat: add a way to read memory without altering the word capacity (#6073)
* feat: add a way to read memory without altering the word capacity
* add tests
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Fix read-past-end
* Do not abuse method overload
* Update CHANGELOG.md

Signed-off-by: delehef <github@odena.eu>
Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* add tests for MessageFrame.shadowReadMemory

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Straddled reads tests

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

---------

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: delehef <github@odena.eu>
Signed-off-by: delehef <franklin.delehelle@odena.eu>
Co-authored-by: Daniel Lehrner <daniel.lehrner@consensys.net>
2023-10-27 13:36:44 +13: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
Gabriel-Trintinalia
f81088789e Update changelog release (#6062)
Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
2023-10-20 12:02:52 +11:00
Fabio Di Fabio
6d100f30b7 Priority senders (#5959)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2023-10-17 13:19:09 +02:00
Fabio Di Fabio
7d6fdced22 Fix 23.10.0 Breaking Changes changelog entry (#6040)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-10-17 10:38:27 +00:00
Sally MacFarlane
0dc37ad81e link to issue 5772 (#6038)
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
2023-10-17 12:24:05 +10:00
ahamlat
de2d3b4156 Sort only once rewardPercentiles instead of doing it for each block header (#6035)
Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net>
2023-10-17 01:52:11 +00:00
ahamlat
e0b3316612 Cache last blocks data (block headers, block bodies, transactions' receipts and total difficulty) (#6009)
* Add a flag --cache-last-blocks to cache last n blocks, The default value is 0

Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net>
2023-10-13 10:13:50 -07:00
Fabio Di Fabio
4276a40a64 Update 23.10.0 changelog (#6017)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-10-11 10:35:30 +02:00
Fabio Di Fabio
62159dc55d Bump version to 23.10.1-SNAPSHOT (#5990)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-10-05 16:02:42 +02:00
Fabio Di Fabio
7ee5b736f3 Target to use about 25MB for the new layered txpool by default (#5974)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-10-03 20:15:31 +02:00
Danno Ferrin
dc47867054 Fix t8n encoding issue (#5936)
When sending a stack in json fields strip out the newlines and tabs.

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
2023-09-30 00:26:12 -05:00
Fabio Di Fabio
109bb4df29 Process onBlockAdded event asyncronously (#5909)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-09-27 10:33:01 +02:00
Simon Dudley
b912780cc3 Fixup changelog following 23.7.3 release (#5954)
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
2023-09-27 17:06:45 +10:00
Simon Dudley
2dccfe7ce9 Bump version to 23.7.4-SNAPSHOT (#5913)
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
2023-09-21 06:34:27 +10:00
Sally MacFarlane
eef40bd530 [CHANGELOG] removed duplicated line (#5904)
* removed duplicated line [skip ci]

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

* fixed spelling on Holesky

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
2023-09-20 13:40:09 +10: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
7c5c2bfbcb Tune G1GC to reduce Besu memory footprint (#5879)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-09-19 21:06:42 +02:00
delehef
35385611ae Add world context to transaction tracing API (#5836)
* Add world context to transaction tracing API

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Update changelog with PR ID

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Add the Transaction to traceEndTransaction

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Rebase on main

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Add receipt-linked information to the transaction tracer

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* added test

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

---------

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Co-authored-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2023-09-14 12:57:25 +10:00
ahamlat
7fd7224964 Fix issue 5824 - Duplicate key errors in EthScheduler-Transactions (#5857)
Fix issue 5824 - Duplicate key errors in EthScheduler-Transactions

Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net>
2023-09-11 13:21:59 +02:00
Fabio Di Fabio
25c2065434 Layered txpool by default and txpool options hoverhaul (#5772)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2023-09-11 12:16:18 +02:00
garyschulte
8269b57ee3 Do not create ignorable segments on revert storage-variables (#5830)
* fix the bug that creates the ignorable chain pruner segment, add rocks exception parsing to RocksDBColumnarKeyValueStorage subclasses
* parse rocksdb error for unprintable column family id's

Signed-off-by: garyschulte <garyschulte@gmail.com>
2023-08-31 08:44:17 -07: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
Matt Whitehead
9a0f35c1fe Add eth_getBlockReceipts() JSON/RPC method (#5771)
* Initial commit with new JSON/RPC method

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

* Update CHANGELOG.md

Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Matt Whitehead <matthew1001@hotmail.com>

* Update unit tests to check receipts against generated blockchain transactions at runtime. Add getEthSerializedType() utility to TransactionType.

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

* Add spec JSON/RPC tests

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>

---------

Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
Signed-off-by: Matt Whitehead <matthew1001@gmail.com>
Signed-off-by: Matt Whitehead <matthew1001@hotmail.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
2023-08-24 11:59:40 +10:00
delehef
4ecfbb2252 Trigger OperationTracer on contexts enter & exit (#5756)
* Trigger `OperationTracer` on contexts enter & exit

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Update CHANGELOG.md

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Spotless

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Daniel's comments

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Ensure `OperationTracer` is not null before calling it

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Move back hook calls into `process`

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Fix @shemnon comments

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* added test for context enter and context exit

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* spotless

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Trigger `OperationTracer` on contexts enter & exit

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Update CHANGELOG.md

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Spotless

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Daniel's comments

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Ensure `OperationTracer` is not null before calling it

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Move back hook calls into `process`

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* Fix @shemnon comments

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>

* added test for context enter and context exit

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* spotless

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* added a test without mocking

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* fixed unit tests

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

---------

Signed-off-by: Franklin Delehelle <franklin.delehelle@odena.eu>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Co-authored-by: Daniel Lehrner <daniel.lehrner@consensys.net>
2023-08-24 09:56:29 +10:00
Daniel Lehrner
19c989a6d9 Add missing methods to transaction interface (#5732)
* added missing methods to transaction interface, created new AccessListEntry interface to add it to the transaction interface

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* CHANGELOG.md entry

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* added missing javadoc entry

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Update datatypes/src/main/java/org/hyperledger/besu/datatypes/Transaction.java

Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Update datatypes/src/main/java/org/hyperledger/besu/datatypes/Transaction.java

Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Make smart contract permissioning features work with london fork (#5727)

* Make smart contract permissioning features work with london fork

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.
Similar change to #5277

Update ATs to use londonBlock (existing genesis allocs necessitate zeroBaseFee as well)

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>

* changelog
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>

---------

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Correctly cache the TransactionValidator instance on creation (#5726)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Reference tests 12.3 (#5733)

Update Reference Tests to 12.3
* fix decoding error
* add ignored field
* update module

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Return all not selected transactions, not only invalid ones. (#5711)

This way it is possible for the caller to have more data about the selection
process.

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Address import performance issues (#5734)

* ensure we are on a single tuweni version
* factor out an unneeded concatenate

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Add type to PendingTransactionDetail (#5729)

* add type

* update changelog

---------

Signed-off-by: George Tebrean <george@web3labs.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* Migrate to blobGas in execution-spec-tests (#5745)

Execution-spec-tests migrated from DataGas to BlobGas and checks for its
inclusion in tests now. Add needed support.

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* remove AccessListEntry interface and move its class to the datatypes module

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* add missing cost methods to interface, add method to get RLP of transaction

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* updating hash with updated reference tests

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* added missing javadocs

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* fixed compiler errors in integration tests

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* retro blobGas name change into Transaction interface

Signed-off-by: garyschulte <garyschulte@gmail.com>

* removed methods from transaction interface which values can be derived through other means. Added new method encoded to return the encoded tx in Bytes instead of RLPOutput

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

---------

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Signed-off-by: George Tebrean <george@web3labs.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
Co-authored-by: George Tebrean <99179176+gtebrean@users.noreply.github.com>
Co-authored-by: garyschulte <garyschulte@gmail.com>
2023-08-23 00:19:52 +02:00
garyschulte
0e55a9f3f5 update changelog and version for 23.7.2-SNAPSHOT (#5779)
* update changelog and version for 23.7.2-SNAPSHOT

Signed-off-by: garyschulte <garyschulte@gmail.com>
2023-08-21 16:14:58 -04:00
matkt
2bced4ebf9 fix snapsync issue with forest (#5776)
Fixing an issue during snapsync with forest related to the heal step

Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
2023-08-21 16:12:16 +02:00