Skip to content

Releases: MixinNetwork/mixin

Insomniac Mosquitoes Point Release 2

30 Aug 14:14
Compare
Choose a tag to compare
  1. Add domain validation for akash.
  2. Improve RPC getinfo performance.
  3. Fix concurrent peers map access.

Insomniac Mosquitoes Point Release 1

27 Aug 09:50
Compare
Choose a tag to compare

Optimize memory usage.

Insomniac Mosquitoes

26 Aug 10:05
Compare
Choose a tag to compare

This release upgrades the storage format, and optimizes memory usage. It's required to do a manual database migration before upgrading older releases to this version.

To upgrade the old database, please stop the mixin service at first, then download the badger binaries from the release files. Assume your snapshots directory full path is $SNAP.

mv $SNAP $SNAP.v2
badger.v2 backup --dir $SNAP.v2 -f snapshots.bak
badger.v3 restore --dir $SNAP -f snapshots.bak

The backup may take up about 2 hours and the restore process is about 2x longer.

Noisy Katydids Point Release 23

10 Aug 16:53
Compare
Choose a tag to compare
  1. Fix finalized transaction validation fork.
  2. Remove some domain dependencies.

Noisy Katydids Point Release 22

14 Jul 03:38
Compare
Choose a tag to compare
  1. Remove nodes.json support.
  2. Remove all cgo usage by using a new zstd mod.
  3. Add low-memory-mode option to badger usage.

Noisy Katydids Point Release 21

06 Jul 14:32
Compare
Choose a tag to compare

Add domain for algorand.

Noisy Katydids Point Release 20

22 Jun 16:02
Compare
Choose a tag to compare
  1. Deprecate nodes.json file and the peers list should be configured in config.toml.
  2. Add domain validation for litecoin and dfinity.

Noisy Katydids Point Release 19

14 Jun 19:10
Compare
Choose a tag to compare

Fix kusama, ripple, stellar and tezos domains asset key validation.

Noisy Katydids Point Release 18

08 Jun 11:52
Compare
Choose a tag to compare

Transaction aggregated signature.

Noisy Katydids Point Release 17

15 May 14:18
Compare
Choose a tag to compare

Basic domain validations for nervos, stellar, ripple and tezos.