-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add
from-genesis
subcommand (#342)
* feat: Add access_key/account adapters for storing genesis * feat: Add `from-genesis` command without implementation * feat: Download genesis file * feat: Store genesis accounts/access_keys * refactor: Initialize lake framework after processing genesis * docs: Add info on `from-genesis` to `README.md` * feat: Add `betanet` s3 genesis url * refactor: Replace manual chain id conversion with `impl ToString` * feat: Show `genesis.json` download progress in logs * feat: Use `genesis.json` on disk if exists * chore: Remove unused `actix-rt` * chore: Remove unused imports * refactor: Stream genesis record processing * doc: Add note in `README.md` about RAM requirements for testnet genesis * fix: Set `target` for genesis logs * refactor: Remove genesis chain ID file prefix * refactor: Store `genesis.json` next to executable * refactor: Log genesis download every ~100kb * doc: Update `CHANGELOG.md`
- Loading branch information
1 parent
268b48b
commit b64a423
Showing
11 changed files
with
415 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.