Skip to content

Commit

Permalink
Upgrade to NEAR Indexer Framework 0.9.1 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored May 25, 2021
1 parent 6d5e38a commit c9974d7
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 34 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.5

* Update NEAR Indexer Framework version to 0.9.1 (previous contained a bug with processing delayed local receipts)

## 0.6.4

* Fix the overwriting of `created_by_receipt_id` for implicit accounts that may confuse users ([see issue #68 for ref](https://github.com/near/near-indexer-for-explorer/issues/68))
Expand Down
74 changes: 43 additions & 31 deletions Cargo.lock

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

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

Expand Down Expand Up @@ -31,5 +31,5 @@ tracing = "0.1.13"
tracing-subscriber = "0.2.4"

actix-diesel = { git = "https://github.com/frol/actix-diesel", branch="actix-0.11-beta.2" }
near-indexer = { git = "https://github.com/near/nearcore", rev="9a7d172adeefcfd522723d741c2fa2d134392b8f" }
near-crypto = { git = "https://github.com/near/nearcore", rev="9a7d172adeefcfd522723d741c2fa2d134392b8f" }
near-indexer = { git = "https://github.com/near/nearcore", rev="ca3908467afa88cf32263aac9d62ac60e374fab8" }
near-crypto = { git = "https://github.com/near/nearcore", rev="ca3908467afa88cf32263aac9d62ac60e374fab8" }

0 comments on commit c9974d7

Please sign in to comment.