Releases: deso-protocol/core
Releases · deso-protocol/core
1.2.8
What's Changed
- Use nil blockhashex on mempool transactions by @maebeam in #140
- Add a list of nodes maintained by the core developer team by @maebeam in #145
- Simpler derived keys by @AeonSw4n in #148
- Added additional nodes by @HPaulson in #149
- Add additional node by @CamdenFoucht in #152
- Missing comma on newest node by @thoughtlesslabs in #157
- Add DeversoNode by @mvanhalen in #156
- add double spend detection source in error message by @lazynina in #159
- Add support for nft transfer notifications by @lazynina in #158
- Move vendored libraries to separate repos by @maebeam in #160
New Contributors
- @CamdenFoucht made their first contribution in #152
- @thoughtlesslabs made their first contribution in #157
Full Changelog: v1.2.7...v1.2.8
1.2.7
What's Changed?
- Fix creator coin royalty Rosetta bug
1.2.6
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
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
What's Changed
- Fix readme by @AeonSw4n in #124
- add additionalOutputs to transaction construction for node fees by @lazynina in #125
- Fix a minor bug by @diamondhands0 in #126
- Fix fee validation for create profile transactions by @lazynina in #127
- Fix postgres sync issue by @maebeam in #128
- add constants for NotGraylisted and NotBlacklisted by @lazynina in #132
- Fix bug and add check for mempool in test. by @redpartyhat in #134
- Keep track of changes to DESO locked in creator coins by @maebeam in #135
Full Changelog: v1.2.1...v1.2.3
1.2.1
1.2.0
1.1.6
Changes:
- Add derived keys
1.1.5
Changes:
- Add NFT transfers and burns
- Fix CLOUT diamond notifications
- Fix a bug when closing the txindex DB
- Add Postgres as a backing store
- Remove Bitcoin syncing code (woohoo!)