Skip to content

Commit

Permalink
Merge pull request MyEtherWallet#3398 from MyEtherWallet/feat/access-…
Browse files Browse the repository at this point in the history
…hardware-refresh

feat: ✨ access hardware refresh
  • Loading branch information
gamalielhere authored Sep 24, 2021
2 parents eec1795 + 3ae055e commit 61e4f60
Show file tree
Hide file tree
Showing 148 changed files with 4,888 additions and 4,617 deletions.
6 changes: 3 additions & 3 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
* **I'm submitting a ...**
* <b>I'm submitting a ...</b>

* \[ ] Feature request
* \[ ] Bug report

* **Feature Request**
* <b>Feature Request</b>

* Briefly explain the feature you would like us to implement
* What are the current issues this feature will solve
* Is this feature cross compatible with other ethereum networks
* Are you willing to help us with development support if required
* Where can this be added? e.g: `/interface`, `/create-wallet`, etc.

* **Bug Report**
* <b>Bug Report</b>
* What is the current behavior?
* If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
* What is the expected behavior?
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
[![GitHub package version](https://img.shields.io/github/package-json/v/MyEtherWallet/MyEtherWallet.svg?style=flat-square)](https://github.com/MyEtherWallet/MyEtherWallet/blob/main/package.json) [![Greenkeeper badge](https://badges.greenkeeper.io/MyEtherWallet/MyEtherWallet.svg)](https://greenkeeper.io/)
![GitHub contributors](https://img.shields.io/github/contributors/MyEtherWallet/MyEtherWallet.svg?style=flat-square) [![Codecov badge](https://img.shields.io/codecov/c/github/MyEtherWallet/MyEtherWallet/develop.svg?style=flat-square)](https://codecov.io/github/MyEtherWallet/MyEtherWallet?branch=develop)

MyEtherWallet is a doorway to the Ethereum blockchain, allowing users to manage their own funds without a centralized platform. -*Stephen, #MEWForce*
MyEtherWallet is a doorway to the Ethereum blockchain, allowing users to manage their own funds without a centralized platform. - <i>Stephen, #MEWForce</i>

!["MyEtherWallet Logo](./src/assets/images/backgrounds/v6-landing-screen-shot.png "MyEtherWallet")

## Philosophy

* **Empower the people**: Give people the ability to interact with the Ethereum blockchain easily, without having to run a full node.
* **Make it easy & free**: Everyone should be able to create a wallet and send Ether & Tokens without additional cost.
* **People are the Priority**: People are the most important & their experience trumps all else. If monetization worsens the experience, we don't do it. (e.g. ads)
* **A learning experience, too**: We want to educate about Ethereum, security, privacy, the importance of controlling your own keys, how the blockchain works, and how Ethereum and blockchain technologies enable a better world.
* **If it can be hacked, it will be hacked**: Never save, store, or transmit secret info, like passwords or keys.
* **Offline / Client-Side**: User should be able to run locally and offline without issue.
* **Private**: No tracking!!! No emails. No ads. No demographics. We don't even know how many wallets have been generated, let alone who / what / where you are.
* **Open source & auditable**
* <b>Empower the people</b>: Give people the ability to interact with the Ethereum blockchain easily, without having to run a full node.
* <b>Make it easy & free</b>: Everyone should be able to create a wallet and send Ether & Tokens without additional cost.
* <b>People are the Priority</b>: People are the most important & their experience trumps all else. If monetization worsens the experience, we don't do it. (e.g. ads)
* <b>A learning experience, too</b>: We want to educate about Ethereum, security, privacy, the importance of controlling your own keys, how the blockchain works, and how Ethereum and blockchain technologies enable a better world.
* <b>If it can be hacked, it will be hacked</b>: Never save, store, or transmit secret info, like passwords or keys.
* <b>Offline / Client-Side</b>: User should be able to run locally and offline without issue.
* <b>Private</b>: No tracking!!! No emails. No ads. No demographics. We don't even know how many wallets have been generated, let alone who / what / where you are.
* <b>Open source & auditable</b>

## MEW Around the Web

Expand Down
1 change: 1 addition & 0 deletions changelog/devop-3419.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sync develop with main
1 change: 1 addition & 0 deletions changelog/feat-3398.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
new hardware wallet access flow
1 change: 1 addition & 0 deletions changelog/feat-3441.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* add custom token feature
1 change: 1 addition & 0 deletions changelog/fix-3374.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* fix access wallet side padding
1 change: 1 addition & 0 deletions changelog/fix-3397.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* define error for setItem property of null
1 change: 1 addition & 0 deletions changelog/fix-3409.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* adding in ethjs util private key check and errors to handlers
1 change: 1 addition & 0 deletions changelog/fix-3412.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* handle errors for wrong sessions, multiple devices, and walletlink
1 change: 1 addition & 0 deletions changelog/ui-3367.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* replace all mew-overlays with the new design.
1 change: 1 addition & 0 deletions changelog/ui-3393.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* update mnemonic phrase flow, add ens fetch and nickname, add derivation path
1 change: 1 addition & 0 deletions changelog/ui-3403.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* add in new ledger ui flow
1 change: 1 addition & 0 deletions changelog/ui-3404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* keepkey ui refresh
1 change: 1 addition & 0 deletions changelog/ui-3405.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix paperwallet qr code image
1 change: 1 addition & 0 deletions changelog/ui-3406.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* add connect wallet page for trezor wallet
1 change: 1 addition & 0 deletions changelog/ui-3413.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coolwallet ui refresh
1 change: 1 addition & 0 deletions changelog/ui-3422.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
focus first mnemonic input on mount
1 change: 1 addition & 0 deletions changelog/ui-3423.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
load accounts at the same time, add loaders in the meanwhile
1 change: 1 addition & 0 deletions changelog/ui-3438.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* show icons while getting rates
2 changes: 2 additions & 0 deletions connections.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = [
'https://localhost:8080',
'wss://localhost:8080',
'https://192.168.1.9:8080',
'wss://192.168.1.9:8080',
'https://swap.mewapi.io:443',
'wss://api.thegraph.com/subgraphs/name/aave/',
'https://api.thegraph.com:443/subgraphs/name/aave/',
Expand Down
Loading

0 comments on commit 61e4f60

Please sign in to comment.