Skip to content

Commit

Permalink
Merge pull request #2262 from eqlabs/krisztian/merge-0.14.3-to-main
Browse files Browse the repository at this point in the history
chore: merge v0.14.3 back to `main`
  • Loading branch information
kkovaacs committed Sep 24, 2024
2 parents 0d682ac + 9334ad4 commit 87101ad
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 23 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Ethereum RPC API now requires Websocket endpoints (prev. HTTP). If an HTTP url is provided instead, Pathfinder will attempt to connect vía Websocket protocol at that same url.

## [0.14.3] - 2024-09-23

### Fixed

- Pathfinder occasionally corrupts its Merkle trie storage during reorgs and then stops later with a "Node X at height Y is missing" or "Stored node's hash is missing" error.
Expand Down
42 changes: 21 additions & 21 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 @@ -38,7 +38,7 @@ lto = true
opt-level = 3

[workspace.package]
version = "0.14.2"
version = "0.14.3"
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 87101ad

Please sign in to comment.