Bohdan

Results 24 issues of Bohdan

## Feature Request **Is your feature request related to a problem? Please describe.** Current `seed` function has following definition: ```rust pub async fn seed(db: &DatabaseConnection, path: &str) -> AppResult where...

enhancement

### How can we reproduce the crash? 1. bun init - use all defaults 2. Create index.ts from below code 3. Run a ggxchain node: ```bash docker run -it --rm...

crash
web-api

Please add support for mTLS (mutual TLS) authentication. In LFS server I'd like to specify something like `LFS_CACERT=ca.pem`. Then, clients specify these options: - http.sslCert - http.sslKey If client's sslCert...

enhancement
help wanted