Skip to content

Releases: deso-protocol/core

2.0.2

22 Jan 17:04

Choose a tag to compare

What's Changed

  • Fix sql statements for DAOCoin/Nft by @tijno in #193
  • Add new constant to constants file to represent the NodeSource map key in Extra Data by @superzordon in #191
  • Adding entre's node. by @imekinox in #179
  • nft and dao coin notifications after fork by @lazynina in #185

New Contributors

Full Changelog: v2.0.1...v2.0.2

2.0.1

18 Jan 02:15

Choose a tag to compare

Set block height triggers for DAO fork

Full Changelog: v2.0.0...v2.0.1

2.0.0

18 Jan 01:40
22d3909

Choose a tag to compare

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

Full Changelog: v1.2.9...v2.0.0

1.2.9

21 Dec 18:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.8...v1.2.9

1.2.8

09 Dec 17:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.7...v1.2.8

1.2.7

08 Nov 09:20

Choose a tag to compare

What's Changed?

  • Fix creator coin royalty Rosetta bug

1.2.6

07 Nov 18:53

Choose a tag to compare

What's Changed

  • Headers sync is 100x faster
  • Rosetta indexes are now built during core consensus, and don't need to rely on txindex anymore
  • Added support for historical balance lookups for Rosetta

1.2.5

05 Nov 01:16

Choose a tag to compare

What's Changed

  • Add fix for update profile transactions that clobber deso locked nanos by @maebeam in #139
  • [Postgres] Added String Trimmer & Terminators for mention notifications by @HPaulson in #129
  • Fix swap identity txn string. by @redpartyhat in #138
  • NFTTranser -> NFTTransfer in mispelled rule errors by @lazynina in #130

New Contributors

Full Changelog: v1.2.3...v1.2.5

1.2.3

29 Oct 15:50

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.3

1.2.1

28 Sep 23:03

Choose a tag to compare

  • Add VideoURLs to BodySchema