aionnetwork / AVM

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

update vm-api lib to rev-df350b1 #386

Closed AionJayT closed 5 years ago

AionJayT commented 5 years ago

https://github.com/aionnetwork/vm_api/commit/df350b1801abeb59be973acab06bf9b970df8848

Currently, the mpm is using this rev due to the PR merge https://github.com/aionnetwork/aion/pull/851

jeff-aion commented 5 years ago

Is this just to depend on the same version for this release or do we need changes to AVM which depend on changes in this version?

If it is just to keep these in sync for the release, were we waiting for any other changes, first?

AionJayT commented 5 years ago

It is just keeping sync with the kernel, vm-api and avm change. When I checked the mpm repo ref, found this issue, the kernel already use the new vm-api revision, but the avm still ref to the old vm-api revision.

AionJayT commented 5 years ago

And it should use for the kernel 0.3.4 release.