Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 19:34
· 270 commits to main since this release
v1.1.0
3c791d1

Added

  • Added support to POST inspect state requests
  • Added snapshot validation. The node will now check whether the snapshot's template hash matches the one stored in the blockchain
  • Added PROVIDER_HTTP_ENDPOINT to advance-runner config
  • Added cartesi/rollups-node docker image with all node binaries
  • Added completion status to GraphQL API

Changed

  • Standardized log libraries and configuration
  • Moved GraphQL schema generation to the CI. Now it is distributed as a Github artifact
  • Replace POSTGRES_* environment variables with POSTGRES_ENDPOINT
  • Allow negative numbers in SF_QUERY_LIMIT_ERROR_CODES state-fold configuration
  • Bumped Rust Version to 1.72.1

Removed

  • Removed configurable inspect-server path prefix
  • Removed on-chain code from the node repository
  • Removed advance-runner, dispatcher, graphql-server, host-runner, inspect-server, indexer, and state-server docker images

Fixed

  • Parse SF_GENESIS_BLOCK config correctly as decimal
  • Setting SF_CONCURRENT_EVENTS_FETCH to 0 no longer silently halts the system, and instead use this configuration as additional concurrent events, as documented