Skip to content

Commit

Permalink
Merge pull request #1059 from eqlabs/release_prep
Browse files Browse the repository at this point in the history
chore: v0.5.4 release preparations
  • Loading branch information
Mirko-von-Leipzig authored May 9, 2023
2 parents 1ca0776 + bbdf6be commit c97d963
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Starknet v0.11.1 support
- Sierra compiler v1.0.0.rc0 (while keeping previous compiler for older contracts)
- new block hash calculation
- new L1 contract
- CORS support for the RPC server, enabled via the `rpc.cors-domains` command line argument
- transaction hash verification, excluding older L1 handler transactions, i.e. in blocks older than
- 4400 for mainnet
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.5.3"
version = "0.5.4"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.65"
Expand Down

0 comments on commit c97d963

Please sign in to comment.