2.0.0
What's Changed
- Full DAO coins spec has been implemented according to DIP 6
- NFTs v2 with "Buy Now" and "Royalty Split" functionality.
- Royalty splits can go directly to users' wallets OR to users' coin-holders.
- With this change, DeSo NFTs are at full parity with other NFT standards, with native identity/profile baked into the sale process, the ability to leverage social features, and lower minting costs than any other protocol.
- Let's see what you can build :)
- Messages v3: Encrypted and unencrypted on-chain group chats
- This is a first of its kind. No other messaging system has ever been fully on-chain, and it's only possible thanks to DeSo's storage and indexing advantages.
- Messages v3 not only makes group chats end-to-end encrypted and censorship-resistant, it also makes them composable across apps. For example, any platform can embed a DeSo group chat widget, and allow users to interact on other apps all over the internet that are writing/reading to/from the DeSO blockchain.
- Decentralizing the data layer for group messages has never been possible before, and certainly not with end-to-end encryption. It's a new protocol for text communication that picks up where email left off, with privacy baked in, and much more potential for interoperability and composability thanks to the data layer itself becoming a utility via on-chain storage.
- Various improvements and optimizations.
Commits
- add disclaimer on referrals page about amounts varying by locality of ID AND add support for setting default kickback amount by @lazynina in #539
- add referral code, jumio starter DESO txn Hash, and referrer DeSo Txn hash to User Admin Data by @lazynina in #540
- make referral link relative to window origin by @lazynina in #541
- Ln/count keys with deso by @lazynina in #542
- fix admin panel jumio kickback usd cents by @lazynina in #544
- add support for NFT transfers, burns, and acceptance of transfers by @lazynina in #545
- add fas class to fix issue with icons not appearing in select serial number component by @lazynina in #547
- Buy Now NFTs and NFT Splits by @lazynina in #546
- [stable] Release 2.0.0 by @diamondhands0 in #550
Full Changelog: v1.2.9...v2.0.0