Matthias Fasching

Results 81 issues of 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.)...

area/atx
feat/atx-v2
area/malfeasance

## 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"}...

technical debt

## 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 -...

technical debt
resource/storage
area/poet
area/atx

## 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...

area/post
feature

## 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...

technical debt
feature
feat/fetcher-v2

## 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...

area/atx
feat/atx-v2
area/malfeasance

## 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...

area/atx
feat/atx-v2
area/malfeasance

## 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...

bug

## 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?...

component/daemon
component/e2e
rebuild-build-env-image
rebuild-dev-env-image

## 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) -...