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-OriginCORS header valueThe default value for the
cors.originproperty 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.jsonfile to.gitignoreNow the user needs to create the
config.jsonfile himself or copyconfig.default.jsonto start the ADAMANT node.cp config.default.json config.json