Rafael Matias

Results 10 issues of Rafael Matias

Solves https://github.com/ethereum/staking-launchpad/issues/430 and https://github.com/ChainSafe/lodestar/issues/3008

It would be nice to have a configurable rate limiting by IP address. Something like: - Only allow an IP address to perform N requests per TIME_FRAME e.g. Only allow...

Currently whenever we fund the faucet with new amounts we have to restart it so that it picks up the amount. It would be nice if the balances could be...

enhancement

Listing the files: ```sh s5cmd ls 's3://sourcify-backup-s3/stable/repository/contracts/full_match/1/0xaF137b471523D26ab14eD2a24C1471958A3372d9/sources/contracts/' # Returns 2023/09/02 03:14:53 22346 ERC721A.sol 2023/09/02 03:14:53 2664 RatGuys .sol ``` When running sync: ```sh s5cmd sync 's3://sourcify-backup-s3/stable/repository/contracts/full_match/1/0xaF137b471523D26ab14eD2a24C1471958A3372d9/sources/contracts/*' '/data' # Returns ERROR...

sync

https://github.com/wmitsuda/otterscan

## Description Supports docker credentials from config (`~/.docker/config.json`). Read https://github.com/kurtosis-tech/kurtosis/issues/2503 ## Is this change user facing? yes ## References (if applicable) Fixes https://github.com/kurtosis-tech/kurtosis/issues/2503

Add capabilities to extract information related to peerDAS from all peers. With this we can generate a column distribution table where we have an overview about columns that are under...

`make lint` will check for linting errors. `make fmt` will format all the .star files. Using [buildifier](https://github.com/bazelbuild/buildtools/blob/main/buildifier/README.md) (The official bazel linter/formatter)