0.2.0
This is the first breaking change I have released, but I have also included a handful of goodies as well.
The breaking change is related to the Contract module, which instead of having one process per contract. It is one process for ALL contracts. This is more inline with OTP design patterns.
Some enhancements are now exw3 supports indexed topics for events.
And I added call_async and send_async which both return Tasks to be awaited on.
This also includes the latest version of ethereumex which allows for configuring GenServer timeouts