Skip to content

Ocelloids SDK v1.2.0

Compare
Choose a tag to compare
@XY-Wang XY-Wang released this 31 Jan 15:48
· 103 commits to main since this release

#10

  • The extractEvents operator now supports both events emitted from submitted extrinsics and internally executed calls.
  • Added new type BlockEvent to represent events that may or may not have associated extrinsic.
  • Changed filterEvents logic to filter over BlockEvents with an event criteria.
  • Renamed previous filterEvents to filterEventsWithTx to clarify that it only filters over events with associated extrinsic.
  • Updated construct of eventId field in EventWithId to be [blocknumber]-[position-in-block] to support extrinsic-less events.

#11

  • Added support for filtering over ExtrinsicWithId and TxWithIdAndEvent fields using mongoFilter.
  • Renamed origins field in ExtrinsicWithId to extraSigners to avoid confusion with Polkadot origins.

Full Changelog: v1.1.15...v1.2.0