From 236fef21ff37d9356cb92eae0532f7bf534f6093 Mon Sep 17 00:00:00 2001 From: Mirko von Leipzig Date: Fri, 7 Jul 2023 13:51:35 +0200 Subject: [PATCH] chore: v0.6.5 release --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- crates/pathfinder/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77fa892a3f..3ff6aaf14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.6.5] - 2023-07-07 + ### Fixed - pending data from the gateway is inconsistent - this could exhibit as RPC data changing status between `pending | L2 accepted | not found`, especially noticeable for transactions. +### Changed + +- substantially increase the character limit of execution errors + - previously, the RPC would return a highly truncated error message from the execution vm + ## [0.6.4] - 2023-07-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c178a51976..1b0a9cec94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5897,7 +5897,7 @@ checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" [[package]] name = "pathfinder" -version = "0.6.4" +version = "0.6.5" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index 7de6047faa..cf3a8d880e 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder" -version = "0.6.4" +version = "0.6.5" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.65"