Pinned
3,960 contributions in the last year
Activity overview
Contributed to
MetaMask/metamask-extension,
MetaMask/controllers,
Gudahtt/prettier-plugin-sort-json
and 5 other
repositories
Contribution activity
December 2020
Created 65 commits in 5 repositories
Created a pull request in MetaMask/metamask-extension that received 14 comments
Fix SES lockdown on older browsers
On older browsers that don't support globalThis, the SES lockdown throws an error. The globalthis shim has been added to all pages, to the backgrou…
+16
−1
•
14
comments
Opened 37 other pull requests in 3 repositories
MetaMask/metamask-extension
1
open
32
merged
2
closed
- Skip reporting of successive persistence failures
- Update `@metamask/controllers` to v5.1.0
- Sync `master` with `develop`
- Update v8.1.9 changelog
- Fix `fetch-with-cache` handling of interwoven requests
- Cache dependencies
- Remove coveralls
- Add HTML coverage report to MetaMask bot comment
- Update Firefox version used on CI for e2e tests
- Update `selenium-webdriver` and `geckodriver`
- Use `.zip` for Firefox e2e tests
- Use CircleCI executors to simplify CI config
- Fix token validation in Send flow
- Fix contentscript injection failure on Firefox 56
- Sync `master` with `develop`
- Fix TokenList component name
- Update `tweetnacl` dependencies
- Fix `eth_decrypt` recursion error with large messages
- Rename `lockdown.cjs` to `lockdown.js`
- Sync `master` with `develop`
- Update v8.1.7 changelog
- Increase Chrome minimum version
- Log persistence errors with Sentry
- Fix unbound metrics track function
- Add SES lockdown and Sentry to all pages
- Some pull requests not shown.
MetaMask/eth-phishing-detect
1
merged
MetaMask/test-dapp
1
merged
Reviewed 37 pull requests in 6 repositories
MetaMask/metamask-extension 28 pull requests
- set last provider when switching to a customRPC
- Version v8.1.9 RC
- Fix #10010 - Fetch swap quote refresh time from API
- Fix `fetch-with-cache` handling of interwoven requests
- Update changelog for v8.1.9
- Fix 9874 - Improve gas maximum estimation
- fix metametrics option tracking
- Disable console in contentscript
- Add time and origin to confirm page
- Use Boolean for filters
- Bump ini from 1.3.5 to 1.3.7
- Display boolean values when signing typed data
- Use `.zip` for Firefox e2e tests
- Version v8.1.8 RC
- Version v8.1.7 RC
- Prevent attempts to persist native errors
- Initialize network controller provider chainId
- Update to Node v14
- Use approval controller for permissions requests
- Migration to remove legacy local storage keys from localStorage
- Update transaction params validation
- Use strict equality in unit tests
- Update changelog for v8.1.6
- add new MetaMetricsController
- Add __isMetaMaskShim__ property to injected web3
- Some pull request reviews not shown.
MetaMask/inpage-provider 5 pull requests
MetaMask/eth-token-tracker 1 pull request
MetaMask/legacy-web3-extension 1 pull request
MetaMask/controllers 1 pull request
MetaMask/etherscan-link 1 pull request
Created an issue in MetaMask/metamask-extension that received 4 comments
Background errors not serialized correctly when sent to UI
Describe the bug When an error occurs in the background, it's not serialized correctly when sent to the UI. The error arrives as a plain object wit…
4
comments

