Skip to content

Commit ede3a83

Browse files
Merge pull request #1644 from eqlabs/release/v0.10.2
chore: v0.10.2 release
2 parents c1d121d + 594404d commit ede3a83

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12+
## [0.10.2] - 2023-12-13
13+
1214
### Added
1315

1416
- Added `x-request-id` header to RPC responses. If the request does not have the header set then an ID is generated. This can be used to identify a specific caller's request/response within the node's logs. Duplicate IDs are possible since they can be set by the caller, so we recommend making your's identifiable with a prefix or using a GUID.
@@ -25,7 +27,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
- `EXECUTION_RESOURCES` fields are hex-strings instead of integers
2628
- `segment_arena_builtin` resource is missing
2729
- v3 transaction price unit type is `STRK` instead of `FRI`
30+
- v0.6 `starknet_estimateFee`, `starknet_simulateTransactions`
2831
- v3 transaction hashes are computed incorrectly when using the "query" flag, causing validation errors
32+
- `unit` field is missing from fee estimation results
33+
- v0.6 `starknet_addDeployAccountTransaction`
34+
- the gateway doest not properly return address information for v3 transactions, we now compute the address ourselves
35+
- `starknet_getEvents`
36+
- query strategy selection for some events involving a filter on very common keys is slow
2937
- Execution performance for calls involving the `pending` blocks is much better for trivial calls (like `balanceOf`).
3038

3139
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pathfinder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pathfinder"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)