Releases: edgeandnode/gateway
Releases · edgeandnode/gateway
v20.1.3
v20.1.2
Release Notes
- fix(receipts): reduce legacy receipt overhead (#732)
- fix: reduce some unnecessary scheduler pressure (#727, #728, #729, #730, #733)
- update indexer-selection (#723)
- use u16 for ms latency (edgeandnode/candidate-selection@8b18b43)
- rework perf decay (edgeandnode/candidate-selection@f4f41e9)
- increase decay rate (edgeandnode/candidate-selection@fa04412)
- add slow decay frame (edgeandnode/candidate-selection@303ea88)
- use 99th percentile in slow frame (edgeandnode/candidate-selection@396c112)
- remove alpha filter (edgeandnode/candidate-selection@9737d67)
v20.1.1
Release Notes
- update indexer-selection
- lower floor on
success_rate
score (edgeandnode/candidate-selection@982afe8) - simplify combined non-perf scores (edgeandnode/candidate-selection@7d29bba)
- limit single indexer success rate (edgeandnode/candidate-selection@9313194)
- lower floor on
- update graph-core
- fail fast when subgraph reorg is detected (edgeandnode/toolshed#172)
- fix: include indexer status in candidate block range (#717)
v20.1.0
Release Notes
- feat: use manifest from network subgraph (#647)
- feat: add API key support for
MONTHLY_CAP_REACHED
(#698) - update indexer-selection
- increase sensitivity for
seconds_behind
(edgeandnode/candidate-selection#26) - avoid panic from precision loss (edgeandnode/candidate-selection@f1c11fe)
- increase sensitivity for
v20.0.3
v20.0.2
v20.0.1
v20.0.0
v19.0.0
Release Notes
- feat: config fixed set of API keys (#630, b9fb417)
- feat: replace RPC block interfaces with indexer block data (#638, 8bb33f4)
Config Changes
- move
api_key_payment_required
->payment_required
- move
special_api_keys
->api_keys.special
- move
studio_url
->api_keys.url
(including full path) - move
studio_auth
->api_keys.auth
- add option to set
api_keys
to static JSON payload, for testing - remove
chains
- add
chain_aliases
for mapping of chain alias to primary chain name