From 99a10db1484ad8d8418362587274d78a9fd50267 Mon Sep 17 00:00:00 2001 From: Vladimir Miloserdov Date: Wed, 22 Jan 2025 11:37:56 +0000 Subject: [PATCH] Add information about parallel transaction validation to the changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc9d9373f2..c919437a8ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ NEP-584 (https://github.com/near/NEPs/pull/584) ### Non-protocol Changes -**No Changes** +* Parallelize transaction validation (including signature checks) before `verify_and_charge_transaction`, + significantly improving throughput for transaction processing on the nodes. [#12654](https://github.com/near/nearcore/pull/12654) ## 2.4.0