Skip to content

Releases: minima-global/Minima

v1.0.44

27 Jan 11:55
Compare
Choose a tag to compare

Full Changelog: release-v1.0.43...release-v1.0.44

SHA-256 hashes:
minima-1.0.44.14.jar: 0x37F964E526454181E2E05C755FD0F4C6670E054F87A11570C6FBBC012B4A7032
minima-1.0.44.14.apk: 0x21E2F4C29A46B5B29B5D027A4E61801A86D5113984E6730C78E7099E2A51330D
mds-2.1.js: 0x91E06E3970E19C6499BA25C22B7F58AD71470B6BF9EA347DB35CEE45AD5CEA5D

General updates

  • Add micro version to status
  • Separate thread per service.js
  • Check for ipv6 and disallow
  • Limit IBD read write per peer and fix traffic measurements
  • Name all the message types
  • Optimise p2p
  • Add method to stop new keys being made
  • Mega MMR Write lock fix

New Startup parameters

  • -megaprune : If running a mega mmr node, do we prune all addresses shorter than 32 bytes (unspendable) from megammr
  • -megaprunestate : If running a mega mmr node, do wewe prune all addresses with a state (useful for exchanges that don't need them)
  • -megaprunetokens : If running a mega mmr node, do we prune all tokens - only Minima allowed (useful for exchanges that don't need them)

Updated Commands

  • mysqlcoins action:autobackup enable:true : can now automate the backup of coins to the mysql db
  • coincheck : Check a coin exists and is valid. Can only check unspent coins. Returns the coin details and whether the MMR proof is valid.
  • consolidatefrom : Consolidate Minima or Tokens from a certain address
  • network : Breakdown into more granular detail

Updated MiniDapps

Health - [1.2.2]

  • Made network data backwards compatible with Minima nodes older than [1.0.44.3]

MiniHub - [0.22.1]

  • You can now update MiniHUB in the update MiniDapp section
  • Fixed block height loading state

dAPPStore - [1.2.3]

  • Added a new default store for beta test dAPPs

Logs - [1.0.4]

  • Logs are now purged once every hour instead of after every log entry

MiniSwap - [2.19.2]

  • removed eth errors from console

Security - [1.12.0]

  • Disable the ability to QuickSync when the vault is locked

ETHWallet - [1.11.0]

  • Light mode tweak

Block - [3.3.4]

  • Removed secondary title bar
  • Refreshing on the transaction page now works

v1.0.43

26 Nov 09:00
Compare
Choose a tag to compare

Full Changelog: v1.0.42...v1.0.43

SHA-256 hashes:
minima-1.0.43.jar: 0xB451C8786F13A6654A70FA15777E6782FBA15509A2537EBA79B75D48A7034FC4
minima-1.0.43.apk: 0x4E2DF2A64F83678A16767107E7E1E8626FE4D76A4B6833CA973D446C06D31A6B
mds-2.1.js: 0x91E06E3970E19C6499BA25C22B7F58AD71470B6BF9EA347DB35CEE45AD5CEA5D

General updates

  • New onchain txpowdb
  • Additional P2P checks
  • Restore backup now correctly restores cascade and txpow tree
  • New public wallet interface with stored key uses

Updated Commands

  • txpow onchain:0x... : Tells you whether a block or transaction is found on chain
  • txpow action:info : Provides information from your txpow dbs
  • multisig & multisigread : Tx is now mined when posted

Updated MiniDapps

Block (3.2.4)

  • New interface

Dapp Store (1.1.10)

  • Now includes notifications every 24 hours when an update is available
  • Option to disable notifications
  • New Ecosystem dapp store added
  • Terms of use provided

ETH Wallet (1.10.0)

  • Minor UI changes

MiniSwap (2.18.7)

  • Fix notifications causing some swaps to fail

Wallet (2.47.2)

  • Fixed issue where very small balances displayed as 0
  • NFT type error bug fixed
  • Design tweaks

v1.0.42

21 Oct 13:27
Compare
Choose a tag to compare

Full Changelog: v1.0.41...v1.0.42

SHA-256 hashes:
minima-1.0.42.jar: 0x8875F1EFB9ACD8C4BE42C8E85056C1AB3B7EE6068808487DFE94F056A0CE46ED
minima-1.0.42.apk: 0x5AE4DA01C9D9EAB1A371E24478FA35D302C20DFAF9F087CA0E881CEEB68737CE
mds-2.1.js: 0x91E06E3970E19C6499BA25C22B7F58AD71470B6BF9EA347DB35CEE45AD5CEA5D

General updates

  • Update public wallet interface
  • Improved checks on connections
  • Networking automatically reset if chain tip is not up to date
  • Relay policies updated: max output coins is 32, max state size is 64k
  • Max split coins is 20
  • Always release a write lock if a thread has it
  • P2P networking improvements
  • mds.js now checks if http or https
  • Improved error handling

New Startup Parameters

  • -publicmdsuid : Set your own Session ID for the Public MDS
  • -txpowdbstore : How many days to store TxPoW in the internal H2 Database (default 3)

New Commands

  • constructfrom : Create an unsigned txn from a list of coins
  • multisigread : Utility Function for multisig in READ mode
  • txncoinlock : Lock coins used in un-broadcast transactions
  • txnmine : Mine a txn but don't post it
  • txnminepost : Post a pre-mined txn
  • scanchain : Scan back through the chain and see every address used

Updated Commands

  • checkmode : now shows if in public mode
  • history : now accepts action:customsize and action:transactions, can now search for non relevant transactions
  • mds action:publicmds enable:true : enable public minidapp system on Mega nodes only
  • mysql and mysqlcoins now accepts action:setlogin and action:clearlogin to set and clear MySQL login details
  • tokencreate : can now remove limits on decimals
  • txnauto : now takes tokenid, sign and burn as parameters
  • txnaddamount : now takes burn as a parameter
  • txndelete : can now delete all txns
  • txnexport : now takes showtxn as parameter
  • txnlist : now takes transactiononly as parameter
  • txpow : can now search by block number

Updated MiniDapps

Block (3.2.2)

  • New interface

Chatter (1.12.0)

  • Superchatter now set as default

Docs (2.1.0)

  • New interface

ETH Wallet (1.9.4)

  • Multi-account support
  • Ledger account support w/ signing
  • SwapWidget design lift & re-factoring
  • SwapWidget now supports cross-directional input (will calculate your input if you enter output)
  • SwapWidget opts (slippage, deadline support)
  • Debouncing API calls to lessen load on Infura API calls
  • Move rate + additional info to first step for SwapWidget
  • Design tweaks

Future Cash (2.7.1)

  • Added burn for transactional features
  • Added MDS Fail Unavailable feature
  • Design tweaks

MiniSwap (2.16.0)

  • Added Ethereum Manual Refund feature
  • Added UniSwap wMinima vs USDT price
  • Android notifications on new contracts & collections
  • Notify on trades

Security (1.10.1)

  • Add support for URLs for QuickSync
  • Design & UX Tweak on QuickSync dialog

SQL Bench (0.6)

  • Remove weblink

The Safe (1.7.0)

  • Minor text changes

Vestr (1.8.1)

  • Add burn feature on transactional features
  • Added alias name for contracts
  • Design tweaks

Wallet (2.46.6)

  • Token balance info updated
  • Additional design tweaks
    Known issue: very small balances displayed as 0

v1.0.41

03 Jul 10:14
Compare
Choose a tag to compare

SHA-256 hashes:
minima-1.0.41.jar: 0x5A953E18D266B9E199600F531E187266EB2F115C58BCED188A29D42FFB44E63D
minima-1.0.41.apk: 0x38AD61FE9DA8784E4B1759092F3DAD2BCC43ACCA517DC44304779F33354C2426
mds-2.0.js: 0x6EDC64A826AE69A4F94E29636232F86A552BC15F69C894C36E9722D6DCC702FE

New major features

  • Mega nodes
  • Updated mds.js
  • New Terms of Use

New Startup Parameters

  • -rescuenode ip:port :automatically resync a node if a heavier chain is found
  • -megammr : start as a mega mmr node (requires a chain resync)
  • -notifyalltxpow : Send notification messages for ALL TxPoW (not just relevant)
  • -mysqlalltxpow : Store all new TxPoW in MySQL when autobackup enabled.
  • -nosslmds : Disable the self signed SSL cert for MDS. Use STunnel or your own SSL proxy instead
  • -syncibdlogs : Show detailed SYNC_IBD logs

New Commands

  • sendfrom/createfrom / signfrom / postfrom : Create transactions from specific addresses
  • megammr : Manage your mega node
  • megammrsync :Restore a node from a mega node
  • seedrandom : Generate a random value, based on your SEED and a modifier

Updated Commands

  • history offset: start the tx history from this point
  • send amount: address: fromaddress: signkey: send from a specific address
  • maxcontacts action:clear : Delete all maxcontacts
  • mds action:publicmds enable:true : Enable publicmds wallet
  • mysql action:findtxpow txpowid:0x00FFEEDD : Search for a specific txpow
  • mysql action:autobackup : Now stores all the txpow going forward

New MiniDapps

  • ETH Wallet (1.6.5)
  • MiniSwap (2.6.10)
  • The Safe (1.6.3)
  • ShoutOut (PoC) (1.4.0)

Updated MiniDapps

MiniHub (0.18.3)

  • New welcome tutorial
  • Icon support
  • Folder layout (categorised minidapps)
  • Terms of use added

Wallet (2.44.0)

  • History: New transaction download options
  • Transaction messages are now encoded

Chatter (1.10.4)

  • Fix overflowing of username on reply, user's posts & normal display
  • Fix copy on empty feed
  • Added Icon Support
  • Clicking your profile in the home page header will now open MaxContacts on your profile page
  • Design tweaks on the feed message wrappers

Security (1.9.3)

  • New QuickSync method using Mega nodes
  • Resync in a few seconds

MaxContacts (1.14.0)

  • Added Profile icon support - 50kb max size (Supports .png,.jpeg,.jpg,.svg,.xml,.gif)
  • Add QR Code to profiles

Docs (1.5.0)

  • New miniDapp tutorials

Future Cash (2.6.2)

  • Bug fixes

MaxSolo (2.7.2)

  • Bug fixes

1.0.40

15 Feb 14:57
Compare
Choose a tag to compare

SHA-256 hashes:
minima-1.0.40.apk: 0xD1AF943DEFE4E1E162A224FBB594C0CB1A26FDB8BC18F91B29A3122CA2F64EF0
minima.jar: 0xF76D1E933F9F7CA68192C4D5636A24DD61D3AB097F0DFEA766EF3147CCAA34B5
mds.js 0x245dcf2a055664fe6fbd68c55d84c615c61208f6975ba2db26e44ff0eac2feb7