Skip to content

Tags: lavanet/lava

Tags

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(metrics): implement new metric groups for consumer and smart-rou…

…ter (#2238)

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump target version to 6.1.0 (#2234)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Bump protocol version to v6.0.1 (#2233)

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump target version to 6.0.0 (#2230)

Co-authored-by: Cursor <cursoragent@cursor.com>

v5.8.0

Toggle v5.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support multiple --use-static-spec sources with aggregation (#2225

)

Allow --use-static-spec flag to be specified multiple times, aggregating
specs from local files, directories, GitHub, and GitLab repositories.
When the same chain ID appears in multiple sources, the later source
completely replaces the earlier spec (full replacement, not merge).

Changes:
- Change --use-static-spec from String to StringArray flag type
- Add spec aggregation logic with last-wins override semantics
- Support comma-separated local file paths (file1.json,file2.json)
- Add helper functions for loading all specs from various sources
- Add comprehensive tests for aggregation behavior
- Remove unused GetSpecsFromPath function

Multiple local files can be specified either as separate flags or comma-separated:
  --use-static-spec file1.json --use-static-spec file2.json
  --use-static-spec file1.json,file2.json

Co-authored-by: Cursor <cursoragent@cursor.com>

v5.7.0

Toggle v5.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(chainlib): include response error in ID mismatch logs (#2192)

When a node returns an error (e.g., "Apikey is expired") with an
empty/invalid JSON-RPC ID, the ID validation fails with a confusing
parsing error. This adds the actual response error message to the
log output, making the root cause immediately visible.

v5.6.2

Toggle v5.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
target-version 5.6.1->5.6.2 (#2142)

v5.6.1

Toggle v5.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump min and target version (#2141)

v5.6.0

Toggle v5.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(resource_limiter): batches are going to heavy bucket instead of n…

…ormal one (#2140)

v5.5.1

Toggle v5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: update protocol version to 5.5.1 (#2106)

* adding upgrader

* update version to 5.5.1

* migration to change TARGET_VALUE onchain value

* adding testing for 24h cooldown period