-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: work correctly with genesis (#16)
* feat: try fetching validators via /dump_consensus_state on genesis * feat: stub for genesis validators fetch * feat: fetch genesis chunks * feat: take validators from staking module from genesis * chore: fixed linting * feat: parse gentxs if no staking validators * chore: fixed typo * fix: show a different error on block time calculation if no block was produced * chore: updated README
- Loading branch information
1 parent
8e50ccb
commit a9104b6
Showing
12 changed files
with
591 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,3 +43,4 @@ linters: | |
- depguard | ||
- ireturn | ||
- dogsled | ||
- perfsprint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.