Skip to content

v3.1.0

Compare
Choose a tag to compare
@flux627 flux627 released this 03 Jan 20:50
· 59 commits to master since this release
733cf15

New Features

  • New optional property added to EosPayload, notifiedAccounts, which the MongoActionReader 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, the MongoActionReader was producing duplicate Actions for every action's notification. This release fixes the issue to produce only one Action per blockchain action.