Skip to content

Commit

Permalink
Merge pull request #2426 from eqlabs/krisztian/merge-0.14.5
Browse files Browse the repository at this point in the history
chore: merge `v0.14.5` into `main`
  • Loading branch information
kkovaacs authored Dec 2, 2024
2 parents 31b9a2d + d7ace63 commit 9da32f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `starknet_getBlockWithTxs` works with empty blocks`

## [0.14.5] - 2024-12-02

### Fixed

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

## [0.14.4] - 2024-10-03

### Fixed
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ exclude = [
]
resolver = "2"

[profile.release]
overflow-checks = true

[profile.release-lto]
inherits = "release"
codegen-units = 1
Expand Down

0 comments on commit 9da32f4

Please sign in to comment.