EthTx / ethtx

Python package with core transaction decoding functions.
https://www.ethtx.info
Apache License 2.0
454 stars 73 forks source link

More flexible dependencies, no cursor timeout, cache 4bytes #140

Closed kchojn closed 2 years ago

kchojn commented 2 years ago
kchojn commented 2 years ago

@piotr-rudnik , maybe lets remove cache here, find_one returns Dict. In normal find, the cursor is also translated to list[dict]