Alpha 0.5.2
Pre-releaseBug 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
- Da/script runner by @tadad in #186
- README: add some more links & intro prose by @hosted-fornet in #187
- Update the chess UI by @willbach in #191
- change ssh import to https by @hosted-fornet in #193
- remove almost all compiler warnings by @hosted-fornet in #192
- Show alert if chain switch unsuccessful by @willbach in #195
- app store download, install, uninstall scripts by @dr-frmr in #190
- Da/alias by @tadad in #196
- add hi-protocol to mock networking by @dr-frmr in #201
- kernel: print useful error message on process crash by @hosted-fornet in #204
- change
uqbar
->kinode
by @hosted-fornet in #207 - http: remove old ws & http metadata by @hosted-fornet in #209
- kns_indexer: add namehash resolver by @dr-frmr in #212
- Da/m response by @tadad in #210
- vfs root ls by @bitful-pannul in #213
- kns_indexer: add pending_requests map to only respond to discrete que… by @dr-frmr in #214
- Da/pipe by @tadad in #215
- RC 0.5.2 by @dr-frmr in #216
- Develop by @dr-frmr in #189
Full Changelog: v0.5.1-alpha...v0.5.2-alpha