-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accept ERC-20 tokens instead of ETH #87
Conversation
Rollmelette 0.1.0 has a bug on ERC-20 withdraw vouchers having the wrong destination address. |
1c31e1f
to
f54afe9
Compare
Rollmelette v0.1.1 has fixed this bug. |
84c6772
to
57f28b4
Compare
cf79d97
to
bd0031d
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
bd0031d
to
3c4ffaa
Compare
4654b75
to
2f08918
Compare
2f08918
to
bb60bb6
Compare
bb60bb6
to
3357b45
Compare
3357b45
to
931fe12
Compare
Here's an overview of the changes: Back-end
CLI
Tests
Front-end
|
Hovering your cursor over the ERC-20 token symbol will display the token contract address. This is important because anyone can create a fake ERC-20 token contract with the same symbol as a real one. The address is meant to distinguish the two. Observation: with the hover card component from Mantine, it is possible to select the token address, and copy it. It's not a tooltip, it's an actual React component. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Kudos!
Closes #85