Skip to content

Commit

Permalink
chore: Add link to "store genesis" issue
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Dec 11, 2022
1 parent e81a761 commit 5e59cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can choose NEAR Indexer for Explorer start options:
- `from-interruption` - start indexing blocks from the block NEAR Indexer was interrupted last time but earlier for `<number_of_blocks>` if provided
- `from-block --height <block_height>` - start indexing blocks from the specific block height
Unlike the original [NEAR Indexer for Explorer](https://github.com/near/near-indexer-for-explorer) you **can't** tell Indexer to store data from genesis (Accounts and Access Keys) by adding key `--store-genesis` to the `run` command. So please, ensure you took care about the genesis data in your database in order this indexer to work properly.
Unlike the original NEAR Indexer for Explorer you **can't** tell Indexer to store data from genesis (Accounts and Access Keys) by adding key `--store-genesis` to the `run` command. So please, ensure you took care about the genesis data in your database in order this indexer to work properly. This capability will be implemented eventually, it's progress can be tracked here: #327.
```
TODO: Implement a tool to fill the database with the genesis data
Expand Down

0 comments on commit 5e59cc3

Please sign in to comment.