raulk

Results 363 comments of raulk

> This was reported in libp2p-swarm some time ago: [libp2p/go-libp2p#1550](https://github.com/libp2p/go-libp2p/issues/1550) With the new DHT dial queue, this should not happen any longer: https://github.com/libp2p/go-libp2p-kad-dht/pull/237 However I was more interested in knowing...

Having the same issue. Crate is available almost immediately on crates.io, so I wonder if there's a bug in cargo-release's polling logic.

In our case, we don't use a private repo or a private registry.

Hm, this is the issue in my case: ``` [2022-03-25T14:44:04Z DEBUG git2::cred] executing credential helper "sh" "-c" "git credential-cache get" [2022-03-25T14:44:04Z TRACE git2::cred] credential helper stderr --- [2022-03-25T14:44:04Z TRACE git2::cred]...

> If we do this, we will preclude any future singleton actor that might have a legitimate use case for receiving value; such an actor would have to implement a...

Another possibility is for ethql to calculate the hash to match against from a user-provided Solidity function signature, e.g.: ``` transactions(filter: { solidityFunction: "transfer(address,uint256,bytes)" }) { } ``` WDYT?

@jonathanBuhler – would you like to take the lead on this one and collaborate with @akhila-raju?

Overall this looks good to me! I'd rename the "Setup and how to use" to "Setup and deployment models", to make it clear that ethql can be deployed in an...

@akhila-raju could you break this down into a [task list](https://help.github.com/articles/about-task-lists/) so we can track progress individually? Would be great if you could start working on it ASAP. For the contribution...

Given you're working on #51, I think this makes a great progression for you @akhila-raju. WDYT? Will specify further in the next hours.