trufflesuite / ganache-ui

Personal blockchain for Ethereum development
https://www.trufflesuite.com/ganache
MIT License
4.67k stars 806 forks source link

[v2] Loss of information #938

Open roderik opened 6 years ago

roderik commented 6 years ago

I watched the presentation on TruffleCon today and I love the new features coming up. I did notice a problem for us. We use a Factory pattern to deploy many versions of the same contract. By removing the address and showing the contract name, we will end up with no way to decern which contract is which.

mikeseese commented 6 years ago

Thanks @roderik for the feedback! We'll definitely add the addresses back in; we're figuring out what the implications of having multiple deployed instances of a contract is as far as UX goes in #926

mikeseese commented 6 years ago

Thanks @roderik again; I talked to the UI/UX team about this offline, and we decided to push this to after the initial 2.0.0 release to minimize scope creep and ensure a robust build. We definitely want this though!