aionnetwork / AVM

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

Update Address.java #414

Closed fulldecent closed 4 years ago

jeff-aion commented 4 years ago

Technically, this is a rule of the network, not the AVM. It should be possible to embed the AVM on a network with a different scheme. The only thing that the AVM currently knows about the Address shape is that it is 32 bytes (and that is an assumption I would like to someday externalize).

fulldecent commented 4 years ago

Thank you for sharing. Good explanation, closing this because it is not correct.