Matthias Fasching
Matthias Fasching
## Description We need to ensure that Marriage ATXs are included with their blobs in a checkpoint. The reason is that several malfeasance proofs (e.g. Invalid Post, Double Merge, etc.)...
## Description `TestP2P_DBSet` seems to be flaky and failed in an unrelated PR during merge: https://github.com/spacemeshos/go-spacemesh/actions/runs/12597993357/job/35112000860 ``` === Failed === FAIL: sync2 TestP2P_DBSet (0.66s) logger.go:146: 2025-01-03T14:11:53.115+0100 DEBUG dispatch {"handler": "test"}...
## Description This issue is to keep track of optimizations that can be done regarding the state.db size and access speeds: ### Possible performance improvements - [ ] https://github.com/spacemeshos/go-spacemesh/issues/6027 -...
## Motivation At the moment the node can be run in the following modes: - non-smeshing: the node still creates an identity if none exists already but doesn't initialize post...
## Summary The current fetcher should be improved/replaced with a simpler and more flexible approach ## Issues with current fetcher ### Separation of source of data and request to fetch...
## Description We need to ensure that Initial ATXs are included with their blobs in a checkpoint. The reason is the Invalid PoST Malfeasance proof proofs requires the original blob...
## Description When the ATX handler receives a merged ATX in an epoch that was checkpointed additional rules for syntactic validation need to be added: - If the merged ATX...
## Description When initializing an identity that has already published ATXs before using the go-spacemesh node the initialization process will select the incorrect Commitment ATX for the identity causing the...
## What problem does this PR solve? There are various dependabot PRs open that this PR combines to merge and close them. ## What's changed and how does it work?...
## Motivation Update libp2p to newest version. ## Description Just update the dependency. ## Test Plan existing tests pass ## TODO - [x] Explain motivation or link existing issue(s) -...