Péter Szilágyi

Results 106 issues of Péter Szilágyi

This is fine: ``` type Address [20]byte ``` This blows up with `byte array definition not understood by go/ast` ``` const AddressLength = 20 type Address [AddressLength]byte ```

When `lotus` is downloading the proof parameters, there's a nice progress bar. Could the same be added for verification purposes too? Given that it's about 100GB in total, it takes...

kind/feature
need/community-input
area/mining
kind/stale
LM-tech-debt
team/curio

### Go version go version go1.22.6 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell - ``` ### What did you do? https://go.dev/play/p/1awTlRO9FrO ```go package main func f[T interface{...

compiler/runtime

Currently the library ships the Ethereum hard forks in an enum, allowing it to be used across the lib, as well as having built in support in the code generator....

enhancement

### Go version go1.23.2 ### Output of `go env` in your module/workspace: ```shell Docker alpine go1.23.2 on amd64 ``` ### What did you do? Ran out project as usual (?)...

NeedsInvestigation
compiler/runtime

This PR is an attempt at speeding up docker ***rebuilds*** on the same machine. This could be subsequent CI builds (not really common), or developer builds who have to rebuild...

This is a trivial change, which seems large-sh, but it's a nobrainer copy-paste fix. The state prefetched works on both accounts and addresses. The former is 20 bytes the latter...

We've been working on [live tracers](https://geth.ethereum.org/docs/developers/evm-tracing/live-tracing) for a while now, allowing hooking into the EVM lifecycle. Whilst that work is super useful in itself, sometimes it is useful to hook...

I've raised it in this comment too: https://github.com/jamesmunns/cobs.rs/issues/16#issuecomment-2676167268 The encoder encodes an empty input as empty output. That is not correct, according to the [COBS paper](https://conferences.sigcomm.org/sigcomm/1997/papers/p062.pdf), an empty string encodes...

### Confirm this is a Go library issue and not an underlying Cloudflare API issue - [x] This is an issue with the Go library ### Describe the bug This...