Roman Useinov
Roman Useinov
I wish we could make it less repetitious. _Originally posted by @lemmih in https://github.com/ChainSafe/forest/pull/4545#pullrequestreview-2182672452_
Would it be helpful to add some prometheus metrics? _Originally posted by @hanabi1224 in https://github.com/ChainSafe/forest/pull/4536#discussion_r1679417100_
I've stumbled upon a problem converting an `ndarray` to `Mat` due to the number of channels. Here's a detailed description with examples in comments: https://github.com/twistedfall/opencv-rust/issues/588. It would be really nice...
Unfortunately the recent `nalgebra` release does not support `rkyv = 0.8` as it still depends on `0.7`. There are a number of breaking changes in terms of derive macros, attributes...
A follow-up on https://github.com/ChainSafe/forest/issues/4693. blocked on https://github.com/ChainSafe/forest/issues/4705
1. Implement configuration manifest structs and logic. 2. Integrate into relevant packages needed to configure cert exchange and other packages.
Power table storage implementation. 1. Define an interface for further node implementation. 2. Figure out the `oh-shit-store` in go-f3 and replicate the logic.
Define a trait representing EC backend interface that has to be implemented e.g. in Forest to allow f3 data access and means of finalization. (telling EC to finalize a certain...
Certificate storage and logic needed for certificate exchange to function properly. 1. Define interface. 2. Implement for ParityDB storage (figure out if it's suitable for range query logic). 3. Implement...
- [ ] Certexchange client to be able to fetch certificates from the network (libp2p). - [ ] Protocol - a couple of simple structs. - [ ] Integrate with...