Releases: hyle-team/zano
1.2.0.121 (Atomic Swaps)
[+]
Added support of HTLC (Atomic Swaps)
Windows
INST: https://build.zano.org/builds/zano-win-x64-release-v1.2.0.121[2dfce79]-installer.exe
sha256: dc048a518e985262e3801d11ec844a6cd2b2bf1e863aab5b556bf577fc7cef62
ZIP: https://build.zano.org/builds/zano-win-x64-release-v1.2.0.121[2dfce79].zip
sha256: c5a07d3b0a61c2f0d7107b0619f48ffaa208ddd1109b1767e6aec13bd0cda20e
macOS
https://build.zano.org/builds/zano-macos-x64-release-v1.2.0.121[2dfce79].dmg
sha256: f2adeebfda81c6bf3ed7eb821fb9f37e54b2de5bf60018082079234fa6894ac2
Linux
https://build.zano.org/builds/zano-linux-x64-release-devtools-v1.2.0.121[2dfce79].tar.bz2
sha256: b1dc6510f7639f47ad46b84f98b068128663d3cb0db3ebf2dea2332136dde255
1.1.8.115
[+]
Added a new checkpoint at height 900000 (height 700000 for the testnet)
[+]
Pre-download packs updated to the lastest checkpoint for the faster initial sync
[+]
gui: Indonesian translation added
Windows
INST: https://build.zano.org/builds/zano-win-x64-release-v1.1.8.115[7138dd3]-installer.exe
sha256: 730ce680b68455877cdf877061d054044aa17b4929fc66786b5d0d914d2b0775
ZIP: https://build.zano.org/builds/zano-win-x64-release-v1.1.8.115[7138dd3].zip
sha256: f6950242c3ff7c1f6768431bc45dc0828f93652d1ec98767be025f293b70cbcc
macOS
https://build.zano.org/builds/zano-macos-x64-release-signed-v1.1.8.115[7138dd3].dmg
sha256: 8577199ace19bcbcd8a8c1ee873838f936edd8721a05e76b3e926c4adafa9506
Linux
https://build.zano.org/builds/zano-linux-x64-release-devtools-v1.1.8.115[7138dd3].tar.bz2
sha256: 57fe98342770572c853782c231fa6daa516d5015754991c9ec68643cde2bb762
1.1.7.114
[+] Secure Seed implemented
Binaries:
Win x64
INST: https://build.zano.org/builds/zano-win-x64-release-v1.1.7.114[86b0b35]-installer.exe
sha256: 74565c6f307d7c931bfbcb91e789e9ee508ec8224ce42a4bdb04cb7c5181e5d3
ZIP: https://build.zano.org/builds/zano-win-x64-release-v1.1.7.114[86b0b35].zip
sha256: 56437f2c17f81570c34543a03d70c5634524139ede5998491d541a59cdf49c22
macOS
https://build.zano.org/builds/zano-macos-x64-release-signed-v1.1.7.114[86b0b35].dmg
sha256: 41c301a7261bb352c4cfd00df8387de62b8f03c17eb15431980cc5bba013d6b5
Linux/Ubuntu
https://build.zano.org/builds/zano-linux-x64-release-devtools-v1.1.7.114[86b0b35].tar.bz2
sha256: ae3f133f330747478b8984557b88fe3caeb5477f0185a1076b146778b8e4085d
1.1.7.112
[+]
Implemented "Filter mining transactions" mode (#139)
[*]
Fixed brooken icons in GUI on MacOS platforms
[*]
Fixed multiple CORE_BUSY issues (#219, #229)
[*]
Fixed pagination problems on filter mode
[*]
Fixed problem with UI not refreshed after filter enabled
[*]
Fixed reoorganize blockchain issue for watchonly wallet
[*]
Fixed unexpected screen after clicking "go back"(#202)
[+]
Implemented Wallet Status on Lock-Screen (#168, feature requested by legendary Crypjunkie)
[*]
GUI getting frozen when wallet with a lot of transactions getting synced (#163)
[+]
Made alias registration error messages more informative (#154)
[*]
Fixed multiple minor UI issues (#126)
[+]
Implemented master password confirmation (#39)
Binaries:
Win x64
https://build.zano.org/builds/zano-win-x64-release-v1.1.7.112[f099ca9]-installer.exe
sha256: 1e43e8d1f6f0efd07bda2b7e2f5f44e2ef97baed0e30d0725bfa06cccf1a232f
ZIP: https://build.zano.org/builds/zano-win-x64-release-v1.1.7.112[f099ca9].zip
sha256: 9b648039d256b71d30850584fb7971247e6d11cb08a4bffad95aee2fa5060c51
macOS
https://build.zano.org/builds/zano-macos-x64-release-v1.1.7.112[f099ca9].dmg
sha256: bf6531b3b2f03938579da58bb70507a4c4cc16416ee251480b8fa6ef18653932
Linux/Ubuntu
https://build.zano.org/builds/zano-linux-x64-release-devtools-v1.1.7.112[f099ca9].tar.bz2
sha256: 90be8f5772f338988604beeaa6d73c708e3df70406957fe3ab61e4cfda1b9a10
1.1.7.103
[+]
implemented auditable wallets and tracking wallets, supported in both GUI and simplewallet
[+]
26th word added to new wallets' seed phrase (checksum and auditability)
[+]
wallet files size and syncing speed were greatly optimized
[+]
added new checkpoint at height 600k + updated predownload links for faster syncing from scratch
[+]
simplewallet: new option: --generate-new-auditable-wallet (for generating new auditable wallet)
[+]
simplewallet: new command: "tracking_key" to get a tracking key for an auditable wallet
[*]
GUI: QR code for receiving coins was enlarged for more robust scanning
[+]
Zano core and automated tests are adapted for upcoming hardfork 2
[+]
GUI debug: added Chrome dev tools built-in support (--qt-dev-tools)
[*]
codebase adopted to support MSVC2019
[*]
Bunch of fixes in wallets manager to prevent crashes on mobile devices
[*]
Fixed wallet pulling daemon like there is no tomorrow
[+]
Extended mobile wallet interface API (wallet size, validating address, generalised response codes)
[+]
Improved wallet sync protocol: implemented global output indexes deferred fetching (faster sync on staking wallets)
[*]
Lots of other bugs fixed, many improvements were made to codebase
Binaries
Win x64
https://build.zano.org/builds/zano-win-x64-release-v1.1.7.103[2071280]-installer.exe
sha256: 4fe5e972f1a6f298a2f714be54d0d29fdb25f0a00c86a9fbdd5771a708d60f62
ZIP: https://build.zano.org/builds/zano-win-x64-release-v1.1.7.103[2071280].zip
sha256: 381ced3c5d5ac6147fe093fa9e7f8ac7cf94809acc41f2cbb1526a465eb1acdf
macOS
https://build.zano.org/builds/zano-macos-x64-release-v1.1.7.103[50501ea].dmg
sha256: 405c83422df0acf740ab8dc2cc8bf7faab6117d67424985e1ebfcc10d4429e02
Linux/Ubuntu
https://build.zano.org/builds/zano-linux-x64-release-v1.1.7.103[f50501e].tar.bz2
sha256: f0982ae60e5c38e1d5ca5e51cc00af61885d6788c3512d7dcc2059d49299df78
1.1.6.87
[*]
Blockchain pre-downloading on a poor connection greatly improved
[*]
GUI: default mixin count set to 10
[+]
core: added checkpoint for height 525000 (mainnet) and height 350000 (testnet)
[*]
core: pre-downloading blockchain DB updated (for both engines: lmdb and mdbx)
[*]
minor bugfixes and improvements
Windows
INST: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.6.87[9d1a588]-installer.exe
sha256: 1ba66d8d08311e7756422d3a56f9985d9d26cde4201b1c8ff0cfc0a031d098fb
ZIP: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.6.87[9d1a588].zip
sha256: e847d42586ec062bca3226b1dacf8ef6235b1649a90b703127193d290dff2bbb
PDBs: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.6.87[9d1a588]_pdbs.zip
sha256: 6cc47ecac743b1225b62ad265c7dea15b8000ac8bc10c482df909307c41af027
macOS
http://build.zano.org:8081/builds/zano-macos-x64-release-v1.1.6.87[9d1a588].dmg
sha256: 2967f033186e071991dbb1e4e79fc53284d8efe80da62f2cf58a9b75bb8d3dd5
Linux
http://build.zano.org:8081/builds/zano-linux-x64-release-v1.1.6.87[9d1a588].tar.bz2
sha256: 7698c39ebce466cc31f2f6f0102f6a7eb1fe75b45a414232b9070531ae81eacd
1.1.6.83
Intermediate release
[*]
Blockchain pre-downloading on a poor connection greatly improved
Windows binaries:
INST: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.6.83[a1c5343]-installer.exe
sha256: 338783e186b883911a69c704ca03e4aacc049fe3c99b0387d03f680dc646e5e6
ZIP: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.6.83[a1c5343].zip
sha256: 4918e10c04a892a651da2263a45c43775b02ddbbbc7269c93c695821aab7eb07
PDBs: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.6.83[a1c5343]_pdbs.zip
sha256: 43501869cd14b3d58a15bf4ae120e5adc7e8ef96838bd83536e7d4797ff66067
Linux binaries:
http://build.zano.org:8081/builds/zano-linux-x64-release-v1.1.6.83[a1c5343].tar.bz2
sha256: 641e8d4d68e8c802c2caea28ec334897192afd6dc504d848aa6cbcc16eb54009
macOS installer:
http://build.zano.org:8081/builds/zano-macos-x64-release-v1.1.6.83[a1c5343].dmg
sha256: 44faf65dcf80131d4e53887fbb28931e1a03fed17bd9d0d2e6cca723c8eae32e
1.1.5.82
[+]
the first checkpoints are introduced for mainnet and testnet. Now space-saving technology is activated to keep both blockchain storage volume and sync bandwidth smaller. Checkpoints-related code was reviewed and polished before that.
[+]
blockchain pre-downloading is implemented in order to significantly reduce sync-from-scratch time.
[+]
all codebase was polished to pass Coverity static analysis check (many imperfections were fixed)
[*]
fixed automatic small amount outputs consolidation when a PoS block is found by a user (it was broken in build 77)
[*]
improved blockchain DB versioning and migration mechanism to provide more smooth DB upgrades in future builds
[*]
wallet API: self-directed transactions with payment id are not allowed anymore (soft rule) to avoid issues with 3rd party services
[*]
simplewallet: don't put payment id into tx attachment if it's empty (fixed a tiny bug)
[+]
wallet API: introduced new long-call mode for wallets_manager
[+]
Utilized wallets manager from GUI for mobile wallet native library, extended RPC API, polished remote-node mode, selected suitable timeouts for remote node mode, implemented asynchronous calls of native API for slow operations(to avoid freezing UI thread), significant fixes and new implementations all around
[*]
simplewallet: transfer command syntax changed to accept only hex-encoded payment id
[*]
Improved API for exchanges
[*]
lots of fixes and small improvement all over the code
Windows binaries:
INST: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.5.82[c40fd26]-installer.exe
sha256: c1c12149ea93b1d307afff3882189de04be2d5bdb1c051040d9537a5e411ee51
ZIP: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.5.82[c40fd26].zip
sha256: 91c0145d03024adaddc1d5da803b7346aa1774ae9b8d43ecffe70c6e6f5d0a3d
PDBs: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.5.82[c40fd26]_pdbs.zip
sha256: 99af49f5f8f81b3ce8ba71fbb2655899536251ea3bfddb37da045db6ddb5cbad
Linux binaries:
http://build.zano.org:8081/builds/zano-linux-x64-release-v1.1.5.82[c40fd26].tar.bz2
sha256: 599938f803c10d7c306ce9a638c4bdbff752bc1c65baebe834f8b4364f96964e
macOS installer:
http://build.zano.org:8081/builds/zano-macos-x64-release-v1.1.5.82[c40fd26].dmg
sha256: 9e408244960a8e4e6ba8fa3494ae260d89568da3f0deceb9fee93b03ef682feb
1.1.4.77
[*]
core: transaction pool was greatly improved
[+]
wallet: small mined outputs (1.0 ZANO) optimization: when there are plenty of them (>100), they will be automatically packed together in a self-directed tx when a new PoS block is found
[*]
macOS: zanod
and simplewallet
binaries are now available in Contents/MacOS folder
[+]
simplewallet: new commands: print_utxo_distribution
, export_recent_transfers
, sweep_below
[+]
simplewallet: new command-line parameter --pos-mining-reward-address
allows to send all PoS rewards to another address while keeping stakes at the mining wallet
[+]
simpewallet RPC: sweep_below
method added
[+]
GUI: implemented pagination in transaction window
[*]
mdbx engine updated (they resolved a Unicode issue as we had requested)
[*]
updated list of the seed nodes
[*]
minor fixes and improvements
Windows binaries:
INST: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.4.77[31d824a]-installer.exe
sha256: 138eaa2f5f72e9b329c02ec078f167222b9182407d96544c83e9120f8df2c911
ZIP: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.4.77[31d824a].zip
sha256: 60bfb3fc79cd2b59b82da61705357056b18f07320e1773eff6a552bdaf2fbc03
PDBs: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.4.77[31d824a]_pdbs.zip
sha256: 10de86385106a07f897b00c3e61ef9baeef53fd8c5e72720017088b2e4442da8
Linux binaries:
http://build.zano.org:8081/builds/zano-linux-x64-release-v1.1.4.77[31d824a].tar.bz2
sha256: 529988a9479fe2b95f96b289ce0d189db198a22e6f8cfdca83871275e25b0c16
macOS installer:
http://build.zano.org:8081/builds/zano-macos-x64-release-v1.1.4.77[31d824a].dmg
sha256: c9b43172e1da5278b43e4a123c449bce42191def4710203d56317ee218c06a7b
1.1.3.70
[+]
core: added new DB engine: MDBX (experimental, use --db-engine=mdbx
), more info on MDBX benefits: https://github.com/leo-yuriev/libmdbx#improvements-over-lmdb
[+]
wallet: safety improved when saving data: free space and possible write errors are taken into account
[*]
wallet: fixed incorrect wallet's balance on certain stages of contract processing
[*]
core: very old pre-hardfork nodes are now filtered out by P2P subsystem to avoid meaningless traffic
[*]
GUI: minor fixes and improvements
[*]
API: fixed resync market issue
[*]
core: fixed rare multithread synchronization issue
[*]
P2P: fixed a rare case of double connections between nodes
[*]
P2P: fixed a rare case of invalid handshake handling
[*]
core: Linux binaries are being built in Ubuntu 16.04 environment now (was 18.10)
Windows binaries:
INST: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.3.70[7ba96b6]-installer.exe
sha256: d05578bde0777224d925f12ca84ea8745da1636561ca441bae2c86b1c69d9ae4
ZIP: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.3.70[7ba96b6].zip
sha256: 79301474d8ce5a0dfa6a34646d93cadf5ef30f1e98e9eeb62f34eda232f37cfa
PDBs: http://build.zano.org:8081/builds/zano-win-x64-release-v1.1.3.70[7ba96b6]_pdbs.zip
sha256: a11225e16c7143c748f203dcb0dbef5b59d6894dd70452adcad62f33b1fa2303
Linux binaries:
http://build.zano.org:8081/builds/zano-linux-x64-release-v1.1.3.70[7ba96b6].tar.bz2
sha256: f2a36c28a5d158b14ded40911caa7f44e2515a4d74d596a475f093955f291641
macOS installer:
http://build.zano.org:8081/builds/zano-macos-x64-release-testnet-v1.1.3.70[7ba96b6].dmg
sha256: 1fbdb9b21c1817d20f1ea67a30d61be9e6a1ab73e20cd358e1dcea63aaccfbb8