This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
Ocelloids SDK v1.2.0
#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 overBlockEvents
with an event criteria. - Renamed previous
filterEvents
tofilterEventsWithTx
to clarify that it only filters over events with associated extrinsic. - Updated construct of
eventId
field inEventWithId
to be[blocknumber]-[position-in-block]
to support extrinsic-less events.
#11
- Added support for filtering over
ExtrinsicWithId
andTxWithIdAndEvent
fields usingmongoFilter
. - Renamed
origins
field inExtrinsicWithId
toextraSigners
to avoid confusion with Polkadot origins.
Full Changelog: v1.1.15...v1.2.0