Skip to content

Commit

Permalink
chore: Release v0.2.9 (#271)
Browse files Browse the repository at this point in the history
* fix(near-state-indexer): Fix the TypeError in communication with Redis leading to spam of warnings (#254)

* (rpc_server): metrics refactoring and improvements (#255)

* merics reffactoring and imrovements

* metrics improvements according pr comments

* improvement tracing instrument logs (#257)

* (database): Implement metrics to count requests for each table (#259)

* Implement metrics to count request for each database table

* remove logic to fetch all state before contract call

* add issue to implement metrics for postgres

* rename mentric DATABASE_QUERIES to DATABASE_READ_QUERIES

* refactor(rpc-server): Tweaks and clean up around query.call_function method implementation (#258)

* refactor(rpc-server): Tweaks and clean up around query.call_function method implementation

* Follow the clippy suggestion

* Drop redundant pieces of code

* fix tx different results (#261)

* Metrics(rpc-server): Extend metrics (#263)

* extend metrics to collect block category

* fmt

* code improvement according git comments

* Revert "fix tx different results" (#265)

This reverts commit 2e4dc30.

* feat: added `view_receipt_record` rpc endpoint (#266)

* feat: added `view_receipt_record` rpc endpoint

* chore: removed leftovers

* feat: used appropriate metrics

* feat: added proper response structure

* docs(view_receipt_record): added new custom method

* hook for poolv1.near (#267)

* chore: relese v0.2.9 (#268)

* proxy next_light_client_block to regular rpc (#269)

* fix changelog.md (#270)

---------

Co-authored-by: Bohdan Khorolets <[email protected]>
Co-authored-by: Ivan Frolov <[email protected]>
  • Loading branch information
3 people committed Jun 5, 2024
1 parent f969048 commit 9c1f536
Show file tree
Hide file tree
Showing 34 changed files with 1,869 additions and 2,021 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/near/read-rpc/compare/v0.2.8...HEAD)
## [Unreleased](https://github.com/near/read-rpc/compare/main...develop)

## [0.2.9](https://github.com/near/read-rpc/releases/tag/v0.2.9)
### Supported Nearcore Version
- nearcore v1.39.1
- rust v1.77.0

### What's Changed
* Refactoring, extending and improving the metrics
* Refactoring and improving `query.call_function`
* Added `view_receipt_record` rpc endpoint

## [0.2.8](https://github.com/near/read-rpc/releases/tag/v0.2.8)
### Supported Nearcore Version
Expand Down
Loading

0 comments on commit 9c1f536

Please sign in to comment.