Skip to content

Releases: Constellation-Labs/tessellation

Release 2.3.5

06 Jun 12:27
Compare
Choose a tag to compare

🚀 Features

  • Updating mainnet seedlist

Release 2.6.2

07 May 21:22
v2.6.2
c8460f1
Compare
Choose a tag to compare

🐛 Fixes

  • Store hasher for latest stored snapshot

Release 2.6.1

07 May 14:36
v2.6.1
11ff219
Compare
Choose a tag to compare

🐛 Fixes

  • Fix currency hashing

Release 2.6.0

25 Apr 21:08
v2.6.0
49d72e2
Compare
Choose a tag to compare

🚀 Features

  • New consensus event type for currency messages
  • Reactive retry for state channel binaries
  • Viewable queue exposed in Data Application Routes
  • Custom transaction validation for metagraphs

🐛 Fixes

  • Fix fluctuating retry mode when Global L0 is faster than Metagraph
  • Fixing TraverseLocalFileSystemTempStorage write
  • Hashing logic

Release 2.3.4

24 Apr 12:41
Compare
Choose a tag to compare

🐛 Fixes

  • Fixing TraverseLocalFileSystemTempStorage write

Release 2.3.3

16 Apr 09:06
Compare
Choose a tag to compare

🚀 Features

  • Reactive retry for state channel binaries

🐛 Fixes

  • Fix fluctuating retry mode when Global L0 is faster than Metagraph

Release 2.5.0

04 Apr 19:28
v2.5.0
b319679
Compare
Choose a tag to compare

🚀 Features

  • Add CurrencyMessage to schema
  • Transaction limiting and balance validation on endpoint

🐛 Fixes

  • Pinned schema for kryo compatibility

💬 Other

  • Reject transactions for address locked after a set ordinal
  • Removed historical(unused) endpoints

Release 2.4.1

20 Mar 21:08
v2.4.1
e54ab4b
Compare
Choose a tag to compare

🐛 Fixes

  • Add brotli-native dependencies
  • Update last kryo hash ordinal for testnet
  • Cleanup above ordinal with fallback to kryo

Release 2.4.0

14 Mar 16:01
v2.4.0
b9d5e65
Compare
Choose a tag to compare

🚀 Features

  • Enrich snapshot value passed into onSnapshotConsensusResult
  • Added historical ordinal ranges field to seedlist
  • Joining & peer discovery finishes before download
  • Added a required port to the IP address
  • Adding READY condition to fetch snapshots using SnapshotRoutes
  • Cut pulled GlobalSnapshotEvents, if necessary
  • Hash calculation using json serializer
  • Customized currency L0 consensus
  • Add owner/stake to CurrencyIncrementalSnapshot
  • Hardcoded configuration moved to resources
  • Burn dag fees instead of distributing as rewards

🐛 Fixes

  • Adding error handling on DataApplication runConsensus and sendBlockToL0
  • Resend multiple state channel binaries and increase retry ordinal delay.
  • Add locked address validation on transactions
  • Provide feedback when joining if node is not on the seedlist

💬 Other

  • Updating mainnet-seedlist
  • Bump scala and sbt versions
  • Updating the template and added data-l1 module
  • Updating Github action to use axios
  • Clean up unused params to fix compilation warnings
  • Set last ordinal for kryo-based hash for testnet

Release 2.3.2

26 Feb 20:32
Compare
Choose a tag to compare

🐛 Fixes

  • Add locked address validation on transactions