Skip to content

Commit

Permalink
Upgrade indexer-for-explorer to be compatible with nearcore 1.21.0 (#150
Browse files Browse the repository at this point in the history
)

* Upgrade indexer-for-explorer to be compatible with nearcore 1.21.0

* Address review suggestions

* Address review suggestions

* cargo fmt
  • Loading branch information
khorolets authored Aug 16, 2021
1 parent 3e8b1ea commit b238d3b
Show file tree
Hide file tree
Showing 13 changed files with 231 additions and 213 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.9.0

* Upgrade `nearcore` to 1.21.0

## Breaking changes

* `init` command has changed according to changes in `nearcore`:
- `download` argument has been replaced with `download_config` and `download_genesis`
- `boot_nodes` argument was added
- `download_config_url` was added
* `AccountId` from `near-primitives` was replaced with separate crate `near-account-id` and it is no longer an alias for `String`
- All the fields related to an account id have type `near_account_id::AccountId`

## 0.8.0

* Background calculation of circulating supply and storing it to DB
Expand Down
Loading

0 comments on commit b238d3b

Please sign in to comment.