v3.0.0
This release upgrades to demux v3. The most notable improvement of this release is how the MongoActionReader
retrieves block information. Previously, the large blocks
collection was used to retrieve actions. Now, the action_traces
collection is used instead, greatly reducing required disk space. Another advantage to switching to action_traces
is that inline actions are now included.
Breaking changes
- The library is now dependent on demux v3.x.x.
New Features
-
Inline actions are now included when using the
MongoActionReader
. -
The
MongoActionReader
now retries when queries fail.
Bug fixes
- The
NodeosActionReader
's retry logic had an off-by-one error resulting in there to be one less retry than expected; this is now fixed.