Skip to content

Releases: input-output-hk/scrypto

v3.0.0

22 Sep 18:28
18f48e1
Compare
Choose a tag to compare

In this version JavaScript code generation via Scala-JS added.

What's Changed

New Contributors

Full Changelog: v2.2.1...v3.0.0

Release 2.2.1

05 Jan 11:32
88fc0ee
Compare
Choose a tag to compare

In this PR:

  • Custom equality for BatchMerkleProof
  • Bugfix for BatchMerkleProof (reckless .head call)
  • scmInfo fix in build.sbt

Version 2.2.0

17 Nov 12:04
ffcdb03
Compare
Choose a tag to compare

In this version:

  • Rework of sliced AVL+ trees (BatchAVLProverManifest / BatchAVLProverSubtree)
  • Batch Merkle proof implementation
  • AuthenticationTreeOps.logError
  • Scala, scorex-util, Guava, BouncyCastle dependencies updated
  • example app in SparseMarkleTree reworked into tests (#38)
  • switch from sbt-git to sbt-dynver
  • migration from Travis to GA

Version 2.1.8

24 Apr 09:00
f7ef53a
Compare
Choose a tag to compare

This minor release includes:

  • Guava's comparator for byte arrays is used instead of custom old one ( #74 )
  • Scala 2.13 support ( #75 )

Version 2.1.6

23 Dec 20:05
3dae10d
Compare
Choose a tag to compare

Minor bugfix in AVL+ tree manifest serialization. See release notes for details.

Version 2.1.3

09 Aug 10:47
cd863d2
Compare
Choose a tag to compare
  • Always explicit encoding in .getBytes String method
  • Base* and logging are moved to scorex-utils

Version 2.1.2

17 Jun 09:54
aaabfa9
Compare
Choose a tag to compare
  • Base58: empty string allowed as parameter
  • Reworked Base16 implementation has much better performance
  • Minor changes in MerkleTree implementation

Version 2.1.1

02 May 15:19
2.1.1
Compare
Choose a tag to compare
  • Bugfix release: a bug in double rotation processing in AVL+ tree implementation has been fixed

Version 2.1.0

20 Apr 14:51
2.1.0
Compare
Choose a tag to compare
  • AVL+ tree serialization, see BatchAVLProverSerializer class
  • Possibility to get list of removed nodes, see removedNodes() in BatchAVLProver
  • Better Base58 performance
  • Initial implementation of sparse Merkle trees

Version 2.0.5

20 Feb 07:11
2.0.5
e592cd9
Compare
Choose a tag to compare

See release-notes.md for details.