Claire's Monster
Claire's Monster
Note that there should be 2 Coinbase connectors: Advanced Trade and Pro (which is used by institutional investors on Coinbase Exchange accounts) Thank you
I'd submit that the primary deviation is in the websocket proposal. This part is mostly reverted in my workspace. Would it be helpful to update with that correction? On Wed,...
Persona non grata?
Thank you
@christophlins Do you have any plans to make a repo source release? I have prepared a conda recipe, but since there is not a repo release, I used the pypi...
@christophlins Cool, I mistakenly thought you were a maintainer > > No. For the time being, I rely on this PR until it gets merged and eventually releases by the...
Well, yes it is. It only adds a n additional workflow to verify that shared library can be used. It is not urgent or critical. It's better to review it,...
Yes, I think I used it in the CMake fetching the secp256k1 tarball. It's likely the `sha256sum` ``` if (NOT VENDORED_UPSTREAM_SHA) set(VENDORED_UPSTREAM_SHA "ba34be4319f505c5766aa80b99cfa696cbb2993bfecf7d7eb8696106c493cb8c") endif() if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) endif()...
@ofek So this is a `scikit-build-core` backend build. I try to see how to use `hatch` instead, but have not understood yet how to link `scikit-built-core` to `hatch`. Since this...
https://github.com/ofek/coincurve/pull/159 is ready, it only add verification for shared lib build. Or do you think it should not be added?