Skip to content

Releases: quorumcontrol/tupelo

Stability & testing improvements

17 May 19:05
74af456
Compare
Choose a tag to compare
Pre-release
  • upgrade libp2p pubsub containing fix for rapid subscriptions
  • CI build improvements
  • improved benchmarking strategy

Fix CurrentStateExchange

09 May 14:11
3ba1533
Compare
Choose a tag to compare
Pre-release
  • Bugfix in CurrentStateExchange for remote signers

Various minor improvements

08 May 17:55
917a54a
Compare
Choose a tag to compare
Pre-release
  • Exchange current state on signer start
  • Local wallet improvements
  • Add GetTokenBalance to RPC server
  • Testing improvements

v0.2.0

29 Apr 21:37
d8621d4
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Features

  1. Completed all Token transactions
  2. Switched to libp2p pubsub for commit and transaction gossiping
  3. Switched client subscriptions to use libp2p pubsub
  4. Added Play Transactions RPC handler

Bug fixes

  1. Race condition in bridge fixed - go client PR #16
  2. Fixed slowing transactions in wallet

v0.1.1 Support setting public ip of libp2p host

28 Mar 18:31
21f7f26
Compare
Choose a tag to compare
  • Adds support for TUPELO_PUBLIC_IP environment variable which libp2p will broadcast for routing. This fixes an issue in AWS where the discovered ips would create an unstable network.
  • Rename coin to token

v0.1.0 Release

22 Mar 22:45
d298e74
Compare
Choose a tag to compare
v0.1.0 Release Pre-release
Pre-release
  • Incorporates the actor model for improved performance and maintainability
  • Improves troubleshooting options adding open tracing
  • Adds an ipld chaintree storage adapter
  • Automated docker builds

v0.0.10: Fixes chain tree import/export and a data loss bug

07 Feb 23:17
Compare
Choose a tag to compare

Two important bug fixes:

  1. Chain tree import and export should now work.
  2. There was a problem when setting top-level keys in the tree (either via multiple set-data transactions or establishing coins, changing owners, etc.) where the previous keys (and their values) were not preserved in the resulting tree. This is now fixed.

v0.0.9: Various bugfixes

04 Feb 22:17
Compare
Choose a tag to compare
Pre-release
  • Set owner by key address - #138
  • Fix readBootstrapKeys - fe31538
  • Update chaintree dep to v3.0.4 - 49f965c

v0.0.8: Fix a bug when using a leading / in paths

22 Jan 20:01
38a5d0d
Compare
Choose a tag to compare

This release fixes a bug with leading / in paths (e.g. /my/path versus my/path in your chaintrees. In v0.0.7 any data set with a leading / could not be resolved. But data set without the leading / was still resolvable.

Additionally we will now publish SHA256 checksums of our binaries with releases. See the tupelo-v0.0.8-checksums.txt file for this release's checksums.

v0.0.7: Mostly bug fixes

21 Jan 20:44
409bfe1
Compare
Choose a tag to compare
Pre-release

Fixes some issues around missing directories (it creates them now), corrupt tree data (it creates the correct data structure now; though the rest of the code seemed to tolerate the corrupt versions OK 🤷‍♂️), and doubly-nested config directories (you only get one set of them now; sorry).