Upcoming Version Support
Aeproject can already be used for testing and setup with the upcoming node versions.
Automatic update
Use aeproject init --next
to initialize a new project that has the necessary adjustments to use the latest versions.
Use aeproject init --update --next
to update an existing project with the adjustments to use the latest versions.
Manual update
- change occurrences of
utils.getSdk()
to useutils.getSdk({ ignoreVersion: true })
if needed or use the same option for manually initialized sdkNode
andCompilerHttp
- update
docker-compose.yml
to use thelatest
node and compiler tags or specify it manually in running withaeproject env --nodeVersion latest --compilerVersion latest