Skip to content

Commit

Permalink
release: upgrade Indexer Framework to be based on nearcore 1.29.0 rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
frol committed Sep 23, 2022
1 parent 55a6cbf commit 8a6e0cb
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## Unreleased
## 0.10.27

* Upgrade Indexer Framework to be based on [`nearcore` version `1.29.0`](https://github.com/near/nearcore/releases/tag/1.29.0)
* (MIGRATION REQUIRED) Add new complex index on `action_receipt_actions` (`block_timestamp` + `index_in_actions`) that is used for strict ordering

## 0.10.26
Expand Down
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-explorer"
version = "0.10.26"
version = "0.10.27"
authors = ["Near Inc <[email protected]>"]
edition = "2021"

Expand Down Expand Up @@ -36,7 +36,7 @@ tracing-subscriber = "0.2.4"
uint = { version = "0.8.3", default-features = false }

actix-diesel = { git = "https://github.com/frol/actix-diesel", rev = "3a001986c89dfabfc3c448d8bae28525101b4992" }
near-indexer = { git = "https://github.com/near/nearcore", rev = "115766f3d825e07327b7d614ec723eb73b5cf160" }
near-crypto = { git = "https://github.com/near/nearcore", rev = "115766f3d825e07327b7d614ec723eb73b5cf160" }
near-client = { git = "https://github.com/near/nearcore", rev = "115766f3d825e07327b7d614ec723eb73b5cf160" }
near-metrics = { git = "https://github.com/near/nearcore", rev = "115766f3d825e07327b7d614ec723eb73b5cf160" }
near-indexer = { git = "https://github.com/near/nearcore", rev = "cdebd3fa2cf516f0b672710c404718c331dd1b07" }
near-crypto = { git = "https://github.com/near/nearcore", rev = "cdebd3fa2cf516f0b672710c404718c331dd1b07" }
near-client = { git = "https://github.com/near/nearcore", rev = "cdebd3fa2cf516f0b672710c404718c331dd1b07" }
near-metrics = { git = "https://github.com/near/nearcore", rev = "cdebd3fa2cf516f0b672710c404718c331dd1b07" }

0 comments on commit 8a6e0cb

Please sign in to comment.