Beta 0.6.1
Pre-release
Pre-release
Bugfix release. Fixes some aspects of process exit behavior (more to be done here) and fixes dev workflow around booting fake nodes (--simulation-mode flag).
Boot instructions have not changed from the previous release:
To run the binary, you must indicate where the home folder for the node will be. You may also optionally specify your HTTP port. The default if unspecified is 8080. Here's an example:
./kinode home/mynodename
For most purposes, you should be booting a testnet node on ETH Sepolia:
./kinode home/mynodename --testnet
Testnet nodes must use the --testnet flag on boot.
What's Changed
- fix: kernel: do not reboot persisted processes if their OnExit behavior is
None
by @dr-frmr in #278 - hotfix: use kit --features flag to pass simulation-mode and fix kit s by @nick1udwig in #279
- hotfix: fix a bad merge by @nick1udwig in #280
Full Changelog: v0.6.0...v0.6.1