print-stack#873
Conversation
|
@Jim8y Didn't we already merge a PR that did this? |
Its in the core, but roman and chris think it is not good to add test features into the core, so i have to add them seperately into the test. |
Co-authored-by: Shargon <shargon@gmail.com>
shargon
left a comment
There was a problem hiding this comment.
Wait for neo-project/neo#3110 and use this extension here
Its in the unit tests, we can not access them here. |
Is right, and is not better to reuse, and don't move the method outside vm? (https://github.com/neo-project/neo/pull/3110/files#diff-30362cba3801f54b23b08a98f1a0887bee8e3b611fd6cc8e412ec58800633f62L39) |
That one is the one you merged, not in any release yet, for the same purpose here but have a bug in parsing string. |
|
@shargon good to merge now. |
* print-stack * update stack print * Update tests/Neo.SmartContract.TestEngine/Extensions.cs Co-authored-by: Shargon <shargon@gmail.com> * adapt latest neo. * fotmat --------- Co-authored-by: Shargon <shargon@gmail.com>
* print-stack * update stack print * Update tests/Neo.SmartContract.TestEngine/Extensions.cs Co-authored-by: Shargon <shargon@gmail.com> * adapt latest neo. * fotmat --------- Co-authored-by: Shargon <shargon@gmail.com>
Print the execution stack while running the unit test contract.