Skip to content

Commit

Permalink
Merge pull request #1612 from eqlabs/krisztian/bump-version-0.10.1
Browse files Browse the repository at this point in the history
chore: bump version to 0.10.1
  • Loading branch information
kkovaacs authored Dec 5, 2023
2 parents 02bfeb1 + 23f90df commit 7b61edf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ More expansive patch notes and explanations may be found in the specific [pathfi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.10.1] - 2023-12-05

### Fixed

- Execution errors are opaque and don't always include the root cause.
- Pathfinder uses incorrect fee token gas price for `gas_consumed` calculation for v3 transactions.
- `starknet_traceTransaction` sometimes returns an "Invalid order number for L2-to-L1 message" error.
- `starknet_getTransactionByHash` and `starknet_getTransactionByBlockIdAndIndex` return v3 transactions mapped to v1.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathfinder"
version = "0.10.0"
version = "0.10.1"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit 7b61edf

Please sign in to comment.