v3.1.0
New Features
- New optional property added to
EosPayload
,notifiedAccounts
, which theMongoActionReader
utilizes to keep track of the which accounts are notified for each action
Bug Fixes
- Since there is an entry in the
action_traces
MongoDB collection per notified account, theMongoActionReader
was producing duplicateAction
s for every action's notification. This release fixes the issue to produce only oneAction
per blockchain action.