Matthias Fasching

Results 81 issues of Matthias Fasching

## Motivation This adds the first two malfeasance proofs for ATXv2: double publish and double marry. ## Description ### Double Publish If an identity publishes two ATXs with the same...

`go test` has a neat feature where one can build a binary of all tests with `go test -c -o ./build/test` that can then be executed without using the `go...

This should get rid of the warnings during macOS builds and tests.

## Motivation This hopefully makes the windows checkout more stable. ## Description I increased the `http.postBuffer` size, `core.compression` and `pack.window` with default values take much longer to checkout so I...

## Motivation Fix flaky test. Closes #6293. ## Description The reason the test is flaky is because occasionally the first node sends a hare message before the other nodes have...

## Description Test keeps failing in unrelated changes, not just this sub test but others as well. ## Affected code `TestHare/with_proposals_subsets` and other subtests seems to be unstable. Example CI...

technical debt
area/testing

## Description Test failed in a PR without code changes. ## Affected code `TestHare_ReconstructForward` failed in this CI run: https://github.com/spacemeshos/go-spacemesh/actions/runs/10580781921/job/29316533825: ``` === FAIL: hare4 TestHare_ReconstructForward (unknown) 2024-08-27T15:18:10.671Z INFO hare4/hare.go:280 registered...

technical debt
area/testing

## Motivation This should fix linker warnings we keep seeing on macOS. Merge after https://github.com/spacemeshos/post/pull/297 ## Description Update post library and remove duplicate `LDFLAGS` definition in `Makefile`. ## Test Plan...

## Motivation This adds the a malfeasance handler that will be used when ATX v2 goes live. ## Description This PR simplifies the existing malfeasance handler to only handle V1...

## Motivation This adds the first two malfeasance proofs for ATXv2: double publish and double marry. ## Description ### Double Publish **TODO:** Update to instead check if 2 ATXs in...