Skip to content

Releases: deso-protocol/backend

1.2.3

29 Oct 15:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

1.2.2

06 Oct 01:59
Compare
Choose a tag to compare

What's Changed

  • Add helpful debugging tips to the README by @tysheaff in #158
  • Add back deprecated bitclout fields for backwards compatability by @maebeam in #159
  • Update JWT lib by @maebeam in #163
  • Change admin public key default behavior by @redpartyhat in #161
  • Derived keys routes by @AeonSw4n in #80

New Contributors

  • @tysheaff made their first contribution in #158

Full Changelog: v1.2.1...v1.2.2

1.2.1

28 Sep 23:05
Compare
Choose a tag to compare
  • Add support for uploading videos

1.2.0

28 Sep 18:04
Compare
Choose a tag to compare

Changes:

  • Rebrand to DESO (#145)
  • Buy DESO with ETH (#142) (#143) (#144) (#150)
  • Add Referrals (#136)
  • Add NFT transfer + burn (#139)
  • Tutorial fixes (#140)
  • Remove hardcoded base58 key prefixes and compute based on params (#141)
  • Includes last owner public key in NFTEntryResponse if reader is the owner and NFT is pending (#151)
  • Adds IsPending field to get-nfts-for-user request (#153)
  • Use latest alpine (#156)

New data directory required

v1.1.5

10 Sep 11:57
Compare
Choose a tag to compare
  • Add support for onboarding tutorial
  • Add support for Postgres
  • Remove Bitcoin syncing code

1.1.4

18 Aug 21:26
Compare
Choose a tag to compare

Backend changes:

  • Diamonds are now paid in CLOUT
  • Add Jumio support
  • Cache BTC price
  • Speed up notifications
  • Fix graceful shutdown of backend node (#95) (@gfodor)

Core changes:

  • Diamonds are now paid in CLOUT
  • Properly shutdown block producer
  • Fix bug in get DB high and low bid entries for NFT

1.1.3

30 Jul 18:50
Compare
Choose a tag to compare

Backend Changes:

  • None

Core Changes:

  • Add UtxoOps to TXIndex for Rosetta
  • Fix NFT for sale index

1.1.2

28 Jul 23:11
Compare
Choose a tag to compare

Backend Changes:

  • Add NFT endpoints

Core Changes:

  • Add a start height for NFT Bid balance checks

Note: Data directory rebuild required

1.0.8

27 Jul 15:42
Compare
Choose a tag to compare

Backend Changes:

  • Add email verification support

Core Changes:

1.0.7

20 Jul 03:05
Compare
Choose a tag to compare

Core Changes:

  • Add shared secret encryption/decryption
  • Fix mentions with underscores
  • Launched dorsey testnet
  • Added --regtest flag which is now recommended when developing locally

Backend Changes:

  • Add IsFollowingPublicKey endpoint
  • Add IsHoldingPublicKey endpoint