Maximilian Langenfeld

Results 30 issues of Maximilian Langenfeld

## Problem definition So it is really unpleasant to gather a lot of differently structured doc folders containing markdown files in ReadTheDocs (*rtds*). Currently we have the python doc (easy),...

question
documentation

The chainsync handles re-orgs now - this PR adds a dummy ethereum client and a test of the re-org capabilities of the chainsync unsafe head handler.

This PR adds an endpoint to the internal Keyper API that shuts down the service: A `POST /v1/shutdown` will shut down the keyper gracefully and let the program exit with...

This introduces another `shconfig` tag `sensitive`. When using the `LogConfig` function, all values tagged with sensitive will be redacted upon logging and a `(sensitive)` value will be shown instead. The...

Seems a bit inconsistent to have this as a `With...` "option" while `AddInitDBCommand` (which does something similar conceptually) is a method on the builder. _Originally posted by @ulope in https://github.com/shutter-network/rolling-shutter/pull/379#discussion_r1300267560_

The `gofmt` (and `gofumpt`) code formatter do [not want to enforce a particular line length](https://github.com/golang/go/issues/11915). However, I think we should introduce this for our project as a pre-commit hook. There...

We want to have more empirical evidence, that the Keyper's Eon-DKG as well as the Epoch Key generation processes have reasonable performance and scalability. For this, we require completion of...

Sometimes the `TestStartNetworkNodeIntegration` fails with a slice out of bounds error in the gossipsub-router ``` === FAIL: p2p TestStartNetworkNodeIntegration (unknown) INF [ p2p.go:146] dropping message, not subscribed to topic topic=testTopic1...

bug

This is a meta issue tracking the progress of the overall batch-production capabilities of the collator. Completion of this issue is required before we can start E2E testing ( #300...

EpochIDs should not be bound to a specific implementation throughout the codebase and should support more application layer use-cases. This is a problem we already encountered during the snapshot branch-off...