Austin Roberts
Austin Roberts
Jython has an unfortunate issue where the socketaddr object isn't really a tuple, but is instead an item that acts like a tuple under some circumstances. This commit makes httplib2...
On v1.12.9, I've found that running ``` go test ./eth ``` Has intermittent failures such as: ``` --- FAIL: TestArtificialFinalityFeatureEnablingDisabling_NoDisable (23.20s) panic: runtime error: invalid memory address or nil pointer...
When running gevent-socketio applications under gunicorn with multiple worker processes, the xhr-polling and jsonp-polling transports seem to fail after a short while. I haven't dug into the code to be...
I noticed a discrepancy between the way different relayers are listing their endpoints. RadarRelay has "https://api.radarrelay.com/0x", OpenRelay has "https://api.openrelay.xyz", both of which expect you to append "/v0" before use, while...
In SRA v3, the order object schema specifieds "chainId" for HTTP, and "domainHash" for WS. I notice that [this commit](https://github.com/0xProject/standard-relayer-api/commit/3621ade726d98bc607a37098950c77dfd9ed173b) changed domainhash to chainid for HTTP, and I'm wondering if...
The Websockets API should clarify that messages should be of "text" type rather than binary. 0x connect expects this, but the specification is ambiguous,
With the introduction of the MultiAssetProxy, some things in the current version of the Standard Relayer API are a bit unclear. For example > makerAssetAddress [string] returns orders where the...
Aside from not matching the order, the signature `0x012761a3ed31b43c8780e905a260a35faefcc527be7516aa11c0256729b5b351bc33` is invalid because: * It does not end with a valid signature type. The last byte should match one of the...
The assetData examples only have 20 bytes for addresses, when they should have 32 in both the websockets and http specifications.