Skip to content

Commit

Permalink
Add removed property to Log type (#4877) (#5576)
Browse files Browse the repository at this point in the history
* 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 <86780488+jdevcs@users.noreply.github.com>

Co-authored-by: Samuel Laferriere <samlaf92@gmail.com>
  • Loading branch information
jdevcs and samlaf committed Oct 28, 2022
1 parent b737d27 commit 32b4c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -608,6 +608,7 @@ Released with 1.0.0-beta.37 code base.
### Fixed

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

### Changed

Expand Down
1 change: 1 addition & 0 deletions packages/web3-core/types/index.d.ts
Expand Up @@ -242,6 +242,7 @@ export interface Log {
transactionHash: string;
blockHash: string;
blockNumber: number;
removed: boolean;
}

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

0 comments on commit 32b4c79

Please sign in to comment.