Bugfixes
- Nodes are no longer sent to sleep while a scheduled verification poll is pending
- Simultaneous config DB updates are now prevented with a lockfile
Changes under the hood
- The build process now uses ESBuild instead of
ts-node
andgulp
- Replaced the
moment
package with the much smallerDay.js
- Removed the
moment-timezone
package - Security updates to some dependencies
- Added Node.js 16 to the testing suite