n-hutton
n-hutton
Hi, When I try to install blockade via pip it fails due to a quite old version of gevent (fails to build binary wheel). However, I can install it locally...
Add neccessary functions for metamask to operate against isolated server + devnet. In order to provide a transaction receipt, it has to know the block which the TX can be...
I am using this PR to trigger jenkins for devnet testing
Hi. I was interested in playing around with language servers, in particular developing my own for a custom language. To this end I created an executable which basically does nothing...
Hello, I am finding that I have the following race condition: in `server/connectors/unixdomainsocketserver.cpp` we have: ``` bool UnixDomainSocketServer::InitializeListener() { ... // Set to non-blocking mode fcntl(this->socket_fd, F_SETFL, FNDELAY); ``` So...
Hello, Looking at the code, it disallows the flow of multiple actors signing and aggregating on the same message, presumably to avoid rogue public-key attacks. However, this is a use...
Pairs with PR: https://github.com/Zilliqa/Zilliqa/pull/2806 The example code examples/evm_transaction_ecdsa.js does the following: - Moves funds from a genesis address (ZIL) to eth-style - Makes a payment with this eth style address...