+Ch0pin
+Ch0pin
Should we implement an in-memory cache for any of the store's loaded accounts? (keyed by accountId) @emschwartz
Any ideas on what broke codecov initially? Been broken at least since https://circleci.com/gh/emschwartz/interledger-rs/307?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Haven't been able to get progress on this, un-assigning until further notice to focus on bugfixing
Given that we haven't had any progress on this, we decided with @sappenin to move forward with PostGRes and tokio-postgres for this task
Thinking more about this, this refactor should definitely happen in order to abstract away any encryption/decryption of keys from a store implementer. ```rust struct Store { db: impl StoreTraits cache:...
Binary mode does not make much sense for PRs it uses `latest` which corresponds to master. IMO it should run binary mode tests only on master, after the new binaries...
Can you elaborate on how this would work? Not sure what you mean by quoting via STREAM. Don't exchange rate APIs suffice for that?
We could implement this as a payment that does not touch the store. I wonder if this would require a special type of packet, similarly to echo packets, for multihop,...
It's not the mutable borrow that makes us require the clone, it's the requirement of the closure to be `Fn`. If you don't clone and pass by value it'll obviously...
`lt -h http://localtunnel.me --local-https false -p $port` works until they renew the SSL cert.