-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: implement lazy loading backend and call executor experiments * code cleanup * add lazy loading chain spec * feat(lazy-loading): replace async-std with tokio and retry failed requests * remove local polkadot-sdk dependencies * fix Cargo.toml * chore: update Cargo.lock file * fix editor config errors * fix editor config errors * fix build * fix lazy-loading feature * cleanup * reset AsyncBacking > SlotInfo * test: add lazy loading tests * remove parent field * remove files * test: fix formatting * fix(ci): lazy loading test * fix test * fix format * test: move lazy loading state overrides to configs folder * fix build and add mandatory storage override * fix pipeline * add state overrides for dev accounts * fix build * remove redundant test * fix remark from review * improve lazy loading test
- Loading branch information
Showing
25 changed files
with
5,176 additions
and
78 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
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
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
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.