Skip to content

1.0.0-rc.1

Compare
Choose a tag to compare
@khorolets khorolets released this 13 Mar 08:49
· 19 commits to main since this release
0959c2b

After two years of successful work in production, we realized that no significant changes or improvements had been made to the codebase. The codebase is stable and mature enough to be considered a stable release. Thus, we are happy to announce the first release candidate of the NEAR Lake 🎉

  • Upgrade Indexer Framework to be based on nearcore 1.38.0-rc.2
  • Observability improvements:
    • near_lake_block_retry_count_total Total number of retries for storing indexing blocks to S3
    • near_lake_block_done_total Total number of indexed blocks
    • near_lake_build_info is similar to the existing near_build_info, but I cannot reuse that since it's private. It will expose the build info. Example:
    near_lake_build_info{build="1.37.1",release="0.1.29",rustc_version="1.75.0"}