We have users who can't access time due to being in WASM, and while we'd like to move them to no-std, we can't do that until we get to rust-bitcoin 0.32. Thus, for our next release, we either need to upgrade to rust-bitcoin 0.32 or we need to drop the time accesses in the OffersMessageHandler impl.
We have users who can't access time due to being in WASM, and while we'd like to move them to no-std, we can't do that until we get to rust-bitcoin 0.32. Thus, for our next release, we either need to upgrade to rust-bitcoin 0.32 or we need to drop the time accesses in the
OffersMessageHandlerimpl.