N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

Added a <Delete Me> button to the Contract views (#133) and Provide feedback on contract with no storage (#125) #139

Closed robliou closed 2 years ago

robliou commented 2 years ago

In line with issue #133, added a button that can be used to delete contracts (or even chains) that are unused. Note that the button currently isn't functional. I can perhaps add an inline icon later if need be.

Note, however, it is not yet functional. I would like someone's help to write the method to destroy contracts as that is a bit beyond the scope of what I am capable of at this point (unless it entails copying and pasting what is available on the NEO docs website).

A8

Other buttons/functionality that could consider adding to the sidebar would include a smart contract explorer, a governance enabler (voting, candidate registration), wallet functions, data science functions, fees querying, oracle querying, etc.

(Note that the other part of this pull request includes adding a close bracket that was missing from the first pull request I sent earlier).

devhawk commented 2 years ago

If the code isn't completely functional, then lets hold off on the PR