Skip to content

Commit

Permalink
refactor: Upgrade NEAR Indexer dependency to 0.9.0. (#96)
Browse files Browse the repository at this point in the history
* Upgrade NEAR Indexer dependency to 0.9.0. Make corresponding changes to db_adapters. Work in progress

* Add migration to replace executed_in_chunk_hash with shard_id, update execution_outcomes db_adapter

* Make indexer fail if database connection string is missing in .env

* Update nearcore dependency commit hash, update rust-toolchain

* fmt

* Update migrations to drop defaults after data migration, improve code of get_database_credentials a bit

* Put proper commit hash into nearcore dependencies
  • Loading branch information
khorolets authored Apr 27, 2021
1 parent c7c9d41 commit 76edd0c
Show file tree
Hide file tree
Showing 18 changed files with 442 additions and 398 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.0

* Upgrade `nearcore` to get NEAR Indexer Framework 0.9.0
* Corresponding changes into adapters according to changes in `StreamerMessage` structure
* NEAR Indexer for Explorer now uses stable Rust (`rust-toolchain` has been updated accordingly)

## 0.5.0

* Tweak `sync-from-interruption` mode to start syncing from N blocks earlier that actual interruption
Expand Down
Loading

0 comments on commit 76edd0c

Please sign in to comment.