Federico Gimenez

Results 31 issues of Federico Gimenez

Hello! I have this workflow: ```name: test-and-build on: [push] jobs: tests: runs-on: ubuntu-latest container: node:12.16.1-stretch services: mongodb: image: "mongo:4.0.17" steps: - uses: actions/checkout@v2 - run: yarn - run: yarn test...

kind/feature-request
needs-work
area/runner
stale-exempt

### What version of gazelle are you using? `v0.23.0` ### What version of rules_go are you using? `v0.27.0` ### What version of Bazel are you using? `4.1.0` ### Does this...

https://www.terraform.io/docs/registry/modules/publish.html

help wanted

We should add a configuration option in which we could define an array of admin users' ARN: ``` "awsAdminUserARNs": [ "arn:aws:iam::555555555555:user/admin", "arn:aws:iam::111122223333:user/ops-user", ... ] ``` Then modify this template https://github.com/w3f/polkadot-deployer/blob/master/terraform/aws/outputs.tf#L2-L14...

help wanted

We can start with local clusters using the current tooling for testing on CI. For every pull request we should create a local deployment. When we tag a new release...

#### System information Geth version: ``` Geth Version: 1.13.5-stable Git Commit: 916d6a441a866cb618ae826c220866de118899f7 Architecture: amd64 Go Version: go1.21.4 Operating System: linux GOPATH= GOROOT= ``` CL client & version: none OS &...

type:bug
help wanted

## Motivation This adds a `prague = true` option to foundry.toml which enables Prague SpecId. This is a temp measure that will get phased out once solc recognizes the prague...

If I set a `CONFIG_FILE` parameter with the configuration of the bot, the `admin` endpoints are not registered and the database is kept in memory. How can I get the...

Requires #8193 There is an unbounded channel for consensus events sent from the RPC. The channel `to_engine` is used by the `BeaconConsensusEngineHandle` to handle messages from the RPC. The channel...

S-blocked
A-consensus
C-security

`EventListeners` implements a multi producer multi consumer queue where each sent value is seen by all consumers. To achieve this `EventListeners` allocates a `std::Vec` to be filled with [tokio::sync::UnboundedSender](https://docs.rs/tokio/latest/tokio/sync/mpsc/struct.UnboundedSender.html) every...

A-networking
C-security