Skip to content

Commit

Permalink
update CHANGELOG.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba authored Jan 23, 2024
1 parent 0563919 commit db81ec2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/web3-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,7 @@ Documentation:
- Catch `TransactionPollingTimeoutError` was added to send transaction events (#6623)

## [Unreleased]

### Added

- Added `eth.getMaxPriorityFeePerGas` method (#6748)
3 changes: 3 additions & 0 deletions packages/web3-rpc-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ Documentation:

## [Unreleased]

### Added

- Added `getMaxPriorityFeePerGas` method (#6748)

1 comment on commit db81ec2

@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: db81ec2 Previous: 6c075db Ratio
processingTx 9279 ops/sec (±4.16%) 9301 ops/sec (±4.81%) 1.00
processingContractDeploy 41333 ops/sec (±6.84%) 39129 ops/sec (±7.62%) 0.95
processingContractMethodSend 19413 ops/sec (±6.05%) 19443 ops/sec (±5.19%) 1.00
processingContractMethodCall 39591 ops/sec (±5.14%) 38971 ops/sec (±6.34%) 0.98
abiEncode 46906 ops/sec (±6.40%) 44252 ops/sec (±6.92%) 0.94
abiDecode 31565 ops/sec (±7.15%) 30419 ops/sec (±8.89%) 0.96
sign 1633 ops/sec (±0.95%) 1656 ops/sec (±4.08%) 1.01
verify 371 ops/sec (±3.09%) 373 ops/sec (±0.78%) 1.01

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

Please # to comment.