Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jan 10, 2024
1 parent 709b4fa commit 41f2e8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/web3-eth-accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,12 @@ Documentation:

- Fixed `recover` function, `v` will be normalized to value 0,1 (#6344)

## [Unreleased]
## [4.1.1]

### Fixed

- Send Transaction config used to be ignored if the passed `common` did not have a `copy()` and the `chainId` was not provided (#6663)
- Fixed an issue with detecting Uint8Array (#6486)

## [Unreleased]

1 comment on commit 41f2e8a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 41f2e8a Previous: 6c075db Ratio
processingTx 9449 ops/sec (±3.74%) 9301 ops/sec (±4.81%) 0.98
processingContractDeploy 41957 ops/sec (±7.58%) 39129 ops/sec (±7.62%) 0.93
processingContractMethodSend 19241 ops/sec (±7.97%) 19443 ops/sec (±5.19%) 1.01
processingContractMethodCall 38834 ops/sec (±6.06%) 38971 ops/sec (±6.34%) 1.00
abiEncode 46322 ops/sec (±6.39%) 44252 ops/sec (±6.92%) 0.96
abiDecode 30995 ops/sec (±8.09%) 30419 ops/sec (±8.89%) 0.98
sign 1625 ops/sec (±3.30%) 1656 ops/sec (±4.08%) 1.02
verify 378 ops/sec (±0.57%) 373 ops/sec (±0.78%) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.