11.0.0 (2023-11-27)
Bug Fixes
- ๐ Handle MultiSig proposal status correctly (fee7645)
Features
- ๐ธ Add new events for 6.1.x chain (e401ceb)
- ๐ธ Use only event handlers for indexing the data (1f2d07b)
BREAKING CHANGES
- ๐งจ To expedite synchronization, we
re exclusively handling events with specific entities in SQ. Only the block and extrinsic associated with these events will be stored in the database. Events from following pallets are currently being indexed -
asset,
identity,
bridge,
complianceManager,
corporateAction,
capitalDistribution,
externalAgents,
corporateBallot,
checkpoint,
multisig,
nft,
portfolio,
pips,
settlement,
statistics,
sto,
transactionPayment,
staking,
treasury,
balances,
protocolFee`.
Events from other pallets won't be indexed,
rendering them unqueryable.