v0.100.1
·
86 commits
to master
since this release
Summary
In this release, we:
- Avoid decoding logs from inter-called contracts without a JSON ABI
- Eliminated duplicate chain requests across multiple concurrent provider instances
Fixes
- #3790 - Skip decoding external contract logs without JSON ABI, by @Torres-ssf
Chores
- #3788 - Eliminate chain requests across concurrent provider instances, by @petertonysmith94