v0.8.1
-
Added the logs for database migration script
Now the ADAMANT node will log the messages before and after executing migration script:
[inf] 2023-12-22 04:00:25 | Found 5 pending migrations. Start executing, this may take a while… [inf] 2023-12-22 04:17:13 | Migrations have been successfully completed.
-
Changed the default
Access-Control-Allow-Origin
CORS header valueThe default value for the
cors.origin
property has been changed from reflecting the request origin (true
) to*
. See the documentation to learn more about CORS configuration for the ADAMANT node.{ "cors": { "origin": "*" // default } }
-
Added the
config.json
file to.gitignore
Now the user needs to create the
config.json
file himself or copyconfig.default.json
to start the ADAMANT node.cp config.default.json config.json