aionnetwork / aion_fastvm

Aion's FastVM implementation
MIT License
33 stars 15 forks source link

Strip out test assertions relating to code that is being deleted #59

Closed arajasek closed 5 years ago

arajasek commented 5 years ago

The following functions in InternalTransactionInterface are being deleted:

getParentTransactionHash()
getStackDepth()
getIndexOfInternalTransaction()
getNote()
getEncoded

Associated tests need to be changed