nebulasio / go-nebulas

Official Go implementation of the Nebulas protocol.
https://nebulas.io
GNU Lesser General Public License v3.0
712 stars 203 forks source link

instruction_counter.js needs more test cases #9

Closed fbzhong closed 6 years ago

fbzhong commented 6 years ago

instruction_counter.js is used to inject tracing code by analysis AST. Currently there are some test cases, but that' is not enough, it needs more.

fbzhong commented 6 years ago

In commit d75f97caed3a7264e29f7a85d117be3d3c6a646b , I rewrite the "instruction_counter.js", it's more clear and complete than previous version.

fbzhong commented 6 years ago

Add more unit tests of instruction_counter.js at path https://github.com/nebulasio/go-nebulas/tree/develop/nf/nvm/test/instruction_counter_tests .

Now this issue can be closed.