Joe Clapis

Results 12 issues of Joe Clapis

I'm testing the new split VC architecture (https://github.com/status-im/nimbus-eth2/pull/3798) and the VC is missing some command line arguments I use for Rocket Pool. Specifically, I'm looking for these three: ``` --insecure-netkey-password...

VC

One of the useful features of the other clients is the separation of the Beacon Node and the Validator Client into separate processes. This is quite beneficial for a few...

VC

**The version I use**: AngouriMath v1.3.0 from NuGet **Unexpected behaviour or bug**: I have the following expression: ```csharp Entity expr = "a*c + a*d + b*c + b*d"; ``` When...

Minor bug

This is a small PR that adds a rule regarding XOR to the common simplifier patterns: `X ⊕ 0 = X` Our group encounters this kind of pattern occasionally, so...

### Description I recently set up MEV-Boost for Goerli/Prater. I have several exited validators on Prater (such as https://prater.beaconcha.in/validator/0xb00c002d0770d507af4b4d61d259ae44432745b7a9d693d167efbdc7e39e4c012f584c40d866cacf4557a08e86284e31) and during Teku's validator registration process, it sends this validator over...

Hi all, I'm the Rocket Pool integration lead in charge of plugging MEV-boost into our Smartnode stack. I have a machine with a few dozen validators on Goerli/Prater, some of...

# Summary This PR adds a new withdrawal credential prefix, `0x02`, to the eth2 specification. It was decided upon after [a lengthy brainstorming session in the ETH R&D Discord](https://discord.com/channels/595666850260713488/692062809701482577/847367811096903680). The...

general:enhancement
general:RFC

# 🐞 Bug Report ### Description When calling the API route `/eth/v1/beacon/states//validators` using a historical state for `` from a few days ago, I ran into this RPC error: ```...

Bug
API

This is a convenience view since the chain no longer has a variable for tracking the total effective RPL staked network-wide. It'll be required for e.g. node operators' Grafana dashboards.

This would remove the node wallet's password file (so the user must enter the password manually for each TX), which has been a popular request from security-minded people. One problem...