Releases: mobilecoinofficial/desktop-wallet
1.5.1
Always secure your entropy!
✨ Features
🐛 Bug Fixes
📦 Downloads
Normal Use
The following Desktop Wallet builds are for transacting on the main MobileCoin Foundation blockchain (aka MainNet).
WARNING: Prohibited users cannot use the MainNet wallets per MobileCoin's Terms of Use. The wallets will error in prohibited locations
Developer Use
Below are Desktop Wallets builds for developers and testers that transact on an alternate MobileCoin blockchain called TestNet.
- MacOS TestNet (dmg)
- Ubuntu TestNet (deb)
- RedHat TestNet (rpm)
- Linux TestNet (tar.gz)
Note: TestNet MOB and MainNet MOB are not interchangeable and the TestNet blockchain may be zeroed, reset, or discontinued at any time by MobileCoin Inc as part of its testing. Only use TestNet and the corresponding downloads for testing purposes.
v1.5.0
Always secure your entropy!
✨ Features
- Added full service binary path to settings
- Updated Terms of Use page
- Added a QR scanner to scan public address qr codes
🐛 Bug Fixes
- Fixed Transaction History not loading automatically, requiring a refresh of the application
📦 Downloads
Normal Use
The following Desktop Wallet builds are for transacting on the main MobileCoin Foundation blockchain (aka MainNet).
WARNING: Prohibited users cannot use the MainNet wallets per MobileCoin's Terms of Use. The wallets will error in prohibited locations
Developer Use
Below are Desktop Wallets builds for developers and testers that transact on an alternate MobileCoin blockchain called TestNet.
- MacOS TestNet (dmg)
- Ubuntu TestNet (deb)
- RedHat TestNet (rpm)
- Linux TestNet (tar.gz)
Note: TestNet MOB and MainNet MOB are not interchangeable and the TestNet blockchain may be zeroed, reset, or discontinued at any time by MobileCoin Inc as part of its testing. Only use TestNet and the corresponding downloads for testing purposes.
1.4.1
Always secure your entropy!
✨ Features
- Added ability to export transaction history as CSV
🐛 Bug Fixes
- Payment Requests Modal dismisses successfully upon submission
📦 Downloads
Normal Use
The following Desktop Wallet builds are for transacting on the main MobileCoin Foundation blockchain (aka MainNet).
WARNING: Prohibited users cannot use the MainNet wallets per MobileCoin's Terms of Use. The wallets will error in prohibited locations
Developer Use
Below are Desktop Wallets builds for developers and testers that transact on an alternate MobileCoin blockchain called TestNet.
- MacOS TestNet (dmg)
- Ubuntu TestNet (deb)
- RedHat TestNet (rpm)
- Linux TestNet (tar.gz)
Note: TestNet MOB and MainNet MOB are not interchangeable and the TestNet blockchain may be zeroed, reset, or discontinued at any time by MobileCoin Inc as part of its testing. Only use TestNet and the corresponding downloads for testing purposes.
1.4.0
Always secure your entropy!
✨ Features
- Removed ability to change password (temporary)
- Added confirmation dialog when deleting an account
- Now always shut down Full Service when closing wallet in offline mode
- Automatically trim whitespace for mnemonic and addresses
- Added preference to track last startup type (online/offline)
🐛 Bug Fixes
- Fixed precision issue when sending MOB
- Forms now clear after a transaction
- Toggling fullscreen no longer crashes on Linux
- Added About screen on Linux
- Account name is now actually optional
- contacts actually added when sending tx in offline mode
- ledger status no longer says "error" when in offline mode
- reenabled ESLINT
- transactions refresh when switching accounts immediately
📦 Downloads
Normal Use
The following Desktop Wallet builds are for transacting on the main MobileCoin Foundation blockchain (aka MainNet).
WARNING: Prohibited users cannot use the MainNet wallets per MobileCoin's Terms of Use. The wallets will error in prohibited locations
Developer Use
Below are Desktop Wallets builds for developers and testers that transact on an alternate MobileCoin blockchain called TestNet.
- MacOS TestNet (dmg)
- Ubuntu TestNet (deb)
- RedHat TestNet (rpm)
- Linux TestNet (tar.gz)
Note: TestNet MOB and MainNet MOB are not interchangeable and the TestNet blockchain may be zeroed, reset, or discontinued at any time by MobileCoin Inc as part of its testing. Only use TestNet and the corresponding downloads for testing purposes.
v1.3.1
Updating full service binaries to address issue with foreign key constraints when submitting a transaction from an account that does not exist in the full service wallet_db. This was causing an unexpected FK Constraint error and preventing Full Service from launching.
v1.3.0
Always secure your entropy!
✨ Features
- You can now import/export the ledger-db to a file instead of having to copy/paste it!
- You can now import/export a txConfirmation to a file instead of having to copy/paste it!
🐛 Bug Fixes
- Fixed an issue where tab panel would constantly re-render components and wipe their information when entering
📦 Downloads
Normal Use
The following Desktop Wallet builds are for transacting on the main MobileCoin Foundation blockchain (aka MainNet).
WARNING: Prohibited users cannot use the MainNet wallets per MobileCoin's Terms of Use. The wallets will error in prohibited locations
Developer Use
Below are Desktop Wallets builds for developers and testers that transact on an alternate MobileCoin blockchain called TestNet.
- MacOS TestNet (dmg)
- Ubuntu TestNet (deb)
- RedHat TestNet (rpm)
- Linux TestNet (tar.gz)
Note: TestNet MOB and MainNet MOB are not interchangeable and the TestNet blockchain may be zeroed, reset, or discontinued at any time by MobileCoin Inc as part of its testing. Only use TestNet and the corresponding downloads for testing purposes.
v1.2.1
Release/v1.2.0 (#181) * Very minor fixes for TODOs (#164) Co-authored-by: Federico Kereki <f--.k--@--.com> * Feature/payment requests (#158) * PaymentRequest view added along with checkB58 and createPaymentRequest api calls to fullservice * payment request confirmation and transaction submission added, additional form design edits * PaymentRequest view added along with checkB58 and createPaymentRequest api calls to fullservice * payment request confirmation and transaction submission added, additional form design edits * layout fixes for request modal * Code clean up, types in progress * Update TERMS-OF-USE.md (#169) * added support for multiple accounts - WIP (#167) * Full Service uses password encryption properly * password to unlock full service = decrypt account * Full Service uses password encryption properly * password to unlock full service = decrypt account * added support for multiple accounts - WIP * added conditional cancel button to import/create page when add account * fixed bug causing multiple accounts to update status at one time * re-encryption of the full service wallet db when changing password * Fixing bug with AccountCard in few places * added account settings page and delete account functionality * moved add account function to settings page from dashboard * fixing bug setting localStore paths * Skip versions of full-service-bin * moved check terms to create wallet from import/create account * Several changes * Ignore - trivial change * Several fixes * Change for test Co-authored-by: Federico Kereki <f--.k--@--.com> Co-authored-by: Federico Kereki <federico.kereki@toptal.com> Co-authored-by: Federico Kereki <fk---@---.com> * Disable logoff (#174) * Update README (#171) * Feature/payment receipt support (#172) * updated yarn packages for security updates * can create and copy receiver receipts during transaction review * added get confirmations and can copy from transaction log history * Added txo validation functionality * added delete wallet feature. finished txo validation. * updated to v1.2.0 * updated translations * feature/offline_mode (#180) * updated yarn packages for security updates * can create and copy receiver receipts during transaction review * added get confirmations and can copy from transaction log history * Added txo validation functionality * added delete wallet feature. finished txo validation. * updated to v1.2.0 * Added offline mode functionality Users can now start full service in offline mode, and export and import TxConfirmations * updated package info * Fixed Receive MOB Address Bug & i18n translations * updated translations * fixed bug when using tab panel Tab Panel would re render child components and cause them to clear any input fields back to their default. This is the current workaround, not sure if it's ideal or not, but it solves the problem. * Waits a maximum of 15 seconds before stopping full service start retry * fixed i18n text and added 10 sec to FS start * updating version number for autoUpdate * Several ESLint & tests fixes (#178) * updating gitignore to include mainnet and testnet start scripts Co-authored-by: fktt22 <78449916+fktt22@users.noreply.github.com> Co-authored-by: Federico Kereki <f--.k--@--.com> Co-authored-by: John Jett Matthews <johned.matt@gmail.com> Co-authored-by: Adam Mork <the-real-adammork@users.noreply.github.com> Co-authored-by: Federico Kereki <federico.kereki@toptal.com> Co-authored-by: Federico Kereki <fk---@---.com> Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>
v1.2.0
Always secure your entropy!
✨ Features
- Added ability to delete wallet and start over on the unlock screen in case you forgot your password or want to start fresh.
- Added confirmations for txo's!
- Added offline mode! You can now create and sign tx proposals in offline mode, and then transfer them to an online wallet to submit the transactions.
🐛 Bug Fixes
- Fixed issue where Send/Receive pages would reload and clear text
- Fixed same issue with Gifts pages
- Receive MOB Contact list switches correctly and is no longer only your main address
- Unlock/Create Wallet will no longer spin forever if full service doesn't start for any reason (typically a misspelled passphrase) timeout is set to 25 seconds. Starting full service takes a variable amount of time depending on your machine.
📦 Downloads
Normal Use
The following Desktop Wallet builds are for transacting on the main MobileCoin Foundation blockchain (aka MainNet).
WARNING: Prohibited users cannot use the MainNet wallets per MobileCoin's Terms of Use. The wallets will error in prohibited locations
Developer Use
Below are Desktop Wallets builds for developers and testers that transact on an alternate MobileCoin blockchain called TestNet.
- MacOS TestNet (dmg)
- Ubuntu TestNet (deb)
- RedHat TestNet (rpm)
- Linux TestNet (tar.gz)
Note: TestNet MOB and MainNet MOB are not interchangeable and the TestNet blockchain may be zeroed, reset, or discontinued at any time by MobileCoin Inc as part of its testing. Only use TestNet and the corresponding downloads for testing purposes.
v1.1.1
Always secure your entropy!
🐛 Bug Fixes
- Fixed error in ToS
📦 Downloads
Normal Use
The following Desktop Wallet builds are for transacting on the main MobileCoin Foundation blockchain (aka MainNet).
WARNING: Prohibited users cannot use the MainNet wallets per MobileCoin's Terms of Use. The wallets will error in prohibited locations
Developer Use
Below are Desktop Wallets builds for developers and testers that transact on an alternate MobileCoin blockchain called TestNet.
Note: TestNet MOB and MainNet MOB are not interchangeable and the TestNet blockchain may be zeroed, reset, or discontinued at any time by MobileCoin Inc as part of its testing. Only use TestNet and the corresponding downloads for testing purposes.
v1.1.0
Always secure your entropy!
✨ Features
- Full Service db encryption
- Multi account support
- Improved accessibility and browser responsiveness
- UI/UX improvements
- Auto update added for installing new releases
- Securely store wallet passphrase
- Signed and notarized by Apple
🚧 Caveats & Known Issues
- For users wanting to store their passwords, when prompted for keychain access by Desktop Wallet choose "Always Allow".
- We've worked pretty hard to create an issueless experience for our users, but if you ever come across one please help us by reporting it and opening an issue.
🐛 Bug Fixes
- Users who change their passphrase now have their saved contacts re-encrypted simultaneously, fixing bug that prevented log in.
🛣️ Future Roadmap
- Improved overall wallet experience
- Payment request handling
- Cold-Wallet Mode
📦 Downloads
Normal Use
The following Desktop Wallet builds are for transacting on the main MobileCoin Foundation blockchain (aka MainNet).
WARNING: Prohibited users cannot use the MainNet wallets per MobileCoin's Terms of Use. The wallets will error in prohibited locations
Developer Use
Below are Desktop Wallets builds for developers and testers that transact on an alternate MobileCoin blockchain called TestNet.
Note: TestNet MOB and MainNet MOB are not interchangeable and the TestNet blockchain may be zeroed, reset, or discontinued at any time by MobileCoin Inc as part of its testing. Only use TestNet and the corresponding downloads for testing purposes.