Releases: BobTheBuidler/dank_mids
Releases · BobTheBuidler/dank_mids
v0.2.3
feat: add py.typed to setup.py
v0.2.2: Reduce resource consumption (#15)
* feat: eliminate repetitive dict lookup * feat: skip unnecessary check * feat: reduce resource consumption
v0.2.1
chore: add hexstring to bad hexes
Refactor logic for speed
Optimize for speed (#14) * 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
v0.1.0: Semaphore (#13)
* chore: shrink default loop interval to 0.001s and move to _config file * fix: AttributeError * feat: Semaphore to limit dank_mids congestion, default value 100k
v0.0.14: Cleanup (#12)
* chore: cleanup print statements * fix: step down batch size on node timeout
v0.0.13
fix: batch size step-down race condition
v0.0.12
chore: update bad hexes
v0.0.11
fix: typo
v0.0.10
fix: only wrapped native contract could send native token