aionnetwork / AVM

Enabling Java code to run in a blockchain environment
https://theoan.com/
MIT License
49 stars 25 forks source link

[CLOSED] Integrate AVM event log into existing kernel log #289

Closed aionbot closed 5 years ago

aionbot commented 5 years ago

Issue created by jeff-aion (on Monday Oct 22, 2018 at 18:53 GMT)

The AVM event log was designed to be the same as the existing one exposed by Ethereum and FastVM. Now that we are integrating, we need to make sure that the data is published and readable the same way, as well.

aionbot commented 5 years ago

Comment by nancyaion (on Tuesday Nov 20, 2018 at 22:29 GMT)

kernel commit e28369444d2de5519637c8f82720d34ccdb557e8

Integrate AVM event log into kernel receipt; a basic unit test and fixes