Skip to content

BugFix: indexing Notification Params

dju requested to merge indexingNotificationParameters into master

Related Issue for this Merge Request

closes #135 (closed)

Description of Change

when parameters become indexed they are stored in the log as topics (of the event), instead of in the data-field. => to get the notification topic (confusing language here), one had to decode the entire log, not just the data.

Please put an x in any of the boxes below that apply:

(This helps us with our follow-up and follow-through work)

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Edited by Michiya

Merge request reports