v3.3.9
What's Changed
- Fixed infinite ETA on monitoring
- Fixed readers stopping before having finished (on v3.3.8-beta only)
- Removed redundant notifications array, since
receipts.receiver
was already indexed - Updated get_action output to include all fields
- Removed unused fields to save raw data storage, for example: if the inline_count = 0 the field will not be present, this applies to other cases like eosio::onblock, where signatures = [] and net_usage_words = 0
- Added
block_id
as a searchable field to get_actions - Added parser module 3.2 as default for the latest Antelope versions, removed deprecated v1.7 parser
- Fastify security updates
- Operational and stability fixes
- get_actions/get_deltas
before
andafter
now support block_num input as well as timestamps
Full Changelog: v3.3.7...v3.3.9