Skip to content

Commit

Permalink
Merge pull request #1190 from eqlabs/v0.6.4_prep
Browse files Browse the repository at this point in the history
chore: v0.6.4 release prep
  • Loading branch information
Mirko-von-Leipzig authored Jul 5, 2023
2 parents a43b624 + 41d0342 commit 5643432
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.6.4] - 2023-07-05

### Fixed

- Handle Starknet errors with HTTP status code 400. This fixes poll pending and polling
in general.
- Pending data is not polled for starknet v0.12 due to an HTTP error code change from the gateway.
- Transaction receipts missing `from_address` in `MSG_TO_L1`.

## [0.6.3] - 2023-06-29

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.6.3"
version = "0.6.4"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.65"
Expand Down

0 comments on commit 5643432

Please sign in to comment.