Manuel Gellfart

Results 22 issues of Manuel Gellfart

## Overview We want to improve spam token management by using the Uniswap tokenlists to verify ERC20 assets. Using these lists we will include a parameter for the backend which...

Web

This is still work in progress. I wanna build a new component to display a good gas estimation and the percentage used in the network's block gas limit. Here is...

There is a Horizontal Scrollbar in the CSV Editor which hides the last line. I think the Editor should grow further instead of having a horizontal scrollbar. This is very...

Right now the state management grew to be very messy with a lot of state living inside of components and some state living in Contexts. This makes the app hard...

refactor

Currently the app doesn't give any feedback that a tx was submitted / added to the queue after signing with metamask. Let's add a new confirmation screen.

Sometimes I'm wondering which version is currently deployed / running when using the app. I think it would be nice to always include the github release version in the interface...

We should use error boundaries to display better error messages to the user. Probably just lead them to our github repo to open an issue.

Currently if we have a Token with i.e. 2 decimals and we provide 4 decimals: 0.1234 we will cut off after the second decimal and ignore the other ones. This...

According to https://eips.ethereum.org/EIPS/eip-1155#metadata the following should be true for ERC1155 contracts: >If the optional ERC1155Metadata_URI extension is included: > > The ERC-165 supportsInterface function MUST return the constant value true...

Currently the sample only works for mainnet, which causes confusion for first time users. We should provide a dedicated sample file for each supported network.