Enrico Del Fante

Results 104 issues of Enrico Del Fante

I propose this PR for implementing IDP compliance to SAML2 service providers using different AttributeConsumingServices in their metadata, sending request using AttributeConsumingServiceIndex. 1. new `AttributeConsumingService` parameter in **saml20-sp-remote** to hold...

needsinfo

Allow AuthenticationSource to decide to avoid SessionIndex generation and association to current IDP session (avoid SLO). I don't know it "as:" prefix is correct. If the feature is considered interesting,...

We started implementing `ForkChoiceNotifier` as a monolith. Then we splitted up in different classes with their own responsibility. In particular we introduced `PayloadAttributesCalculator` that recently become `ProposersDataManager`. Now, `ProposersDataManager` has...

When running new testnets it is useful to allow `eth1DepositContractDeployBlock` definition by command line. We currently default the value to 0, which than trigger a large number of `eth_getBlockByNumber` calls...

In order to augment the visibility of the internal state and performances of our node without requiring to add metrics\logging, we could spin up a BN node instrumented with https://github.com/open-telemetry/opentelemetry-java-instrumentation...

### Description We could avoid reprocessing blocks that has been locally generated\proposed. ![image](https://user-images.githubusercontent.com/15999009/146158926-f2a9a362-64fc-4532-b744-b5beb49d9b6e.png)

### Description As a user, I want to know which eth1 endpoint is currently active when some of the configured endpoint are reported INVALID. ### Acceptance Criteria * Should be...

enhancement 🕵️‍♀️
good first issue :raising_hand:

I think `mev-boost` status endpoint should call `status` endpoints for each relays and return OK if at least one returned OK. Otherwise it should return KO (503?).

enhancement
brainstorming

The way we are applying the builder default config is a bit counterintuitive and can lead to confusion. ```json { "default_config": { "fee_recipient": "0xf0...", "builder": { "enabled": true, "gas_limit": "12345654321"...

Implements an additional check on the circuit breaker logic which forces local fallback in execution payload building in case `n` blocks in a row has been missed. Default value is...