[indexer] Get ready to nearcore 1.25.0 #6299
Replies: 3 comments 6 replies
-
When is the protocol upgrade happing on NEAR Testnet exactly? Like yesterday? This was posted 9 hours ago, can we get a bit of leeway to upgrade nodes. At least it does not seem to broken just right now on testnet. |
Beta Was this translation helpful? Give feedback.
-
@khorolets We don't have exact time but we built an upgrade alert here for the network upgrade ratio. Once 80% of validator nodes upgrade, the protocol will upgrade in 2 epoches. |
Beta Was this translation helpful? Give feedback.
-
For the
|
Beta Was this translation helpful? Give feedback.
-
TL;DR:
9b3d6ba551f561a028f0216051e031bc2ba0c6b7
testnet
Feb 15, 2022 protocol upgrade is about to happenmainnet
Mar 16, 2022 (validators are asked to upgrade on Mar 21, 2022, so the protocol version upgrade is expected to land on Mar 22-23)Releases Rollout Announcement
🔔 Based on community feedback, we are moving planned nearcore releases from Mondays to Wednesdays. Non-validator nodes may upgrade on Wednesday immediately after the official announcement. Validator nodes may upgrade the following Monday, such that the network protocol switch occurs in the middle of the work week. We hope this change makes a quality of life improvement to our node operators to avoid working weekends.
https://t.me/near_validators/5147
1.25.0-rc.1
Commit hash
539f254f793a3324a29e6e97e3b804b9fa4f27a2
Expected issues
This release will make a protocol upgrade, your nodes might get stuck if you don't upgrade them before the protocol upgrade happens.
near_indexer::Indexer
you getResult
enum and you need to handle it.nearcore
rust-lang version used is bumped to1.58.1
itertools
has changed from0.9.0
to0.10.3
If you don't use
itertools
directly of any other packages but get error about dependency versions.Replace the
Cargo.lock
in your project with theCargo.lock
from the release and runcargo check
orcargo build --release
again.Reference have a look at how we made it on NEAR Indexer for Explorer
Feel free to leave your questions in the comments below.
1.25.0-rc.2
No need to upgrade indexers
1.25.0-rc.3
No need to upgrade indexers
1.25.0 release
Commit hash
9b3d6ba551f561a028f0216051e031bc2ba0c6b7
Expected issues: read 1.25.0-rc.1 section
Beta Was this translation helpful? Give feedback.
All reactions