Diego López León

Results 9 issues of Diego López León

My last name has the character `ó` in it. I have my `.gitconfig` with the following section ```ini [user] name = Diego López León email = [email protected] ``` and I...

## PR description This PR enables [dependency verification](https://docs.gradle.org/current/userguide/dependency_verification.html) using a mechanism [introduced in Gradle 6.2](https://docs.gradle.org/6.2/release-notes.html#dependency-verification). The `gradle/verification-metadata.xml` file was autogenerated relying on the [TOFU](https://en.wikipedia.org/wiki/Trust_on_first_use) scheme. - `HEAD~1`: adds auto generated...

mainnet

Signed-off-by: Diego López León ## PR description This PR adds a new implementation for [EIP-14159](https://eips.ethereum.org/EIPS/eip-1459) replacing [DNSDaemon](https://github.com/apache/incubator-tuweni/blob/main/dns-discovery/src/main/kotlin/org/apache/tuweni/discovery/DNSDaemon.kt) from Tuweni with a new one, vert.x based. This new implementation provides the...

mainnet

As a self hosted instance, we would want to keep the load of our servers at the minimum, that's why exposing a json-rpc ETH endopoints would open a new vector...

chain: ETC :chains:

I'm getting an error trying to build `retesteth` OS version: MacOS 12.6 Go version: go version go1.16.15 darwin/arm64 Architecture: Apple M1 Max Relevant output ``` $ cmake .. -G Ninja...

I'm attempting to _stream_ Ethereum Classic `traces` to Google Pub/Sub using [v2.3.1](https://github.com/blockchain-etl/ethereum-etl/releases/tag/v2.3.1), but when the process reaches block **1431916** (before the DAO fork, i.e. existing in ETH too) I get...

If you select two columns from different tables with the same name, the result will contain only one of them. My first attempt after detecting this was to define an...

## PR description As part of upgrading to Vert.x 5, following the [official migration guide](https://vertx.io/docs/guides/vertx-5-migration-guide/#_handling_deprecations_and_removals), the first step is to address deprecation warnings. This PR resolves most of the deprecation...

I'm on 6c705e3, building with `-DCURVE=ALT_BN128 -DLOWMEM=ON -DWITH_PROCPS=OFF -DWITH_SUPERCOP=OFF -DMULTICORE=OFF -DUSE_PT_COMPRESSION=OFF -DPROFILE_OP_COUNTS=OFF -DUSE_ASM=OFF -DPERFORMANCE=OFF -DUSE_LINKED_LIBRARIES=OFF` and when I try to ```C #include ``` I get the following error ``` In...