/graphics/sam2p/

epository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump eventsource from 1.0.7 to 1.1.1dependabot/npm_and_yarn/eventsource-1.1.1dependabot[bot]2022-06-011-3/+3
| | | | | | | | | | | | | | Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.1) --- updated-dependencies: - dependency-name: eventsource 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-18