Oded Leiba
Oded Leiba
@Ijmir explained it perfectly.
Related: https://github.com/romanz/electrs/issues/146
@romanz I don't see how you can do it client-side, you want to subscribe an address at a point in time where it was created therefore known for having no...
#1437 actually worked and I used it. It was closed because no one reviewed it.
It looks like a very new library, first commit in Jan 2020, even after I started my work on this P256 integration. This seems like a good proposal for moving...
We worked around this issue, by having the depending library to use `curv` of **different tag**, and if needed a **different package alias** in Cargo.toml. For example, we have https://github.com/KZen-networks/gotham-city...
Yes, we now follow semver semantics so you can break backwards compatibility and update the version accordingly, e.g. 0.2.0 -> 0.3.0.
A few words about specific motivation? any impact of upgraded dependencies?
I did: ``` $ git clone https://github.com/KZen-networks/gotham-city $ cd gotham-city/integration-tests $ cargo test ``` and I am getting this: ``` error[E0635]: unknown feature `cfg_doctest` --> /Users/odedleiba/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.5.2/src/lib.rs:60:40 | 60 | #![cfg_attr(memoffset_nightly,...