Skip to content

Commit

Permalink
starknet: release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Aug 1, 2023
1 parent 7c77d2e commit 2a7cb00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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.

9 changes: 9 additions & 0 deletions starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Common Changelog](https://common-changelog.org/), and
this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2023-08-01

_Handle Madara more frequent blocks._

### Added

- Add a new `--head-refresh-interval-ms` flag to control how often the server
checks for new blocks from the Starknet node. Defaults to 3 seconds.

## [1.0.2] - 2023-07-27

_Improve logging and tracing._
Expand Down
2 changes: 1 addition & 1 deletion starknet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apibara-starknet"
version = "1.0.2"
version = "1.0.3"
edition.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 2a7cb00

Please sign in to comment.