Skip to content

Alpha 0.5.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dr-frmr dr-frmr released this 30 Jan 05:34
· 1557 commits to main since this release
5e4bfc3

Bug fixes and general improvements.

"Breaking changes", not to process development, but to terminal usage. Terminal no longer uses / commands, but rather uses scripting. Scripting is also now available to all processes: see terminal:sys and app_store:sys in this repo for examples of doing so. Scripts can be called by using their name in the terminal and then writing our their arguments. See README for examples.

Boot instructions remain the same:

To run the binary, you must indicate where the home folder for the node will be and use an --rpc-url flag. You may also optionally specify your HTTP port. Here's an example:

./kinode home/mynodename --rpc wss://opt-mainnet.g.alchemy.com/v2/<RPC_API_KEY> --port 8080

Note that the RPC provider is set to Optimism Mainnet. This is where the identity contract is deployed. You may also boot a testnet node on ETH Sepolia:

./kinode home/mynodename --rpc wss://eth-sepolia.g.alchemy.com/v2/<RPC_API_KEY> --port 8081 --testnet

Testnet nodes must use the --testnet flag on boot.

What's Changed

Full Changelog: v0.5.1-alpha...v0.5.2-alpha