Oasis Wallet Web Versions Save

Official non-custodial web wallet for the Oasis Network.

v1.11.0

3 weeks ago

Change Log

1.11.0 (2024-04-19)

Features

  • Further refinement of Oasis branding (#1893)

Bug Fixes and Improvements

  • Adjust gas limit for Cipher deposits and withdrawals (#1892)

  • Display staking.Burn transactions (#1895)

  • Update Terms and Conditions and fix opening it on Windows (#1896)

v2.0.0-beta

4 weeks ago

To install beta version as a separate extension:

  • open chrome://extensions/
  • click top right to enable Developer mode
  • download rose-wallet-extension-beta.zip (assets below)
  • drag it into chrome://extensions/

To copy saved wallets from old extension (advanced users and devs):

  • extensions and instructions like these could be malicious and steal your tokens - don't blindly trust them
  • open chrome-extension://ppdadbejkmjnefldpcdjhnkpbjkikoip/manifest.json and open console and run:
    if (location.href !== 'chrome-extension://ppdadbejkmjnefldpcdjhnkpbjkikoip/manifest.json') throw 'Is this the new extension instead of old one?';
    copy(`
    if ((await new Promise(resolve => chrome.storage.local.get('keyringData', resolve))).keyringData) throw 'Already has keyringData. Is this old extension instead of new one?';
    const chromeStorageLocal = ${JSON.stringify(await new Promise(resolve => chrome.storage.local.get(null, resolve)))};
    await new Promise(resolve => chrome.storage.local.set(chromeStorageLocal, resolve));
    Object.entries(${JSON.stringify(window.localStorage)}).forEach(([k, v]) => window.localStorage.setItem(k, v));
    chrome.extension.getBackgroundPage().location.reload();
    location.reload();
    `)
    
  • chrome-extension://jeooipjboldjebnajiegnfpklodgimmf/manifest.json open console and paste.
  • click the new extension

v1.10.0

1 month ago

Change Log

1.10.0 (2024-04-11)

Features

Bug Fixes and Improvements

  • Update buttons layout in mobile settings and fix double scrollbar in extension (#1850)

  • Allow to reload extension from within error modal (#1860)

  • Fix long strings overflowing their container in extension layout (#1864)

  • Show better description in Delete Profile dialog if user forgot their password (#1869)

  • Show expanded sidebar on medium size devices too (#1878)

  • Update wallet store balance while fetching account details (#1886)

Internal Changes

  • Update dependencies (#1749, #1819, #1855, #1867)

  • Update deployment notes (#1847)

  • Update release notes (#1848)

  • Fix CSP in start:prod (#1849)

  • E2E test recovering from fatal errors in extension (#1865)

  • Ignore transak's CSP errors that are not caused by our CSP (#1875)

v1.9.1

3 months ago

Change Log

1.9.1 (2024-02-12)

Bug Fixes and Improvements

  • Enable Chinese translation (#1844)

Internal Changes

  • Include security headers in the build and release (#1845)

v1.9.0

3 months ago

Change Log

1.9.0 (2024-02-09)

Features

  • Support naming accounts (#1699)

  • Support removing accounts (#1752)

  • Add Chinese, Slovenian, Turkish translations (#1815, #1821, #1827)

  • Add German and Spanish partial translations (#1817)

  • Suggest previous ethPrivateKeys in ParaTime form (#1737)

  • Show a link to disabled ParaTimes page on Ledger accounts (#1824)

Bug Fixes and Improvements

  • Improve mobile layout (#1836, #1838)

  • Show fewer scrollbars (#1796, #1805, #1806, #1811)

  • Update translation process and add translation normalization script (#1815)

    The translation procedure was slightly changed. On Transifex, use "Download file to translate" instead of "Download for use". This will download the version of the file which includes empty strings for missing translations. Remove empty strings by calling yarn extract-messages which invokes the new normalize-translations script. On the UI, React will replace them with the English versions automatically.

Internal Changes

Unreleased features and improvements

v1.8.1

6 months ago

NOTE: The latest stable deployed version of Oasis Wallet can be found at https://wallet.oasis.io/.

Change Log

1.8.1 (2023-10-20)

Bug Fixes and Improvements

  • Fix contacts syncing to new tab (#1735)

Internal Changes

  • Update redux dependencies (#1726)

  • Update dependency i18next to v23.6.0 (#1729)

  • Update dependency @types/styled-components to v5.1.29 (#1731)

v1.8.0

6 months ago

NOTE: The latest stable deployed version of Oasis Wallet can be found at https://wallet.oasis.io/.

Change Log

1.8.0 (2023-10-18)

Process Changes

  • Add Change Log and the Change Log fragments process for assembling it (#1645)

    This follows the same Change Log fragments process as is used by Oasis Core.

    For more details, see Change Log fragments.

Features

Bug Fixes and Improvements

  • Export private key re-design (#1704, #1720)
  • Adjust gas cost for Sapphire and Emerald (#1712)
  • Fix refreshing balances on Home page after switching network (#1691)
  • Fix continuously refreshing balances in wallet slice (#1692)
  • Fix scrolling modals on phone by replacing 100vh with 100dvh (#1702)

Internal Changes

v1.7.3

8 months ago

NOTE: The latest stable deployed version of Oasis Wallet can be found at https://wallet.oasis.io/.

Change Log

1.7.3 (2023-08-28)

Bug Fixes and Improvements

  • Don't shuffle inactive validators to the top (#1608)

Internal Changes

  • Miscellaneous improvements (#1599, #1600, #1605, #1609)
  • Dependency updates (#1598, #1597, #1603, #1602, #1604, #1606, #1607, #1578, #1610, #1611, #1612, #1589, #1590, #1615, #1613)

v1.7.2

8 months ago

NOTE: The latest stable deployed version of Oasis Wallet can be found at https://wallet.oasis.io/.

Change Log

1.7.2 (2023-08-21)

Bug Fixes and Improvements

  • Encourage decentralization by shuffling validators on every load (#1517)
  • Improve Transak (#1489, #1570, #1579, #1580, #1585, #1588, #1591)
  • Add strict Permissions-Policy header (#1583)
  • Fix actions syncing between tabs before state is synced (#1595)

Unreleased features and improvements

  • Hide banner in published extension (#1491)

Internal Changes

  • Always recreate English translation with extract-messages (#1490)
  • Test that generated mnemonics contain more than 32 bits of entropy (#1587)
  • Increase waiting in flaky E2E tests (#1596)
  • Miscellaneous improvements (#1554, #1584)
  • Dependency updates (#1488, #1562, #1480, #1481, #1485, #1484, #1493, #1487, #1495, #1482, #1496, #1498, #1492, #1494, #1499, #1500, #1502, #1504, #1501, #1505, #1497, #1506, #1507, #1508, #1510, #1513, #1514, #1515, #1509, #1516, #1518, #1511, #1512, #1522, #1523, #1525, #1520, #1521, #1528, #1527, #1532, #1533, #1534, #1531, #1536, #1535, #1537, #1526, #1529, #1539, #1538, #1540, #1541, #1544, #1543, #1545, #1542, #1503, #1546, #1548, #1547, #1550, #1549, #1551, #1552, #1553, #1555, #1556, #1559, #1558, #1557, #1561, #1560, #1564, #1567, #1568, #1572, #1573, #1577, #1592, #1576, #1593, #1594)

v1.7.1

11 months ago

NOTE: The latest stable deployed version of Oasis Wallet can be found at https://wallet.oasis.io/.

Change Log

1.7.1 (2023-05-25)

Bug Fixes and Improvements

  • Restyle Transak and update surrounding text (#1461, #1469)
  • Show total balance in account selector (#1468)

Internal Changes

  • Remove yarn build-preview (#1457)
  • Slightly speedup playwright tests (#1458)
  • Make an unfixed crash test stricter (#1467)
  • Update oassiscan swagger links (#1466)
  • Dependency updates (#1455, #1462, #1463, #1464, #1471, #1472, #1474, #1473, #1470, #1475, #1476, #1477, #1479, #1478)