-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opt(torii-core): move off queryqueue for executing tx (#2460)
* opt(torii-core): move off queryqueue for executing tx * feat: replace queury queue by executor * fix: executor * refactor: executor logic * fix: tests * fmt * executor inside of tokio select * executor graceful exit * priv execute * contracts insertion shouldnt go through executor * clean code * exec * fix: tests * oneshot channel for execution result * fmt * clone shutdown tx * fmt * fix: test exec * non bloking execute engine * executor logs * in memory head * fmt * fix: tests * fixx: libp2p * fmt * try fix libp2p test * fix tests * fmt * use tempfile for tests * fix * c * fix: sql tests * clone * fmt * fmt * no temp file * tmp file * fix: lock issues * manuallyt use tmp file * fix graphql tests * fix: tests * clippy * fix torii bin * engine executions * use tmp file for db * fix: cursor * chore * wip * cleaning code * refactor: handle errors without panic * use vec
- Loading branch information
Showing
25 changed files
with
812 additions
and
602 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.