v1.1.0
v1.1.0 minor release of the Infernet Node—a way to bring off-chain compute workloads, on-chain.
Added
- Node version check at node boot to notify user if node version is outdated.
Changed
- Logger now uses RotatingFileHandler to limit disk space impact.
config.json
now accepts optionallog
object, with new configuration optionsmax_file_size
andbackup_count
for managing logging.
Fixed
- Docker subnets are also considered "local IPs" for storing data in Redis via
POST api/status
.