Add a custom Invoke() function #4
Labels
No labels
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.
Depends on
#2 Add a custom
vm.Run()
function
TrueCloudLab/contract-coverage-primer
Reference: TrueCloudLab/contract-coverage-primer#4
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?
Deep down in
081f9d3ac5/pkg/neotest/client.go (L105)
, when we prepare a transaction we use a virtual machine.Invoke
implementation (reuse functions if possible)vm.Run
with a functino from #2vm.Run()
functionInvoke()
function #10