Skip to content

Releases: deso-protocol/core

2.1.0

18 Apr 14:34
934abe0
Compare
Choose a tag to compare

Highlights

  • New Transaction Type: DAO Coin Limit Order
  • Transaction Spending Limits on Derived Keys
  • Extra Data added to entries for Posts, NFTs, Messages, Messaging Groups, and Derived Keys
  • Assorted bug fixes and enhanacements

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.1.0

2.0.7

03 Mar 00:27
d166cda
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

2.0.6

02 Mar 14:14
812a529
Compare
Choose a tag to compare

What's Changed

  • Return error if error during txindex db update by @lazynina in #220
  • Fix Issue with ParentStakeID set when modifying Post by @lazynina in #222
  • Create accept bid for buynow when create bid in postgres by @mvanhalen in #226
  • add AcceptedBlockHeight to NFTBidEntry (REQUIRES RESYNC) by @lazynina in #224
  • add txindex metadata for Burns and Accept NFT Transfers by @lazynina in #228
  • Update nodes.go by @elmasapp in #202
  • Add upcoming overclout node by @donhardman in #219
  • Fix get-all-messaging-keys & add base point test by @AeonSw4n in #217
  • add remaining UtxoTypes to UtxoType.String() by @lazynina in #229
  • [stable] Release 2.0.6 by @lazynina in #231

New Contributors

  • @elmasapp made their first contribution in #202

Full Changelog: v2.0.5...v2.0.6

v2.0.5

08 Feb 07:39
1b9d4d6
Compare
Choose a tag to compare

What's Changed

Fix Postges issues raised in:

  • #211

  • create maps for additional royalties when converting to/from PGPostEntry before copying values into it by @lazynina in #212

Full Changelog: v2.0.4...v2.0.5

2.0.4

04 Feb 05:55
6c5fb41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

2.0.3

26 Jan 21:50
Compare
Choose a tag to compare

What's Changed

  • Update Postgres handling of DAO Coins and NFTs by @lazynina in #194

Full Changelog: v2.0.2...v2.0.3

2.0.2

22 Jan 17:04
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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