Contracts' Cache
This release fixes #261.
The contracts cache has been divided into contract metadata cache and contract source cache (since many different contracts share the exact same source with the same source tx id).
What's Changed
- split cached contract definitions to avoid duplicates by @janekolszak in #304
Full Changelog: 1.2.37...1.2.38