Releases: MixinNetwork/mixin
Releases · MixinNetwork/mixin
Insomniac Mosquitoes Point Release 2
- Add domain validation for akash.
- Improve RPC getinfo performance.
- Fix concurrent peers map access.
Insomniac Mosquitoes Point Release 1
Optimize memory usage.
Insomniac Mosquitoes
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
- Fix finalized transaction validation fork.
- Remove some domain dependencies.
Noisy Katydids Point Release 22
- Remove nodes.json support.
- Remove all cgo usage by using a new zstd mod.
- Add
low-memory-mode
option to badger usage.
Noisy Katydids Point Release 21
Add domain for algorand.
Noisy Katydids Point Release 20
- Deprecate nodes.json file and the peers list should be configured in config.toml.
- Add domain validation for litecoin and dfinity.
Noisy Katydids Point Release 19
Fix kusama, ripple, stellar and tezos domains asset key validation.
Noisy Katydids Point Release 18
Transaction aggregated signature.
Noisy Katydids Point Release 17
Basic domain validations for nervos, stellar, ripple and tezos.