Releases: quorumcontrol/tupelo
Releases · quorumcontrol/tupelo
Stability & testing improvements
- upgrade libp2p pubsub containing fix for rapid subscriptions
- CI build improvements
- improved benchmarking strategy
Fix CurrentStateExchange
- Bugfix in CurrentStateExchange for remote signers
Various minor improvements
- Exchange current state on signer start
- Local wallet improvements
- Add
GetTokenBalance
to RPC server - Testing improvements
v0.2.0
Features
- Completed all Token transactions
- Switched to libp2p pubsub for commit and transaction gossiping
- Switched client subscriptions to use libp2p pubsub
- Added Play Transactions RPC handler
Bug fixes
- Race condition in bridge fixed - go client PR #16
- Fixed slowing transactions in wallet
v0.1.1 Support setting public ip of libp2p host
- 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
- 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
Two important bug fixes:
- Chain tree import and export should now work.
- 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
v0.0.8: Fix a bug when using a leading / in paths
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
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).