tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

Gather inline actions console output #168

Closed ysoftware closed 5 years ago

ysoftware commented 5 years ago

New console output example:

eosio_token@transfer:
INFO from: user @ 11:16:1 eosio_token.cpp[97](transfer)
INFO to: mycontract @ 11:16:1 eosio_token.cpp[98](transfer)
INFO quantity: 20.0000 EOS @ 11:16:1 eosio_token.cpp[99](transfer)

  mycontract@inlineactiontest:
  deposited 20.0000 EOS @ user

    mycontract@inlineactiontest2:
    even deeper inline trace output