Skip to content

Commit

Permalink
release 18.2.0 (#619)
Browse files Browse the repository at this point in the history
# Release Notes
- chore: update min_scalar_tap_version (#608)
- fix: handle number_gte separately from exact constraints (#610)
- fix: ensure selected blocks meet gte constraint (4fa0006)
- feat(gateway-framework): blockmeta client (#609)
- feat(graph-gateway): support configuration of blockmeta service as a
block cache provider (#613)
- feat: weaken block number constraint resolution (#612)
- fix: use correct oneshot implementation for perf flush
- allow startup when some chain RPCs are failing (#615)

# Config Changes
- `chains` now require an additional `rpc_type: "ethereum" |
"blockmeta"` field. Existing entries for Ethereum RPC types should
replace the `rpc` key with `rpc_url`.
  • Loading branch information
Theodus authored Feb 27, 2024
1 parent a5b7894 commit 21853d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 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 graph-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "graph-gateway"
version = "18.1.1"
version = "18.2.0"

[dependencies]
alloy-primitives.workspace = true
Expand Down

0 comments on commit 21853d6

Please sign in to comment.