EdsonAlcala/remix-gas-profiler

Would be handy to update the plugin status

Closed this issue · 3 comments

using https://github.com/ethereum/remix-plugin#status
when a new profiling is done and available

It means after each transaction and once the profiling has been generated I need to do a call to

client.emit('statusChanged', { key: 'succeed', type: 'success', title: 'New profiling ready !' })

?

yes and perhaps the title should contain the transaction hash (that will add the status in the vertical icons).

fixed in #6