Update contract name output in explore
command #5
Labels
No labels
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/monza#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After #2,
explore
command provides name of the contract and invoked method in the notification pane.There are two improvements that can be done:
Script hashes are usually used to identify contract address, they are used in neo-go invocation, so there is no point in printing contract wallet address.
There are plenty well-known contracts like GAS or NEO contracts, we can provide hints together with contract address with the name of the native contract.
Also consider FrostFS contracts. Monza must check if the environment is FrostFS environment. If so, then provide hints for FrostFS contracts (netmap, container, etc.)