bloxbean / aion4j-maven-plugin

Aion4j Maven Plugin for AVM based smart contract on Aion
MIT License
4 stars 3 forks source link

Only required userlib classes (avm userlib jar) in the final jar #20

Closed satran004 closed 5 years ago

satran004 commented 5 years ago

Currently full avm userlib jar is getting added to the final contract jar. To reduce the size, only the required classes should be included in the final jar.

satran004 commented 5 years ago

This has been fixed by AVM's JarOptimizer api. The postpack goal, optimizes the jar after abi compile.