This Friday 2/2 is the 2 year anniversary of my genesis NFT collection, _WITHOUTUS. For me, it was an ode to the golden age of jazz - something that will never exist again in sound or aesthetic. Dimly lit environments, often rebellious in nature, an escape from reality. In that, a message to the industries that have creators by the balls - using us for the content that makes musicians millions while pinning us against each other to see who goes lower. Without us, they have nothing but in their eyes without us we are nothing. Web3 & minting art to blockchain was supposed to save us from the constructs of the cool industries, but now more than ever it feels like those with money have essentially become who we were trying to escape. See the collection @ foundation.app/collection/withoutus
Lens SDK 1.2 - Improvements in this release
Snaphost Integration
Support for Wagmi V1
Bug fixes and improvements
What's new?
Snapshot Integration
Integrate Snapshot voting directly into your Lens app by using convenience react hooks.
Extract and visualize Snapshot proposal details with the usePoolDetails
hook.
Allow users to vote on a given proposal with usePoolVote
hook.
Refer to the docs for more details: docs.lens.xyz/docs/snapshot-integration
Support for Wagmi V1
The latest stable wagmi
version could be now used with the Lens SDK by installing the latest [localhost:3000/u/lens-protocol/wagmi
](@lens-protocol/wagmi%60) version. Your older wagmi is still supported by the SDK on the [localhost:3000/u/lens-protocol/wagmi^1
](@lens-protocol/wagmi%5E1%60) release track.
Bug fixes and improvements
Better caching for publication/profile details, should no longer refetch if was fetched already from feed.
Improved dev-friendly error messages when providing malformed URL's to the upload
handler when creating new publications.
Support for sandbox environment.
useActiveWallet
and useActiveProfile
state changes are synchronized to happen at the same time.