You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using prysm v5.2.0 and one of my dependencies requires github.com/dgraph-io/ristretto v0.1.2, but failed to compile:
# github.com/prysmaticlabs/prysm/v5/beacon-chain/db/kv
../../../go/pkg/mod/github.com/prysmaticlabs/prysm/[email protected]/beacon-chain/db/kv/kv.go:89:23: cannot use generic type ristretto.Cache[K z.Key, V any] without instantiation
../../../go/pkg/mod/github.com/prysmaticlabs/prysm/[email protected]/beacon-chain/db/kv/kv.go:90:23: cannot use generic type ristretto.Cache[K z.Key, V any] without instantiation
../../../go/pkg/mod/github.com/prysmaticlabs/prysm/[email protected]/beacon-chain/db/kv/kv.go:158:41: cannot use generic type ristretto.Config[K z.Key, V any] without instantiation
../../../go/pkg/mod/github.com/prysmaticlabs/prysm/[email protected]/beacon-chain/db/kv/kv.go:167:45: cannot use generic type ristretto.Config[K z.Key, V any] without instantiation
make: *** [supernova] Error 1
it doesn't help if I downgrade prysm to v5.1.x
Background
Description
The prysm is using ristretto v0.0.4, is this dependency upgradeable?
The text was updated successfully, but these errors were encountered:
Hey @simonzg , thanks for flagging this. We would be open to a PR upgrading the version to the latest stable one along with the respective code changes required to make the updated version functional in prysm
💎 Issue
I'm using prysm v5.2.0 and one of my dependencies requires github.com/dgraph-io/ristretto v0.1.2, but failed to compile:
it doesn't help if I downgrade prysm to v5.1.x
Background
Description
The prysm is using ristretto v0.0.4, is this dependency upgradeable?
The text was updated successfully, but these errors were encountered: