From 73c3b7b7dcae9b4f346c2a43a2a2cc6ad8c47fdf Mon Sep 17 00:00:00 2001 From: Danno Ferrin Date: Fri, 3 Nov 2023 11:34:17 -0600 Subject: [PATCH] changelog Signed-off-by: Danno Ferrin --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 250dd2c66f9..1345896c908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - TraceService: return results for transactions in block [#6086](https://github.com/hyperledger/besu/pull/6086) - New option `--min-priority-fee` that sets the minimum priority fee a transaction must meet to be selected for a block. [#6080](https://github.com/hyperledger/besu/pull/6080) [#6083](https://github.com/hyperledger/besu/pull/6083) - Implement new `miner_setMinPriorityFee` and `miner_getMinPriorityFee` RPC methods [#6080](https://github.com/hyperledger/besu/pull/6080) +- Add `yParity` to GraphQL and JSON-RPC for relevant querise. [6119](https://github.com/hyperledger/besu/pull/6119) ### Bug fixes