Skip to content

Releases: etienne-napoleone/twelvepool

v0.5.0

01 Dec 05:08
Compare
Choose a tag to compare

Feature:

  • Return a MempoolItem instead of just a bare Tx.

v0.4.0

30 Nov 08:08
Compare
Choose a tag to compare

Feature:

  • Make the tx module public to facilitate parsing Txs objects.

v0.3.0

30 Nov 06:46
Compare
Choose a tag to compare

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

28 Nov 09:41
Compare
Choose a tag to compare

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

28 Nov 08:05
Compare
Choose a tag to compare

Initial pre-release