1.0.0-rc.1
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 S3near_lake_block_done_total
Total number of indexed blocksnear_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"}