From a1218d57640216cee334f2d9c32ea42c9d1267cf Mon Sep 17 00:00:00 2001 From: Dmitry Radkovskiy Date: Sat, 22 Oct 2022 16:15:53 +0800 Subject: [PATCH 1/4] Fix: _jsonInterfaceMethodToString export in types --- packages/web3-utils/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web3-utils/types/index.d.ts b/packages/web3-utils/types/index.d.ts index 0fd436e5152..4f869949d68 100644 --- a/packages/web3-utils/types/index.d.ts +++ b/packages/web3-utils/types/index.d.ts @@ -169,7 +169,7 @@ export interface Utils { isContractAddressInBloom(bloom: string, contractAddress: string): boolean; isTopicInBloom(bloom: string, topic: string): boolean; isTopic(topic: string): boolean; - jsonInterfaceMethodToString(abiItem: AbiItem): string; + _jsonInterfaceMethodToString(abiItem: AbiItem): string; soliditySha3(...val: Mixed[]): string | null; soliditySha3Raw(...val: Mixed[]): string; encodePacked(...val: Mixed[]): string | null; From dfa1443eb3702b6b6f45ba14babff3f57f04e64f Mon Sep 17 00:00:00 2001 From: Dmitry Radkovskiy Date: Thu, 10 Nov 2022 20:04:22 +0800 Subject: [PATCH 2/4] added changelog.md entry for #5550 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95849324f2d..68c732dd8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -607,6 +607,7 @@ Released with 1.0.0-beta.37 code base. - Fixed types for getPastEvents (#4955) (#5260) - Fix Log type by adding missing `removed` property (#4877) +- Fixed types for `web3.utils._jsonInterfaceMethodToString` (#5550) ### Changed From 18dd9fd616f15c40f9c58827b6638c8d8ef8b4df Mon Sep 17 00:00:00 2001 From: Dmitry Radkovskiy Date: Fri, 11 Nov 2022 13:20:42 +0800 Subject: [PATCH 3/4] added changelog.md entry for fixed types --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c732dd8f5..924635fe395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -607,7 +607,6 @@ Released with 1.0.0-beta.37 code base. - Fixed types for getPastEvents (#4955) (#5260) - Fix Log type by adding missing `removed` property (#4877) -- Fixed types for `web3.utils._jsonInterfaceMethodToString` (#5550) ### Changed @@ -615,4 +614,6 @@ Released with 1.0.0-beta.37 code base. ## [Unreleased] -## [1.8.2] \ No newline at end of file +## [1.8.2] + +- Fixed types for `web3.utils._jsonInterfaceMethodToString` (#5550) \ No newline at end of file From ef161b277bd895d9bfbfb02e36309552f84aefe6 Mon Sep 17 00:00:00 2001 From: Muhammad Altabba <24407834+Muhammad-Altabba@users.noreply.github.com> Date: Tue, 15 Nov 2022 16:02:39 +0100 Subject: [PATCH 4/4] CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 924635fe395..024c9dc2b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -614,6 +614,6 @@ Released with 1.0.0-beta.37 code base. ## [Unreleased] -## [1.8.2] +### Fixed -- Fixed types for `web3.utils._jsonInterfaceMethodToString` (#5550) \ No newline at end of file +- Fixed types for `web3.utils._jsonInterfaceMethodToString` (#5550)