This repository was archived by the owner on Mar 5, 2022. It is now read-only.
Tags: voutilad/bolt-proxy
Tags
fixed routing table update intervals miss changes I'm not too thrilled with this change...it feels messier...but it's a start at fetching Routing Tables on demand and caching them for some period of time. This solves the problem of a new database being created and it not being accessible immediately. There are still some issues for newly created databases and they need to be ironed out, but existing databases should still behave the same as before.
does your proxy make TOO MUCH NOISE?! Clean up logging a bit, having 3 loggers (info, debug, warn) that allow the user to control the logging detail. Now most of the noise is hidden behind a -debug flag or a BOLT_PROXY_DEBUG environment variable. Uncovered some areas that need some cleanup. Joy.