Beta 0.8.4
This quick release contains only a few changes, the first of critical importance:
- Recently, infura RPC endpoints suddenly started rejecting subscriptions with a
from_block
parameter. We remove those from all subscription requests here - Increase the interval between blog-post-fetches in KinoUpdates widget
- Update build script to be more effective at reloading packages
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
What's Changed
- fix: don't use from_block in eth subscribe filters by @dr-frmr in #447
- v0.8.4 by @nick1udwig in #446
- Release candidate by @dr-frmr in #449
Full Changelog: v0.8.3...v0.8.4