George Bogodukhov
George Bogodukhov
It's the continuation of the PR https://github.com/encode/databases/pull/150 (as this PR only implements for mysql and sqlite) for the ticket https://github.com/encode/databases/issues/61 to cover other back-ends.
Currently we support 4 back-end: - postgres with asyncpg - postgres with aiopg - mysql with aiomysql - sqlite with aoisqlite There's an open PR for MSSQL that utilizes `aioodbc`,...
Loggin from `panic::set_hook`. It uses `error` macro from the same package module `log` It works, but only after the logger is initialized by the kaspad daemon, before that it does...
Adds support for IP only for the --rpclisten-borsh/json flags. If a port is not provided a default port for a given network would be used.
**Is your feature request related to a problem? Please describe.** Follow up on https://github.com/kaspanet/rusty-kaspa/pull/446. As logs will be available only after the logging system is initiated, it introduces the gap...
Quick fix of the layout section around testing and adding a command for linting