Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,3 +546,5 @@ Released with 1.0.0-beta.37 code base.
- Fix dead link in web3-eth.rst (#4916)
- Fix web3-core-method throws on `f.call = this.call` when intrinsic is frozen (#4918) (#4938)
- Fix static tuple encoding (#4673) (#4884)
- Fix Log type by adding missing `removed` property (#4877)

1 change: 1 addition & 0 deletions packages/web3-core/types/index.d.ts
Original file line number Diff line number Diff line change
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