Skip to content

0.2.0

Compare
Choose a tag to compare
@hswick hswick released this 27 Sep 20:51
· 162 commits to master since this release
e9498bc

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