Austin Roberts
Austin Roberts
One idea that crossed my mind is to use the WebCrypto APIs before sending the message to the server. As @tgs suggests, you could generate a 32 character primary key,...
The other approach I was hoping would work would be to use the JSON wrapper, but the Producer doesn't seem to unwrap from it. If I do: ``` kafkacat -b...
Also, I'm not sure a multicharacter delimiter would be a huge help in my case, as I'm not sure I can identify a sequence of characters that could not appear...
I've been working around this with lighthouse by running: ``` geth --options & GETHPID=$! lighthouse bn --options --shutdown-after-sync kill $GETHPID wait $GETHPID ``` So Geth runs in the background and...
Hey, this is actually an issue in https://github.com/openrelayxyz/cardinal-evm - which backs both MEW and EtherCluster. We've tagged v1.1.3 with the fix, and will have that out to our production environments...
No, gevent-socketio is a socketio server, not a client. I'd recommend [socketio-client](https://pypi.org/project/socketIO-client/) for the other side of the equation.
At some point @tomhschmidt went through and took out the /v0/ from OpenRelay's endpoint address: https://github.com/0xProject/0x-relayer-registry/commit/d8b927b678d276b72a9811c93d8fee951d774b9d In any case, I have a PR to mention our Kovan support, but I'm...
OpenRelay uses a contract factory to deploy our affiliate contracts. The fee recipients are contracts, and thus have no keys with which to sign messages, and they were deployed by...
Also, the exchange address in the examples is the v1 exchange address.
I'm not sure. OpenRelay hasn't implemented support for the MultiAssetProxy yet. We baked in a bunch of assumptions around the idea that an asset was going to have a single...