spacemanholdings / qmix

Qtum's Solidity in-browser IDE
MIT License
3 stars 4 forks source link

allow for qtum addresses as address parameters OR make account addresses hex addresses #19

Open Alexis-Falquier opened 6 years ago

Alexis-Falquier commented 6 years ago

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[ x ] feature request
[ ] support request => Please do not submit support request here, instead see use [gitter](https://gitter.im/qtum-project/Lobby)

qtum vs hex address

Current behavior if a function in the contract takes an address it requires the hex address not the qtum address

Wanted behavior It would be good to be able to use a qtum address rather than having to change the qtum address to a hex address. Alternatively, have the different accounts displayed on the deploy tab to be hex addresses so we do not have to change them from qtum addresses to hex addresses when using them as parameters for functions.

What is the motivation / use case for changing the behavior? Ease of use