Added a new troubleshooting section for the error message "Port 8080 is in use." The solution is to run gaianet stop first to kill all processes and then start the node using gaianet start.
Fixed an issue with the error message "Load library failed: libgomp.so.1" which was caused by a missing shared object file. This issue has been resolved in version 0.2.2.
Resolved an issue where the default collection could not be removed.
Added instructions for setting the FD limit to 10,000 using ulimit -n 10000 which can help with running the gaianet init and gaianet start commands in the same terminal.
Fixed a permission denied error when using the installer script to install WasmEdge due to lack of /tmp write permission. A solution is provided by using --tmpdir YOUR_PATH during installation. This issue has been fixed in version 0.2.3.
Hello, I am a PR summary agent on flows.network. Here are my reviews of code commits in this PR.
Commit d17deadc3f11a05aff1d28444d2db68fc3d3b48a
gaianet stop
first to kill all processes and then start the node usinggaianet start
.ulimit -n 10000
which can help with running thegaianet init
andgaianet start
commands in the same terminal./tmp
write permission. A solution is provided by using--tmpdir YOUR_PATH
during installation. This issue has been fixed in version 0.2.3.