Charly Chevalier

Results 11 issues of Charly Chevalier

Hi, I was unable to access functions like `openChildren` `closeChildren` from my item using the `item-click` event. It seems that `.initializeData` is only called in `created` hook. In my case,...

According to this [link](https://tickets.opscode.com/browse/COOK-3611). `unix_socket_directory has been renamed to unix_socket_directories in postgresql 9.3` Maybe some people are still using postgresql 9.2, so we should adapt the following command in `Makefile.local`...

## **Description** Refactor and generalize success/error messages being used in the Snap-Keyring "adapter". This refactoring will ease additions of new metrics for Snap account management (future PR). ## **Related issues**...

area-accounts
area-snaps
team-accounts

## Explanation While reading the implementation of the `AccountsController`, I spotted a unsafe access in the function generating the next account ID. It seems this code path was never really...

team-accounts

## Explanation This new controller will be responsible of exposing Snaps that implement the newly defined Chain API. This controller also implements the chain API itself. Reference: https://github.com/MetaMask/chain-api/ ## Changelog...

team-accounts

## Explanation This allows support of non-EVM addresses for most keyring methods. Right now, our addresses are just plain `string`, meaning we have not easy way to detect if an...

team-accounts

## Description Add support of CAIP-19 assets type/ID.

## **Description** [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25584?quickstart=1) ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author...

DO-NOT-MERGE
team-accounts

## **Description** Cherry picks Bitcoin related fixes/changes. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/26119?quickstart=1) ## **Related issues** Fixes: https://github.com/MetaMask/accounts-planning/issues/535 ## **Screenshots/Recordings** ### **Before** N/A ### **After** N/A ## **Pre-merge author checklist** - [x]...

team-accounts
INVALID-PR-TEMPLATE

Adding a new known CAIP namespace for Bitcoin. You can find a proper BIP-122 CAIP 2 identifier here: - https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-2.md#test-cases We could also update the for `KnownCaipNamespaces` to match those...