DrHuangMHT
DrHuangMHT
## Description Previously, we only supported encoding the ed25519 private key. To be fully compliant with the spec, we also need to support encoding the other 3 key types ECDSA,...
### Description I would like `automatic_bootstrap_interval` to be made publicly configurable. ### Motivation The default 500ms timeout seems too short, it consumes a lot more resources than before. ### Current...
### Description Report `NewExternalAddrCandidate` per instance, e.g. one instance of `identify` behaviour should only report external address candidate only once unless expired. ### Motivation `NewExternalAddrCandidate` event will not flood the...
## Description Introduce `logging` as dev depencency to add some abstraction over `tracing` and `tracing-subscriber` as discussed in #4992. ## Notes & open questions Should this PR also include applying...
## Description Mark `{In, Out}boundOpenInfo` as deprecated. May close #3268. ## Notes & open questions I have changed all occurrence of OpenInfo with `()` or `Void` where they apply to...
### Description Promote commonly occuring dependencies to workspace level. ### Motivation This can potentially make dependency management easier. ### Current Implementation `tracing`, `futures`, `tokio` are all over the place. ###...
## Description Showcase how to compose `NetworkBehaviour`s manually without the derive macro or `Either`. ## Notes & open questions Although this is not the recommended approach(see #3902, huge shoutout to...
## Description A minimal working example of making `Keypair::sign` infaillible. Refer to #4650 for more detail. ## Notes & open questions ## Change checklist - [ ] I have performed...
When supplied with a relative path: ``` python run_server.py --port 9090 --backend faster_whisper -fw "./models/ggml-large-v3.bin" ``` reports this when client connects: ``` // Server INFO:root:Custom model option was provided. Switching...