Improvements in this release
We have added several new hooks in this release to help our community, highlights below 👇
📰 Ability to collect a publication
✅ Enabled approving modules (gas efficient with support for EIP-1559 gas estimation)
🪞 A new feature that allows you to see who mirrored a publication
💬 Expanded the filtering of feed, with explore publications and comments data
What's new?
Added useCollect
hook enables the collection of publications
Added useApproveModule
and internal toolings for EIP-1559 gas estimation Added useWhoMirroredPublication
hook Added metadataFilter
to useFeed
, useExplorePublications
and useComments
Added IStorageProvider
StorageSubscription
StorageProviderSubscriber
and IObservableStorageProvider
to the package exports
Removed the walletType
argument from the login
method of useWalletLogin
hook Removed IStorageProvider.subscribe
method (use IObservableStorageProvider
when custom subscription logic is required)