v0.9.2
A patch release. Contains fixes to frontends, fake node networking, and ETH provider.
Running the Binary
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 the first free port at or above 8080. Here's an example:
./kinode home/mynodename
What's Changed
- register: properly apply punycode conversion to submitted name by @nick1udwig in #504
- fix: kns registration: disallow capital letters by @dr-frmr in #506
- reproducible builds by @nick1udwig in #510
- Add support for multiarch builds by @0xlynett in #508
- app_store: new downloads page, sanity checks while publishing by @bitful-pannul in #513
- kns: fix peering on boot by @nick1udwig in #514
- fakenet fixes by @bitful-pannul in #505
- feat: let user reset any node name, not just
.os
by @dr-frmr in #511 - app_store: use fixed vfs::open_dir by @nick1udwig in #517
- app_store nits by @bitful-pannul in #518
- kernel: increase event loop queue size & error if full by @nick1udwig in #516
- eth: fix remote provider by @nick1udwig in #519
- Develop v0.9.2 by @nick1udwig in #502
- v0.9.2 release candidate by @nick1udwig in #520
Full Changelog: v0.9.1...v0.9.2