faheelsattar

Results 8 issues of faheelsattar

### Problem Implement a yield bearing token which rebases and the users balance increases and decreases based of on their token shares. Similarly how lido finances steth work where each...

Currently `GetValidatorByIndex` in the [beaconapiclient](https://github.com/shutter-network/rolling-shutter/blob/main/rolling-shutter/medley/beaconapiclient/getvalidator.go#L39) package only allows to query a single validator. Since the [ethereum beacon api spec](https://github.com/ethereum/beacon-APIs/blob/master/apis/beacon/states/validators.yaml#L17) allows for retrieval of more then 1 validator in 1 request,...

## 📝 Summary Introduces a muxing feature to mev-boost that enables different sets of validators to connect to different sets of relays. This addresses a significant operational need for large-scale...

## 📝 Summary Adds integration tests for mev-boost ## ⛱ Motivation and Context ## 📚 References --- ## ✅ I have run these commands * [x] `make lint` * [x]...

## 📝 Summary Adds support for dyn ssz in mev-boost which allows spinning devnets with minimal specs ## ⛱ Motivation and Context Faster iterative testing on devnets ## 📚 References...

For proposer related endpoints we are planning to depreciate the support for JSON, since now most of the sidecars and client softwares support SSZ. it will be nice to depreciate...

## 📝 Summary Increase test coverage ## ⛱ Motivation and Context ## 📚 References --- ## ✅ I have run these commands * [ ] `make lint` * [ ]...