Closed satran004 closed 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.
This has been fixed by AVM's JarOptimizer api. The postpack goal, optimizes the jar after abi compile.
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.