delvtech / agent0

Analysis & simulation repo for Delv
https://agent0.readthedocs.io/en/latest/
Apache License 2.0
52 stars 21 forks source link

Removing retries in agent0 in favor of web3py's http provider retry system (enabled by default) #1700

Closed slundqui closed 1 month ago

slundqui commented 1 month ago

Also adds caching provided via provider.

Default retry behavior: https://web3py.readthedocs.io/en/stable/internals.html#retry-requests-for-http-providers

Added caching behavior: https://web3py.readthedocs.io/en/stable/internals.html#retry-requests-for-http-providers