Skip to content

Commit

Permalink
Bump version and update CHANGELOG for core v2.10.0 (#12351)
Browse files Browse the repository at this point in the history
  • Loading branch information
snehaagni authored Mar 7, 2024
1 parent f8c448a commit 37e1bdc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.0
2.10.0
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [dev]

...

## 2.10.0 - UNRELEASED

### Added

- Gas bumping logic to the `SuggestedPriceEstimator`. The bumping mechanism for this estimator refetches the price from the RPC and adds a buffer on top using the greater of `BumpPercent` and `BumpMin`.
Expand All @@ -29,6 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- unreleasedstop -->

## 2.9.1 - 2024-03-07

### Changed

- `eth_call` RPC requests are now sent with both `input` and `data` fields to increase compatibility with servers that recognize only one.
- GasEstimator will now include Type `0x3` (Blob) transactions in the gas calculations to estimate it more accurately.

## 2.9.0 - 2024-02-22

### Added
Expand Down

0 comments on commit 37e1bdc

Please sign in to comment.