prysm icon indicating copy to clipboard operation
prysm copied to clipboard

Go implementation of Ethereum proof of stake

Results 410 prysm issues
Sort by recently updated
recently updated
newest added

### Describe the bug Let's run the BN with both `--sepolia` and `--holesky` flags, like: ``` bazel run //cmd/beacon-chain --config=release -- --execution-endpoint=http://localhost:8551 --sepolia --jwt-secret /Users/manu/OffchainLabs/ethereum/jwt.hex --checkpoint-sync-url https://sepolia.beaconstate.info --genesis-beacon-api-url https://sepolia.beaconstate.info --accept-terms-of-use...

Bug
Good First Issue

# 💎 Issue ### Description Hello, I've been considering participating in the project and contributing. My attention was drawn to this task, https://github.com/prysmaticlabs/prysm/issues/9975. I ran horusec-beta on prysm, and the...

# 🐞 Bug Report ### Description A call to obtain a blinded block from prysm on sepolia is failing. In addition, prysm overrides the request to obtain a blinded block...

Bug

Prysm has a slasher feature, which is demanding in resources. However, equivocating blocks are already handled in the usual path for every beacon. We should broadcast immediately a slashing object...

Enhancement
Good First Issue

**What type of PR is this?** Other **What does this PR do? Why is it needed?** Whenever we need validators from the state, we call `Validators()` which returns a copy...

Ready For Review

**What type of PR is this?** Bug fix: #13280 There's several issues highlighted by this bug which are: - The tests do not properly check the panic message - One...

**What type of PR is this?** > Uncomment one line below and remove others. > Bug fix **What does this PR do? Why is it needed?** Using `time.After()` in a...

**What type of PR is this?** Feature **What does this PR do? Why is it needed?** Enhance log message about execution client, print more details to replace `WARN powchain: Execution...

### Describe the bug My business test scenario as follows: 4 ssv operators use the same beacon node (use prysm client). After I upgraded the prysm version from v4.2.1 to...

Bug
API

# Spectest Coverage Tracking ### Feature Description The tests below are the tests identified as missing by the spectest coverage script #13718. This issue is to track and add all...

Tracking