Releases: muntorg/munt-official
v2.3.10
2.3.10
MISC - New URI handlers "guldenlite:" and "guldenpro:" for specific targeting of lite/pro apps; "gulden:" URI handler still remains and will be used to target whichever app is installed
UI - Add in-app sell functionality (as companion to recent buy functionality); In collaboration with Blockhut
v2.3.9
sell_testing
ANDROID: UI: Basic sell button
v2.3.8
v2.3.7
v2.3.6
v2.3.5
Initial release of new "lite" wallet; an SPV based desktop wallet with trimmed down feature set for those who want something fast but with less features than the core wallet
RPC: Fix '*' behaviour in listaccounts command
RPC: Give 'decodescript' the ability to decode old phase3 transactions
v2.3.0.4
CORE: Fix a crash in SIGMA verification code that could be triggered in some (relatively rare) instances
RPC: Hide various "hidden" developer RPC commands from the autocomplete
RPC: Introduce a new command "repairwitnessaddress" that can be used to repair a wallet if the witness key for a witness address is not available while wallet is locked (which is required for witnessing)
RPC: Extend "validateaddress" command to give more information for witness addresses
CORE: Minor improvement when renewing witness accounts; check for and repair any instances of missing witness key when doing a renewal
development
Development builds, updated periodically, use with caution not suitable for user/production usage.
v2.3.0.2
RPC - Implement new command "removeallorphans"
RPC - Introduce a new command "checkwalletagainstutxo"
NET - Increase minimum peer protocol version to ban old peers
CORE - Checkpoint server deactivation has kicked in, so take away check and permanently disable auto checkpoints instead