Alpha 0.5.1
Pre-release
Pre-release
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
- Restyling for register, home, login by @willbach in #178
- Network indicator and better register styling by @willbach in #182
- eth: change two nerdview error messages by @hosted-fornet in #184
- Silly bugfix for login.html JS by @dr-frmr in #175
- net: respond to debugging, and http_client: remove panics by @dr-frmr in #179
- Da/remove cap sigs by @tadad in #173
- build-release: build into zip files with proper names by @hosted-fornet in #181
- app_store: fix
get_capability()
bug by using fixed process_lib by @hosted-fornet in #185 - http_server: only send response if process wants it by @bitful-pannul in #180
- develop by @hosted-fornet in #172
Full Changelog: v0.5.0-alpha...v0.5.1-alpha