From 011dac05ae80fbb4b508218b27778dd8cb8e2abf Mon Sep 17 00:00:00 2001 From: Oscar Baracos Date: Thu, 26 May 2022 18:35:22 -0400 Subject: [PATCH 1/4] Fix transactionRoot -> transactionsRoot in BlockHeader --- packages/web3-eth/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web3-eth/types/index.d.ts b/packages/web3-eth/types/index.d.ts index 94a5900661b..88953985734 100644 --- a/packages/web3-eth/types/index.d.ts +++ b/packages/web3-eth/types/index.d.ts @@ -410,7 +410,7 @@ export interface BlockHeader { nonce: string; sha3Uncles: string; logsBloom: string; - transactionRoot: string; + transactionsRoot: string; stateRoot: string; receiptsRoot: string; miner: string; From 3867cf801ca322d8cc4121f83f2f47132783aa26 Mon Sep 17 00:00:00 2001 From: Oscar Baracos Date: Tue, 28 Jun 2022 23:27:06 -0400 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19113f0570a..75c25bc094e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -571,6 +571,7 @@ Released with 1.0.0-beta.37 code base. ### Fixed - Fix typos in web3-eth-accounts.rst & TESTING.md (#5047) - Improve README.md & Fix typos (#4848) +- Fix transactionRoot -> transactionsRoot in BlockHeader (#5083) ### Security - Updated `got` lib version and fixed other libs using npm audit fix From 65230bb5cff74ed7cfb656dc94137a2151117fd0 Mon Sep 17 00:00:00 2001 From: Junaid <86780488+jdevcs@users.noreply.github.com> Date: Mon, 4 Jul 2022 14:55:48 +0200 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c84eee16d..bd1ec6a4e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -575,6 +575,7 @@ Released with 1.0.0-beta.37 code base. - Fix typos in web3-eth-accounts.rst & TESTING.md (#5047) - Improve README.md & Fix typos (#4848) - Fix transactionRoot -> transactionsRoot in BlockHeader (#5083) +- Add optional hex formatting parameter for getTransactionrReceipt (#5153) ### Security - Updated `got` lib version and fixed other libs using npm audit fix From 93310abb6bae1996a8d844140931328763f4c6b4 Mon Sep 17 00:00:00 2001 From: Junaid <86780488+jdevcs@users.noreply.github.com> Date: Mon, 4 Jul 2022 15:02:43 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1ec6a4e84..ba5f51df3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -574,8 +574,8 @@ Released with 1.0.0-beta.37 code base. ### Fixed - Fix typos in web3-eth-accounts.rst & TESTING.md (#5047) - Improve README.md & Fix typos (#4848) -- Fix transactionRoot -> transactionsRoot in BlockHeader (#5083) - Add optional hex formatting parameter for getTransactionrReceipt (#5153) +- Fix transactionRoot -> transactionsRoot in BlockHeader (#5083) ### Security - Updated `got` lib version and fixed other libs using npm audit fix