Brendan Chou
Brendan Chou
Fixed in https://github.com/dydxprotocol/dydx-v3-python/pull/184
Fixed: https://github.com/dydxprotocol/dydx-v3-python/pull/191
Thanks all, I have reached out to npm to offer advisories and take down the affected packages. At the time of writing all have been taken down except `[email protected]`. This...
@Alko89 That only applies for fixed-length arrays, not for arrays of arbitrary length. In that case, the encoded hash of the array would be a single bytes32 that is just...
Yes it looks pretty good except for the good-til-block semantics which don't solve the issue of having to query chain state (to get the current block number) before sending a...
This would be amazing to have, this is a great idea! One important point that I don't believe is mentioned above, is that non-zero redundancy may actually have performance benefits...
How does the system handle this case that I think can cause starvation: Consider a 4-node network where nodes are connected in a cycle. Let us be node `Z` and...