aionnetwork / AVM

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

[CLOSED] Move getStorageEntries out of KernelInterface #270

Closed aionbot closed 5 years ago

aionbot commented 5 years ago

Issue created by aionick (on Thursday Oct 04, 2018 at 18:54 GMT)

The kernel has no means of returning all storage entries for an account. Better to move this method out of the KernelInterface interface itself. Speaking with Jeff, it may be possible to entirely (or almost entirely) do away with it altogether. It seems it is only used in one or two tests, and even then perhaps only to print some messages rather than provide necessary functionality.