Skip to content

Commit

Permalink
Merge pull request #2427 from eqlabs/release/v0.15.1
Browse files Browse the repository at this point in the history
chore: bump version to 0.15.1
  • Loading branch information
kkovaacs authored Dec 2, 2024
2 parents 9da32f4 + dc8add0 commit 6c9b108
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 26 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ 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.15.1] - 2024-12-02

### Fixed

- `starknet_getBlockWithReceipts` returns `transaction_hash` within the `transaction` object making the response not strictly spec compliant. Fixed on the JSON-RPC 0.8 interface.
- JSON-RPC 0.7 methods returning block headers are including the `l2_gas` property.

### Changed

- Pathfinder is now compiled with arithmetic overflow checks enabled in release mode to mitigate potential issues.


## [0.15.0] - 2024-11-21

Expand Down
46 changes: 23 additions & 23 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lto = true
opt-level = 3

[workspace.package]
version = "0.15.0"
version = "0.15.1"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.80"
Expand Down
2 changes: 1 addition & 1 deletion crates/load-test/Cargo.lock

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

0 comments on commit 6c9b108

Please sign in to comment.