Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nearcore 1.37 #194

Merged
merged 11 commits into from
Mar 4, 2024
Merged

Support nearcore 1.37 #194

merged 11 commits into from
Mar 4, 2024

Conversation

kobayurii
Copy link
Member

Updated the code to match with 1.37 nearcore release
https://github.com/near/nearcore/blob/447572bb775a5954ca7a5a4b65c85b45aab9e499/chain/jsonrpc/CHANGELOG.md#023

  1. Up rust version
  2. Update dependencies
  3. Rewrite protocol_config method
  4. Improvement to query_function_call
  5. added support of new send_tx method
  6. added support for wait_until flag for transactions methods

@kobayurii kobayurii requested a review from khorolets March 4, 2024 11:50
@kobayurii kobayurii self-assigned this Mar 4, 2024
@kobayurii kobayurii marked this pull request as ready for review March 4, 2024 11:50
@kobayurii kobayurii mentioned this pull request Mar 4, 2024
@kobayurii
Copy link
Member Author

#164

@kobayurii kobayurii merged commit ed631f7 into 0.2.x Mar 4, 2024
3 checks passed
kobayurii added a commit that referenced this pull request Mar 10, 2024
* Support nearcore 1.37

* fmt

* runtime config

* protocol config

* delete unused deps

* requests methods

* rpc methods 1.37

* add near rpc client with supports nearcore 1.37

* rebase from main

* rebase from main

* rebase from main
kobayurii added a commit that referenced this pull request Mar 15, 2024
* Support nearcore 1.37 (#194)

* Support nearcore 1.37

* fmt

* runtime config

* protocol config

* delete unused deps

* requests methods

* rpc methods 1.37

* add near rpc client with supports nearcore 1.37

* rebase from main

* rebase from main

* rebase from main

* Enhance state-indexer compatibility with NEAR Lake and NEAR Indexer Framework  (#196)

* add near-state-indexer

* solve compilation problem

* improvements

* add readme

* Implement support for optimistic block finality (#197)

* add optimistic handler

* handle optimistic block

* update nearcore

* optimistiv block handle

* add redis client clone

* reffactoring

* run with optimistic improvement

* naming improvement

* update changelog

* Create GitHub Action to build a binary for `near-state-indexer` (#201)

* Improvements for near-state-indexer and rpc-server (#202)

* 1. Improvement builds for near-state-indexer and rpc-server
2. Umprovement metrics for near-state-indexer

* update nearcore to 1.38.0-rc.2 (#203)

* chore: release v0.2.0-rc.1

* set feature near_state_indexer_disabled as a default (#204)
@kobayurii kobayurii deleted the update_deps branch March 15, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants