-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: second event loop in bg thread * chore: remove unused return value * feat: in_process_calls * fix: race condition * feat: type hints * chore: remove useless property * fix: missing import * fix: exception handling when exception has an exception in args[0] * chore: remove useless var * fix: race condition * feat: run execute_multicall in second thread to reduce event loop congestion * chore: remove unused func * chore: remove unused property * feat: queue_is_full * feat: improved loop timer logic * fix: debug logging statement * chore: increase default loop interval to 0.01s * chore: remove semaphore * chore: bump eth_retry version * chore: refactor
- Loading branch information
1 parent
86cd4be
commit d13205e
Showing
4 changed files
with
62 additions
and
58 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
bobs_lazy_logging>=0.0.2 | ||
eth_retry>=0.1.1 | ||
eth_retry>=0.1.6,<0.2 | ||
multicall>=0.5.1 |