/graphics/gtkdps/

='header'> cgit logo index : tangerine-wallet-browser
Tangerine fork of MetaMask browser extension (https://github.com/tangerine-network/tangerine-wallet-browser)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump thenify from 3.3.0 to 3.3.1dependabot/npm_and_yarn/thenify-3.3.1dependabot[bot]2022-07-191-4/+4
| | | | | | | | | | | | | | Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/thenables/thenify/releases) - [Changelog](https://github.com/thenables/thenify/blob/master/History.md) - [Commits](https://github.com/thenables/thenify/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: thenify dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1 from ↵HEADmasterWei-Ning Huang2020-03-252-125/+288
|\ | | | | | | | | tangerine-network/dependabot/npm_and_yarn/eth-ledger-bridge-keyring-0.2.1 Bump eth-ledger-bridge-keyring from 0.2.0 to 0.2.1
| * Bump eth-ledger-bridge-keyring from 0.2.0 to 0.2.1dependabot/npm_and_yarn/eth-ledger-bridge-keyring-0.2.1dependabot[bot]2020-03-242-125/+288
|/ | | | | | | Bumps [eth-ledger-bridge-keyring](https://github.com/MetaMask/eth-ledger-bridge-keyring) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/MetaMask/eth-ledger-bridge-keyring/releases) - [Commits](https://github.com/MetaMask/eth-ledger-bridge-keyring/commits) Signed-off-by: dependabot[bot] <support@github.com>
* version bumpChen Wei2019-09-222-1/+3
|
* add mainnetChen Wei2019-09-228-3/+75
|
* bump version to 6.8.2Chen Wei2019-09-162-1/+3
|
* update privacy & terms linkChen Wei2019-09-166-42/+52
|
* address all the critical / serious audit issuesChen Wei2019-09-102-4765/+4415
|
* Revert "fix npm audit"Chen Wei2019-09-102-2089/+2190
| | | | This reverts commit 233b8030f1c5eac719156e089ac54d24d9f3d924.
* fix npm auditChen Wei2019-09-102-2190/+2089
|
* use rpcUrl from network config when estimating gasChen Wei2019-09-092-3/+13
|
* bump versionChen Wei2019-09-062-1/+3
|
* do not base64 encode "inpage.js"Chen Wei2019-09-062-1305/+3462
|
* update some logosChen Wei2019-09-0612-79/+312
|
* bump versionChen Wei2019-07-182-1/+3
|
* this will work on FFChen Wei2019-07-181-1/+1
|
* do not load inpage.js by "fs". They can be accessed with extension URLChen Wei2019-07-182-37/+9
|
* 1. rename stream target name 2. do not expose web3Chen Wei2019-07-183-24/+24
|
* bump versionChen Wei2019-07-082-1/+3
|
* force update gasChen Wei2019-07-082-6/+20
|
* update html titleChen Wei2019-07-056-6/+6
|
* make it work on FFChen Wei2019-07-041-2/+3
|
* update manifestChen Wei2019-07-041-3/+3
|
* version bumpChen Wei2019-07-042-1/+3
|
* update wordingChen Wei2019-07-041-1/+1
|
* update extension notificationChen Wei2019-07-041-3/+5
|
* replace some wordingsChen Wei2019-07-043-18/+17
|
* it seems safer to have workaround in UI layer instead of changing the ↵Chen Wei2019-07-036-24/+10
| | | | constants or logic
* Revert "part of replacing 'ETH'"Chen Wei2019-07-0313-18/+38
| | | | This reverts commit dd139452d053496d79816c881dbb59ee4aded81b.
* part of replacing 'ETH'Chen Wei2019-07-0213-38/+18
|
* revert replacing "ETH" with "TAN"Chen Wei2019-07-0214-82/+64
|
* configuration, translation updatingChen Wei2019-07-0227-339/+237
|
* translation needed by extension setupChen Wei2019-07-022-4/+4
|
* part of the style refinementChen Wei2019-07-0215-109/+156
|
* dapp handler injected as "tangerine"Chen Wei2019-07-024-5/+7
|
* estimated gas should come from RPCChen Wei2019-07-014-122/+100
|
* 1. correct name display in network dropdown 2. enable 373 derived pathChen Wei2019-07-0133-620/+613
|
* be able to switch between eth and tanChen Wei2019-06-283-77/+118
|
* Merge pull request #6764 from MetaMask/Version-6.7.1Dan Finlay2019-06-2810-31/+145
|\ | | | | Version 6.7.1
| * Version 6.7.1v6.7.1Mark Stacey2019-06-282-1/+4
| |
| * Fixes display of confirm screen token decimals by not relying on ↵Dan Miller2019-06-286-14/+117
| | | | | | | | confirmTransaction state.
| * Adds e2e tests that fail when token decimals are displaying incorrectly.Dan Miller2019-06-282-16/+24
|/
* Merge pull request #6749 from MetaMask/v6.7.0Dan Finlay2019-06-2725-263/+390
|\ | | | | V6.7.0
| * Version 6.7.0v6.7.0Thomas2019-06-262-1/+10
| |
| * Add simulation failure to tx confirmation when transaction simulationFailsThomas2019-06-261-0/+4
| |
| * 4byte fallback (#6551)Whymarrh Whitby2019-06-1823-262/+376
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds 4byte registry fallback to getMethodData() (#6435) * Adds fetchWithCache to guard against unnecessary API calls * Add custom fetch wrapper with abort on timeout * Use opts and cacheRefreshTime in fetch-with-cache util * Use custom fetch wrapper with timeout for fetch-with-cache * Improve contract method data fetching (#6623) * Remove async call from getTransactionActionKey() * Stop blocking confirm screen rendering on method data loading, and base screen route on transactionCategory * Remove use of withMethodData, fix use of knownMethodData, in relation to transaction-list-item.component * Load data contract method data progressively, making it non-blocking; requires simplifying conf-tx-base lifecycle logic. * Allow editing of gas price while loading on the confirm screen. * Fix transactionAction component and its unit tests. * Fix confirm transaction components for cases of route transitions within metamask. * Only call toString on id if truthy in getNavigateTxData() * Fix knownMethodData retrieval and data fetching from fourbyte
| * Merge pull request #6698 from MetaMask/Version-6.6.2Thomas Huang2019-06-182-1/+5
| |\ | | | | | | Version 6.6.2 RC1
* | \ Merge pull request #6721 from MetaMask/Version-6.6.2Thomas Huang2019-06-1844-7122/+21293
|\ \ \ | | |/ | |/| Version 6.6.2
| * | Merge branch 'develop' into Version-6.6.2Thomas Huang2019-06-1839-241/+422
| |\|
| | * remove broken readme link (#6720)bobby dresser2019-06-181-1/+1
| | |
| | * Add delete to custom RPC form (#6718, #6650)Dan J Miller2019-06-1711-60/+229
| | |
| | * Fix styles on 'import account' page, update help link (#6700)Kirill Goncharov2019-06-173-2/+7
| | | | | | | | | | | | | | | | | | * Fix styles on 'import account' page, update help link * Update changelog
| | * Wrap smaller custom block explorer url text (#6714)Thomas Huang2019-06-174-3/+16
| | |
| | * MetaMorph - Spacing and Typeface on Extension Main view (#6584)Chi Kei Chan2019-06-1319-171/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Style Update: Mobile App Header * wip * Style Update: mobile menu-bar * Style Update: Primary and Secondary balance on mobile main view * Style Update: Spacing for transaction-list and transaction-list-item * Address PR Comments * Fix full-width view * line-height fixes
| | * Feature: sync with mobile v2 (#6673)Esteban Miño2019-06-121-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * handle two steps * generate new qr each 30 secs * handle change of channel cipher without changing qr code * fix typo
| | * pin ethereumjs-tx (#6706)Thomas Huang2019-06-111-1/+1
| | |
| * | Version 6.6.2 RC1v6.6.2Dan Finlay2019-06-082-1/+5
| |/
| * Merge pull request #6690 from MetaMask/npm-auditThomas Huang2019-06-075-6881/+20867
| |\ | | | | | | Re-enable npm audit CI job
| | * ci: Enable npm audit checkWhymarrh Whitby2019-06-073-13/+49
| | |
| | * Successful `npm audit' with all required pkgsWhymarrh Whitby2019-06-072-0/+11545
| | |
| | * npm audit: Works with gaba but w/o ganache-coreWhymarrh Whitby2019-06-072-6283/+365
| | |
| | * npm audit: Break karma, 1 less low, 1 less highWhymarrh Whitby2019-06-072-661/+234
| | |
| | * npm audit: Use eth-json-rpc-infura@3Whymarrh Whitby2019-06-072-267/+438
| | |
| | * Move eth-json-rpc-middleware into prod dependenciesWhymarrh Whitby2019-06-072-118/+91
| | |
| | * Break Storybook-related pkgs to reduce listed vulnerabilitiesWhymarrh Whitby2019-06-072-3182/+8282
| | |
| | * npm audit fixWhymarrh Whitby2019-06-072-2488/+3951
| | |
| | * npm audit: Works with eth-trezor-keyringWhymarrh Whitby2019-06-072-0/+122
| | |
| | * npm audit: Works with eth-ledger-bridge-keyringWhymarrh Whitby2019-06-072-0/+86
| | |
| | * npm audit: Works with eth-json-rpc-middlewareWhymarrh Whitby2019-06-072-36/+231
| | |
| | * npm audit: Works with eth-json-rpc-filtersWhymarrh Whitby2019-06-072-0/+251
| | |
| | * npm audit: Works with eth-json-rpc-infuraWhymarrh Whitby2019-06-072-0/+2644
| | |
| | * Add ethereumjs-tx dependency backWhymarrh Whitby2019-06-072-3/+38
| | |
| | * Successful `npm audit' run w/o some packagesWhymarrh Whitby2019-06-072-1290/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following packages have been removed as I work to figure out what is causing npm audit to produce errors: eth-json-rpc-filters eth-json-rpc-infura eth-json-rpc-middleware eth-ledger-bridge-keyring eth-trezor-keyring ethereumjs-tx gaba These packages will slowly be added back in forthcoming commits.
* | | Merge pull request #6695 from MetaMask/developDan Finlay2019-06-075-64/+15
|\| | | | | | | | Develop to master
| * | Merge pull request #6692 from MetaMask/Version-6.6.1Jenny Pollack2019-06-072-1/+5
| |\ \ | | | | | | | | Version 6.6.1 RC1
| | * | Version 6.6.1 RC1v6.6.1Dan Finlay2019-06-072-1/+5
| |/ /
| * | Merge pull request #6691 from MetaMask/revert-6606Dan Finlay2019-06-073-63/+10
| |\ \ | | |/ | |/| Revert "Improve ENS Address Input"
| | * Revert "fixed #5524"Jenny Pollack2019-06-073-63/+10
| |/ | | | | | | This reverts commit c8cb4ba3705478a16cd1e39f8edc1f277bb2ede6.
* | Merge pull request #6683 from MetaMask/developThomas Huang2019-06-0554-1660/+2579
|\| | | | | Merge dev to master
| * Merge pull request #6679 from MetaMask/Version-6.6.0v6.6.0Thomas Huang2019-06-052-1/+8
| |\ | | | | | | Version 6.6.0
| | * Version 6.6.0 RC1Dan Finlay2019-06-042-1/+8
| |/
| * Merge pull request #6678 from MetaMask/revert-6654-manifest-permissionsDan Finlay2019-06-041-0/+1
| |\ | | | | | | Revert "Remove clipboardWrite permission"
| | * Revert "Remove clipboardWrite permission"Dan Finlay2019-06-041-0/+1
| |/
| * feature: integrate gaba/CurrencyRateController (#6570)Paul Bouchon2019-06-017-8102/+7829
| |
| * Merge pull request #6654 from whymarrh/manifest-permissionsDan Finlay2019-06-011-1/+0
| |\ | | | | | | Remove clipboardWrite permission
| | * Remove clipboardWrite permissionWhymarrh Whitby2019-05-241-1/+0
| | |
| * | Merge pull request #6671 from MetaMask/bugfix/enable-rejectionDan Finlay2019-06-011-2/+2
| |\ \ | | | | | | | | bugfix: reject enable promise on user rejection
| | * | bugfix: reject enable promise on user rejectionbitpshr2019-06-011-2/+2
| |/ /
| * | Merge pull request #6402 from ↵Thomas Huang2019-05-3110-8340/+9056
| |\ \ | | | | | | | | | | | | | | | | pldespaigne/issue#5742_update_ens_resolver_to_eip_1577 ✔️ Issue #5742 update ens resolver to eip 1577
| | * \ mergepldespaigne2019-05-31