safe-airdrop icon indicating copy to clipboard operation
safe-airdrop copied to clipboard

A Safe app for distributing tokens from CSV transfer files.

Results 24 safe-airdrop issues
Sort by recently updated
recently updated
newest added

Documentation here: https://docs.ethers.io/v4/api-utils.html#ether-strings-and-wei THis would mean we no longer need to unit test the functions as they are already tested elsewhere.

Intended to close #458, but its going to be a while. Most of this involves using ethers.BigNumber instead of bignumberjs.BigNumber but the differences are causing difficulties. Goal is to remove...

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...

Dependabot has detected this security vulnerability: https://github.com/bh2smith/safe-airdrop/security/dependabot/31 which is rooted in react-scripts v4.x and would be fixed by bumping to `"react-scripts": "^5.0.1",` Unfortunately this clashes with another dependency of ours...

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...

It looks like the default value for the "amount" field is being set to zero which would send nothing if the amount field isn't filled. It looks like it should...

bug

A user has requested that we show the per token sum of the transfer so they can verify the transaction has been built as expected.

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...