Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 32b4c79

Browse files
jdevcssamlaf
andauthored
Add removed property to Log type (#4877) (#5576)
* Add `removed` property to `Log` type Fixes #4747 (comment) * Update CHANGELOG.md added this upon jdevcs' [request](#4877 (comment)) * Update CHANGELOG.md Co-authored-by: Junaid <[email protected]> Co-authored-by: Samuel Laferriere <[email protected]>
1 parent b737d27 commit 32b4c79

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ Released with 1.0.0-beta.37 code base.
608608
### Fixed
609609

610610
- Fixed types for getPastEvents (#4955) (#5260)
611+
- Fix Log type by adding missing `removed` property (#4877)
611612

612613
### Changed
613614

packages/web3-core/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ export interface Log {
242242
transactionHash: string;
243243
blockHash: string;
244244
blockNumber: number;
245+
removed: boolean;
245246
}
246247

247248
// had to move `web3-net` due to other modules in `1.x` not referencing

0 commit comments

Comments
 (0)