Releases: etienne-napoleone/twelvepool
Releases · etienne-napoleone/twelvepool
v0.5.0
v0.4.0
Feature:
- Make the
tx
module public to facilitate parsingTxs
objects.
v0.3.0
Feature:
- Add an
interval_duration
to the watcher constructor. The interval is used to enforce a minimum wait time between two cycle and will default at 100 ms.
v0.2.0
Feature:
- Tx
Msg.value
is now a<serde_json::Value>
instead of a<Hashmap<String, serde_json::Value>>
. It makes it easier to unpack it later into other objects.
v0.1.0
Initial pre-release