Sebastian Stammler

Results 61 issues of Sebastian Stammler

Apparently some ppl might find that useful

enhancement

E.g. one could show a _Send to all_ button on the bottom of the user list when sharing a snap.

enhancement

This function is used in ABY's `BooleanCircuit::PutGateFromFile`. Tokens, in general, can have a sign so I propose to change the type of tokens to `int`. Will also shortly post a...

**Description** * Fixes an underflow bug when calculating the timestamp to rewind a chain to. * Ignores chain rewinds if the timestamp changes are pre-genesis. **Tests** Will test on a...

See upstream https://github.com/ethereum/go-ethereum/pull/28884 for details

The stdlib [`gob`](https://pkg.go.dev/encoding/gob) package can be used to encode Go objects over the wire. While trying to use it for encoding some core types, like `channel.State` or `channel.Params`, it didn't...

While writing a proposal for `perun-proposals`, I realized that, in general, we use little-endian byte order in `pkg/io` (see variable `byteOrder` in file `serialize.go`). But for `big.Int`s, we use `Byte()`...

💥 Breaking API

The idea was that a `State`, together with the sigs, becomes a `Transaction` because it progresses the channel. But the naming wasn't very good apparently (and it doesn't contain `Params`)....

I love working with the Level stack. However, I miss one feature: a way to check any db whether it _has_ a value for a key, without actually retrieving the...

enhancement

My Ryzen 6000 laptop has an AMD audio coprocessor driving the microphone with the ACP6x kernel module. #138 added initial support for this, but me and some other people on...