Eoous

Results 17 comments of Eoous

From the sketch, maybe we finally get code style like `RawRequest`. I think they are two different ways to register(wrap) commands, and looks that wrapping `RawRequest` is more clear. It...

An basic example: https://github.com/0xEclair/btcd/commit/b034c29acbc80db5b52831ab650bf6b2db4094db. For go version lower than 1.21, we can't use the expression `AsyncRequest(FakeClient{}, &GetDifficultyRpcCall{}, nil)` to infer parameter type. We can define a deterministic type to call...

If no enough performance improvement, i think there is no need to replace leveldb with pebble. To replace, we must do a lot of test for pebble to check whether...

Currently it's not possible to exclude files via `buf.yaml` or other config files

> what's the status here? @Eoous I have replaced it and need to review