wallet

Official non-custodial wallet for the Oasis Network.

APACHE-2.0 License

Stars
111

Bot releases are visible (Hide)

wallet - ROSE Wallet 2.0.0 Latest Release

Published by github-actions[bot] 2 months ago

Change Log

2.0.0 (2024-08-13)

Spotlight changes

  • Transition the ROSE Wallet - Browser Extension to this common code base

  • Initial version of the ROSE Wallet - Android Mobile App

Bug Fixes and Improvements

  • Don't detect pending transactions if no nonce in 20 latest transactions (#2022)

  • Change menu colors (#2024)

  • Fix footer to work with existing translations (#2026)

  • Fix display of delegations to non-validators (#2031)

Internal Changes

  • Exclude manifest.json from towncrier check (#2021)

  • Fix noGoogleTranslateCrashingSyntax to use shallow :has(>...) (#2029)

wallet - ROSE Wallet 1.12.0

Published by github-actions[bot] 3 months ago

Change Log

1.12.0 (2024-07-27)

Features

  • Support connecting to Ledger via Bluetooth in mobile app (#1841)

  • Lock profile when user leaves app in mobile app (#1933)

  • Prevent mobile app content from being captured in screenshots or apps view (#1940)

  • Add Android update screen (#1945, #1969)

  • Remove "Continue without the profile" button (#1914)

  • Make creating an account the default flow (#1939)

  • Display pending transactions (#1954, #1998, #1999, #2001)

    Introduces a section for pending transactions within the transaction history
    interface. It is designed to display transactions currently in a pending
    state that are made within the wallet. The section will also show up in case
    there is a discrepancy between transaction history nonce and wallet nonce, indicating that some transactions are currently in pending state.

Bug Fixes and Improvements

  • Fix hiding body scrollbar in extension, again, for Chrome 121 and newer (#1902)

  • Consistently style active and hovered buttons in nav bars (#1903, #1986, #2018)

  • Add logo to login form (#1904)

  • Make buttons to manage accounts more prominent (#1909)

  • Simplify login text (#1912)

  • Improve the text for creating a profile (#1913)

  • Show debondable amount next to debonding input (#1915)

  • Fix layout shift when showing notifications (#1920)

    Grommet Box with gap prop generates gaps for React null elements.
    Notification component is using Layer which is null before portal is created

  • Sync extension manifest version during version bump (#1921)

  • Allow eth private keys that start with 0x (#1923)

  • Fix physical back button behavior on Android (#1928, #1932)

  • Make settings tabs consistent height (#1935, #1950)

  • Add a delay before user can finish V0 migration to encourage reading (#1943)

  • Prevent number inputs being changed when scrolling over them (#1956)

  • Migrate from grpc.oasis.dev to grpc.oasis.io (#1965)

  • Fix refreshing transactions list (#1963, #1967)

  • Cache API requests for transaction details (#1979)

  • Fix crash when expanding delegation translated by Google (#1983)

  • Only show Delegations and Debonding tabs in Stake view (#1985)

  • Fix losing mnemonic input when changing phone orientation (#2008)

  • Move staked and debonding count badge into text parentheses (#2014)

  • Increase the density for mobile UI and extension popup (#1905, #1908, #1966
    #2017)

Internal Changes

  • Update and deduplicate sub-dependencies using npx yarn-deduplicate yarn.lock (#1900)

    This reduces the size of node_modules and speeds up installing dependencies.

  • Add extension build artifacts to GitHub workflows (#1922)

  • Add Android bundle to GitHub Action build artifacts (#1944)

  • Upgrade Capacitor to v6 (#1957)

  • Refactor transactions status to enum (#1970)

  • Update Oasis Scan OperationsRow swagger spec (#1981)

  • Lint rule to detect broken Google Translate in CommissionBounds (#1984)

wallet - ROSE Wallet 1.11.0

Published by github-actions[bot] 6 months 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)

wallet - ROSE Wallet Extension - beta

Published by github-actions[bot] 6 months 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
wallet - Oasis ROSE Wallet 1.10.0

Published by github-actions[bot] 7 months 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)

wallet - Oasis Wallet 1.9.1

Published by github-actions[bot] 9 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)
wallet - Oasis Wallet 1.9.0

Published by github-actions[bot] 9 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

wallet - Oasis Wallet 1.8.1

Published by github-actions[bot] about 1 year ago

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)

wallet - Oasis Wallet 1.8.0

Published by github-actions[bot] about 1 year ago

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

wallet - v1.7.3

Published by lukaw3d about 1 year 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)
wallet - Oasis Wallet 1.7.2

Published by lukaw3d about 1 year 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)
wallet - Oasis Wallet 1.7.1

Published by lukaw3d over 1 year 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)
wallet - Oasis Wallet 1.7.0

Published by lukaw3d over 1 year ago

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

Change Log

1.7.0 (2023-05-12)

Features

  • Release Transak Fiat on-ramp (#1431, #1437)

Bug Fixes and Improvements

  • Ignore failures when continuously re-fetching account balance (#1421)
  • Restyle and refactor alerts (#1429, #1439, #1448, #1447)
  • Make text darker and increase letter-spacing (#1451)
  • Prevent freezing UI rendering while pre-deriving accounts from mnemonic (#1454)

Unreleased features and improvements

  • Make ParaTimeSelection padding match placeholder, option, and value (#1426)

Internal Changes

  • Refactor translations to reference button labels (#1438)
  • Miscellaneous improvements (#1417, #1425, #1427, #1428, #1435)
  • Dependency updates (#1418, #1419, #1422, #1420, #1423, #1424, #1432, #1430, #1433, #1436, #1434, #1443, #1442, #1444, #1450, #1446, #1445, #1452)
wallet - Oasis Wallet 1.6.0

Published by lukaw3d over 1 year ago

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

Change Log

1.6.0 (2023-04-20)

Features

Bug Fixes and Improvements

  • Don't attach copy handler to all InfoBox components (#1394)
  • Reduce bundle size (#1399)

Internal Changes

  • Remove an outdated badge from README (#1397)
  • Improve footer display without a build version (#1400)
  • Fix React hot-reload issues (#1401)
  • Use organization scope in package.json as precaution against npm phishing attacks (#1413)
  • Dependency updates (#1390, #1388, #1392, #1389, #1391, #1395, #1402, #1403, #1404, #1406, #1407, #1409, #1412, #1414)
wallet - Oasis Wallet 1.5.0

Published by lukaw3d over 1 year ago

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

Change Log

1.5.0 (2023-04-06)

Features

  • Save wallet (protected by a password) and sync browser tabs (#975, #1174, #1343, #1370)
  • Continuously re-fetch account balance and transactions when tab is focused (#1367)

Bug Fixes and Improvements

  • Fix Google Translate crashing React at removeChild (#1382)
  • Improve derivation path display (#990, #1179)
  • Validate mnemonic words in MnemonicGrid (#1180)
  • Add version tag in footer (#1192, #1307)

Unreleased features and improvements

  • ParaTime feature improvements (#1326, #1327, #1346, #1347, #1353, #1352, #1365, #1386)
  • Fix requesting WebUSB permissions in latest Chrome in extension build (#1321)
  • Implement Transak on-ramp, but hide it for now (#1357)

Internal Changes

  • Test that browsers don't write sensitive form inputs to user data (#1175)
  • Create development deploys on CloudFlare (#1304, #1387)
  • Upgrade CI to node v18 (#1306)
  • Miscellaneous improvements (#1177, #1191, #1206, #1230, #1233, #1232, #1248, #1247, #1254, #1309, #1337, #1336, #1362, #1363, #1381)
  • Dependency updates (#1251, #1253, #1271, #1323, #1328, #1338, #1384, #1375, #1376, #1374, #1373, #1380, #1372, #1379, #1366, #1361, #1358, #1360, #1359, #1355, #1356, #1351, #1350, #1349, #1348, #1335, #1345, #1344, #1341, #1334, #1340, #1339, #1332, #1333, #1331, #1329, #1330, #1324, #1325, #1322, #1320, #1319, #1318, #1317, #1315, #1316, #1314, #1313, #1311, #1312, #1310, #1308, #1305, #1303, #1299, #1297, #1301, #1298, #1300, #1295, #1294, #1292, #1291, #1290, #1284, #1288, #1287, #1286, #1282, #1283, #1280, #1281, #1279, #1278, #1277, #1093, #1256, #1273, #1272, #1270, #1267, #1269, #1268, #1266, #1264, #1263, #1260, #1262, #1261, #1259, #1258, #1257, #1255, #1239, #1252, #1250, #1249, #1246, #1244, #1245, #1243, #1242, #1207, #1241, #1240, #1238, #1236, #1237, #1235, #1234, #1231, #1223, #1226, #1225, #1224, #1221, #1222, #1219, #1220, #1218, #1217, #1214, #1213, #1215, #1212, #1211, #1210, #1205, #1208, #1209, #1204, #1196, #1185, #1201, #1202, #1198, #1200, #1199, #1197, #1195, #1194, #1193, #1188, #1190, #1189, #1187, #1183, #1182, #1178, #1176)
wallet - Oasis Wallet 1.4.1

Published by lukaw3d almost 2 years ago

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

Change Log

1.4.1 (2022-12-02)

Bug Fixes and Improvements

  • Prevent browsers from sending sensitive form inputs to spell-checking API (#1181)
wallet - Oasis Wallet 1.4

Published by tjanez almost 2 years ago

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

Change Log

1.4 (2022-11-24)

Features

  • Multiple accounts derived from mnemonic: add pagination to import account flow (#1124, #1142, #1141)

Bug Fixes and Improvements

  • Fix extension WebUSB permission issue (#1079)
  • Disable Google Translate on displayed account addresses (#1144)
  • Split commission bound entries into rows (#1150)
  • Fix modals scrolling to top on every selection (#1157)
  • Prevent browsers from writing sensitive form inputs to user data (#1171)

Internal Changes

  • Implement ParaTimes transfers, but hide it for now (#992)
  • Explicitly disable externally_connectable in manifest (#1109)
  • Fix ethereumjs imports (#1111)
  • Add playwright (#1119)
  • Remove IE11 and Android 4.4.x from the list of supported browsers (#1120)
  • ParaTimes: increase test coverage around components (#1114)
  • Update dumped validators (#1123)
  • Add string_decoder to dependencies after Parcel update (#1139)
  • Playwright E2E test extension popup gets state from background page (#1128)
  • Move route address validation from AccountPage into routes (#1145)
  • Refactor inputs (#1154)
  • Dependency updates (#1106, #1115, #1116, #1113, #1121, #1125, #1126, #1122, #1127, #1129, #1130, #1131, #1133, #1134, #1135, #1136, #1137, #1138, #1132, #1140, #1147, #1146, #1151, #1152, #1153, #1155, #1156, #1158, #1159, #1160, #1161, #1162, #1163, #1164, #1165, #1166, #1169, #1170, #1172, #1173)
wallet - Oasis Wallet 1.3

Published by tjanez almost 2 years ago

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

Change Log

1.3 (2022-10-27)

Bug Fixes and Improvements

  • Replace click listeners on submit buttons with submit listeners on forms (#1070, #1037)
  • Show notification when an address has been copied (#1012)
  • Refactor password field validation and restyle (#1081)
  • Refactor HomePage buttons into ButtonLinks to improve accessibility (#1097)
  • Restyle default tooltips and toast notifications (#1098)

Internal Changes

  • Dependencies updates (#1060. #1062, #1015, #1065, #1063, #1067, #1068, #1071, #1072, #1075, #1073, #1074, #1034, #1077, #1076, #1078, #1084, #1080, #1011, #997, #1083, #1085, #1086, #1088, #1090, #1099, #1095, #1101, #1100, #1102, #1103, #1104, #1105)
  • Update Mega Linter (#1087, #1089)
  • Support nullish assignment syntax in i18next-scanner (#1066)
  • Remove component and slice generators (#1069)
  • Update gitignore (#1082)
  • Rename renovate group PRs (#1092)
wallet - Oasis Wallet 1.2

Published by tjanez about 2 years ago

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

Change Log

1.2 (2022-10-04)

Features

  • Derive multiple accounts from mnemonic (#983)

Bug Fixes and Improvements

  • Fix importing multiple accounts from Ledger (#980)
  • Update links to documentation (#993)
  • Rename font LICENSE files (#1000)
  • Change language icon for consistency with docs (#999)
  • Detect invalid private keys when importing them (#1007)
  • Improve the trimLongStart() function (#1006)
  • Fix importing and reselecting the same account (#984)
  • Mention the correct ticker in account summary (#1026)

Internal Changes

  • Use named components in translations (#985)
  • Dependencies updates (#982, #907, #994, #995, #996, #998, #959, #1001, #1005, #977, #1010, #957, #913, #1016, #1017, #1023, #1030. #898, #1024, #1033, #1014, #1039, #1040, #1041, #1044, #1060, #1062)
  • Refactor tests (#989)
  • Make private key testing code more explicit (#1009)
  • Remove executable flag from source files (#1020)
  • Extract PasswordField from FromPrivateKey (#1018)
  • Fix a typo in theme (#1021)
  • Remove global wallet id and index accounts by address (#1019)
wallet - Oasis Wallet 1.1

Published by tjanez about 2 years ago

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

Change Log

1.1 (2022-08-30)

Features

  • Add support for displaying ParaTime transactions (#849)
    NOTE: Only Emerald ParaTime is indexed on production Oasis Scan so far.
  • Make UI changes to improve mobile UX and UX of the upcoming extension build from this codebase:
    • transaction list layout (#938),
    • mobile menu (#933),
    • mobile header (#936),
    • footer updates (#933),
    • account summary (#935),
    • account page tabs (#937).
  • Add “Reclaim all” button (#931)
  • Display estimated debonding time in debonding list (#963)
  • Introduce “-” for unknown values in the account information and survive fetching delegations errors (#916, #879)
  • Recognize transactions that set an allowance (#958)
  • Display failed status on transactions (#925)

Bug Fixes and Improvements

  • Improve numeric precision with BigNumber.js (#952, #932)
  • Add Latin ext font for better support of different languages (#867)
  • Prevent race conditions when loading account, network, and staking data (#868)
  • Speedup loading network configuration (#976)
  • Prevent full reload when clicking "Open your wallet!" link (#891)
  • Fix incorrect external links in the app side navigation (#903, #921)
  • Improve display of balance in account selector to no longer be split into two lines (#966)
  • Fix amount formatting in transaction preview (#951)
  • Fix keyboard accessibility of sidebar after creating a wallet (#864)
  • Fix display of available balance in the account selector, stop using misleading “total” field from RPC (#927)
  • Fix debonding list for multiple debonding from the same validator (#961)
  • Hide "Send Transaction" and "Add Escrow" forms when viewing accounts other than the opened account (#865, #918)

Internal Changes

  • Improve build process (#904)
  • Remove unused dependencies (#878)
  • Remove unused react-script boilerplate code (#866)
  • Update dependencies
  • Speed up CI (#875, #874)
  • Add type-safety tests (#914, #911)
  • Fix OpenAPI configuration $schemas (#892)
  • Fix dump-validators by not using OpenAPI post-request middleware (#949)
  • Change button border-radius in theme (#947)
  • Use en-US locale in tests (#956)
  • Improve testing queries (#930)
  • Cleanup render functions and double HTML from testing snapshots (#928)
  • Improve Codecov config and allow coverage to drop by 0.5% (#910)
  • Remove deprecated VS Code extensions from recommendations (#919)
  • Miscellaneous improvements (#922)
Badges
Extracted from project README
CI build status CI test status CI lint status Release status License codecov Renovate enabled
Related Projects