gridcoin-community / Gridcoin-Tasks

Gridcoin community tasks repository
https://gridcoin.us
MIT License
24 stars 5 forks source link

coding task: Display more details of transaction #179

Closed tomasbrod closed 5 years ago

tomasbrod commented 6 years ago

I want this information to be available when user double clicks on a transaction in wallet to view transaction details. And mark as in maybe a different icon for contract/message tx. And mark with different icon when a tx comes with a message.

iFoggz commented 6 years ago

changed the code around on this one as the map was ordered which doesnt really support clearly displayed information. Ive completed the beacon one and i've ran into a big issue with voting. get an out of memory error when putting mtx.hashBoinc into the const string. the hashBoinc for voting is 10K to 20K depending on persons history of transactions etc

tomasbrod commented 6 years ago

@Foggyx420 Which beacon details are shown? If you can give me an example i will check the box.