Skip to content

Release v0.22.0

Latest
Compare
Choose a tag to compare
@dwerner dwerner released this 15 Jan 18:40
· 1 commit to release-v0.22.0 since this release

What's Changed in v0.22.0

Enhancements:

  • Support for Local Querying:
    • Added support for local querying of Epoch and TAP subgraphs. #1063

Improvements:

  • Action State Management:
    • Mark actions as PENDING while executing. #1074
  • Pending RAVs Handling:
    • Fixed errors when handling a large number of pending RAVs. #1064
    • Adjusted getPendingRAVs PAGE_SIZE from 1000 to 200 to fix HTTP 413 errors. #1069
    • Fixed some issues with action batches. #1070

Optimization:

  • Sequential Timer Calls:
    • Switched most timer calls to a sequential implementation. #1065

Cleanup:

  • Deprecation:
    • Removed indexer-service and indexer-native components. #1055

Documentation:

  • Removed broken badges for network and escrow subgraph IDs. #1073
  • Updated feature-support-matrix.md. #1075

Full Changelog: v0.21.11...v0.22.0