Skip to content

Releases: muntorg/munt-official

v1.6.4.8

01 Jan 19:57
4d4c4bb
Compare
Choose a tag to compare

Minor maintenence release.
UI - Introduce a new informational widget and other minor UI improvements that make it move obvious to users that the wallet is not yet available during initial sync.
UI - Add a new menu item for setting the currency.
UI - Fix a crash in the send dialog on machines with no network connection.
UI - Remove bitcoin payment option from send screen
CORE - Update checkpoints, static difficulties, static seeds and other static information to help assist new users with better syncing experience.

v1.6.4.7

29 Nov 08:22
Compare
Choose a tag to compare
v1.6.4.7 Pre-release
Pre-release

Final release in 1.6.x series - contains a fix to city hash that is required for final 2.0 testing. No other important changes, only testers need upgrade.

1.6.4.6

16 Oct 12:56
Compare
Choose a tag to compare

RPC - Fix an issue introduced in 1.6.4.3 which can cause users running with "-disablewallet" to experience RPC freezes when calling certain RPC commands.

1.6.4.5

11 Oct 07:34
Compare
Choose a tag to compare

Fix "run on boot" links that were broken by testnet changes and other minor "run on boot" corrections.

1.6.4.4

10 Oct 12:29
Compare
Choose a tag to compare

Fix an issue with the 'unlock' callback of 'walletpassphrase' whereby it could temporarily freeze the main RPC thread. In most cases this would result in slow RPC but in extreme cases it could be so slow that the slowness would then cascade into other parts of the program (e.g. peers timing out) presenting as a frozen RPC that no longer
responds.

1.6.4.3

08 Oct 08:53
Compare
Choose a tag to compare

Maintenance release in preparation for 2.0 release.
CORE - Backport new testnet from 2.0 branch, this is required in order to beta test 2.0 upgrades correctly.
Specify the desired testnet chain using the format : e.g. S1505211751:20 (Scrypt with 20 second block target) or C1505211751:10 (City hash with 10 second block target). For 'official' testnet chain specifiers visit https://github.com/Gulden/gulden-official where the latest chains will always be listed.
CORE - Introduce some corrections/changes to all mutex related code in an attempt to fix some occasional RPC freezes that are intermittently occurring.
CORE - Pre-emptively patch/fix against a potential but unlikely DDoS attack that could be used to try temporarily make specific nodes inaccessible.
CORE - Fix a minor issue with encrypted non-HD wallets where it was necessary to input the password on every GuldenD restart.
MISC - Update all nocks calls to use the new nocks.com API.
MISC - Clean up some unnecessary logging to keep log files small.
MISC - Periodic update of checkpoints and other hardcoded wallet information.
CMDFLAG - Fix issue with genkeypair command.

1.6.4.2

24 May 13:31
Compare
Choose a tag to compare

Minor bugfix release.

1.6.4.1

27 Apr 06:49
Compare
Choose a tag to compare

Minor bugfix release.
UI - Some small translation changes
RPC - Add an HDIndex flag to 'listaccounts' RPC output, useful for debugging HD wallet issues.
CORE - Speed up address allocation when -keypool is set to a larger than default size.

sha256sum:
Gulden-1.6.4-aarch64-linux.tar.gz
0466b833cc185ac141ecd6499170622bede9561a801adf2cddf7e592b5b1ca92
Gulden-1.6.4-arm-linux-eabihf.tar.gz
6f594868aa37f54d91108d2a60ea8f8a078e935fe3ec0ef3d06c48cda328a850
Gulden-1.6.4-i686-linux.tar.gz
eb157fb354212d2c94c1b5613d62fc414ca80c3220121df37f304fa7a0e11bc9
Gulden-1.6.4-osx.dmg
0d633752fa10e315757b7dc600afd7743a27a8a6405ef20802213aa1ef35a340
Gulden-1.6.4-osx.tar.gz
91f590dfe9642ca318f700a067d34d80569f64b2da1944c431340ed80fb0f18c
Gulden-1.6.4-win32-setup.exe
b35273573ea72be9f4e4566d4a44264d2c5438b8cb291dad5426dc89127c3a5c
Gulden-1.6.4-win32bin.zip
df6adfbbb125914b91dd3ea08cd6d9f6c54a4a98b10f3c16e5b60b7dfb69ab3a
Gulden-1.6.4-win64-setup.exe
3430f10362de1f929916fa635f92b77dcaa753dee707be9788d472037a386117
Gulden-1.6.4-win64bin.zip
7745fceb2aa53b307fd894621a8f83210e87c2266b4c5af39105f2bdeba29989
Gulden-1.6.4-x86_64-linux.tar.gz
2d38201ebf4785a347ba4c2e20f50d3acfc4df98714744f11a8a3316d794869e

1.6.3.1

26 Dec 14:25
Compare
Choose a tag to compare

Minor bugfix release - fix a potential intermittent crash that some users may be experiencing.

v1.6.3

23 Dec 07:23
Compare
Choose a tag to compare

Very minor RPC improvements and bug fixes.