Chid Gilovitz

Results 34 issues of Chid Gilovitz

**Describe the bug** Attempting to add a custom EVM token fails if the contract is not found on Coingecko. **To Reproduce** Add `0x0d88ed6e74bbfd96b831231638b66c05571e824f` as a custom evm token on Ethereum...

P2 - medium
bug

Umbrella issue for multiple issues related to IndexedDB and Dexie `DatabaseClosedError` https://github.com/TalismanSociety/talisman/issues/129 This might be a bug in v3 of Dexie https://github.com/dexie/Dexie.js/issues/1706 Unsure whether or not this represents a real...

In development, it is difficult to identify which javascript modules are the cause of errors because the traceback displayed in the console shows incorrect information.

P2 - medium
bug

Backup account modal shows when only a watched account is present Backup account warnings should take into consideration whether or not any mnemonics are present in the store.

bug

Some transactions such as crowdloan contributions, bridging, and XCM may result in funds being transferred to addresses which cannot be derived by the Ledger device, which means they become stuck....

enhancement
P2 - medium

**Describe the bug** A lack of typing on one variable in `SubEquilibriumModule` allowed a major bug to occur The `tokenBalances` variable [here](https://github.com/TalismanSociety/talisman/blob/8adc7f063b961cf0b2976f6ad947dcbea45ac6a8/packages/balances-substrate-equilibrium/src/SubstrateEquilibriumModule.ts#L504) is untyped, which means the value returned when...

P3 - low
bug

In the Chaintroopers audit they identified that we may not be fully compatible with EIP 3326 `wallet_switchEthereumChain`. This EIP expects that wallets which have a concept of an 'active chain'...

audit-fixes

When users see the 'oops!' screen, we should provide a prompt if they do not have Sentry error tracking switched on. Bad mockup: Alternatively/additionally, we could investigate allowing users who...

enhancement