Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api-sync): database restore (#741)
* tx refactor * use RLP encoding for signature / hash calculation * regenerate genesis block * style: resolve style guide violations * fix some tests * style: resolve style guide violations * update imports * set default network * fix crypto-block fixtures * style: resolve style guide violations * unit test fixes * update e2e configs * remove obsolete deps * style: resolve style guide violations * remove obsolete type field * regenerate genesis * update e2e * style: resolve style guide violations * database restore * call restore when database is empty * style: resolve style guide violations * style: resolve style guide violations * cleanup merge conflicts * ingest votes * implement `getValidatorRounds` for consensus contract * restore validator rounds * style: resolve style guide violations * improve reset logic by comparing stored heights * dont keep all receipts in memory * Emoty commit --------- Co-authored-by: oXtxNt9U <[email protected]> Co-authored-by: ItsANameToo <[email protected]> Co-authored-by: sebastijankuzner <[email protected]>
- Loading branch information