Bartosz Różański
Bartosz Różański
## Motivation We could run [staticcheck](https://staticcheck.io) linter in CI to catch common mistakes, bugs, unused code etc. Closes #3576 ## Changes - run statickcheck in _quicktests_ job in CI -...
## Motivation The existing configuration structures are a bit messy. Some fields are doubled - they exist both in the "main" config struct for p2p as well as in the...
## Description From https://staticcheck.io: >Staticcheck is a state of the art linter for the [Go programming language](https://go.dev/). Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces...
## Description See https://github.com/spacemeshos/post-rs/issues/148 for details. TODO: - [x] https://github.com/spacemeshos/post-rs/issues/148 - [ ] expose a way to configure pinned cores in the standalone post-service via node config/CLI
## Description Go 1.22.0 release notes: https://tip.golang.org/doc/go1.22
## Description It is not easy to switch to different poet services or add new ones after the node has already registered in some for the next round. It requires...
## Description Users need a better UX around poet registrations to help them understand the process of registration in poet services and querying proofs. ## Acceptance Criteria Add new events...
## Motivation Closes #5204 ## Changes Added support for registering in the poet services using a certificate instead of PoW. It still supports both ways and will fallback to the...
Add support to import into the local DB poet certificates obtained externally.