Skip to content

Commit

Permalink
update CHANGELOG.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba authored Mar 29, 2024
1 parent e2cd083 commit baf686d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/web3-eth-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,7 @@ Documentation:
### Fixed

- Fix an issue with smart contract function overloading (#6922)

### Added

- Add a console warning in case of an ambiguous call to a solidity method with parameter overloading (#6942)

1 comment on commit baf686d

@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: baf686d Previous: 6c075db Ratio
processingTx 9359 ops/sec (±4.30%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 38971 ops/sec (±6.87%) 39129 ops/sec (±7.62%) 1.00
processingContractMethodSend 19087 ops/sec (±5.21%) 19443 ops/sec (±5.19%) 1.02
processingContractMethodCall 38515 ops/sec (±5.91%) 38971 ops/sec (±6.34%) 1.01
abiEncode 44216 ops/sec (±8.28%) 44252 ops/sec (±6.92%) 1.00
abiDecode 31472 ops/sec (±6.43%) 30419 ops/sec (±8.89%) 0.97
sign 1591 ops/sec (±3.53%) 1656 ops/sec (±4.08%) 1.04
verify 376 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.