Matthias Fasching
Matthias Fasching
## Description From a discussion on PR #6116: https://github.com/spacemeshos/go-spacemesh/pull/6116#discussion_r1706623480 The whole info response should be cached instead of just the `types.CertifierInfo` field of the response. ## Affected code The poet...
## Description For https://github.com/spacemeshos/pm/issues/331 a new publisher and handler for malfeasance proofs needs to be implemented. Compared to V1 handling and publishing malfeasance proofs needs to be more generic and...
## Description Contextual validation includes a check that verifies that some labels of the provided PoST of an identity are valid. If those labels are found to not be valid...
## Description Contextual validation includes a check that verifies that the same identity didn't participate with their PoST in two different ATXs. In ATX v1 this was known as a...
## Description Test failed in a PR with unrelated changes ## Affected code `Test_handleFollowingVotes_TooEarly` seems to be unstable a least on slower runners. Example CI run: https://github.com/spacemeshos/go-spacemesh/actions/runs/9876824429/job/27276926827?pr=6123 from PR https://github.com/spacemeshos/go-spacemesh/pull/6123...
## Description Test failed in a PR with unrelated changes ## Affected code `Test_SerialExecution` seems to be unstable a least on slower runners. Example CI run: https://github.com/spacemeshos/go-spacemesh/actions/runs/9876824429/job/27276926827?pr=6123 from PR https://github.com/spacemeshos/go-spacemesh/pull/6123...
## Description Test failed in a PR without code changes ## Affected code `Test_GetAtxsLimiting` seems to be unstable a least on slower runners. Example CI run: https://github.com/spacemeshos/go-spacemesh/actions/runs/9870385946/job/27256024600 from PR https://github.com/spacemeshos/go-spacemesh/pull/6088...
## Motivation This PR adds handlers and publishers for malfeasance v2 proofs. This is a pre-requisite for enabling v2 ATXs on mainnet. Closes #6143 ## Description For this the existing...
## Motivation Closes #6309 ## Description In the `sql/identities` package `activation/wire` is imported which would cause a cyclic dependency when the `identities` package is used in the `activation/wire` package. Since...
## Motivation Closes #6141 ## Description ## Test Plan ## TODO - [ ] Explain motivation or link existing issue(s) - [ ] Test changes and document test plan -...