dpc
dpc
Not necessary, just better: no single point of failure, can be replicated between multiple host machines, and crowdsourced. My hope with BT is distribution of primarily of assumeutxo, as it...
> The space savings in the db are negligible since we only store the most recent block count vote for each peer Since we use varint encoding, there is not...
Cool. I wasn't even aware of this API in stdlib. How does it relate to #942 ? At least `CursorMut` sounds kind of like `Entry`, just with ability to iterate...
`jj resolve` did all the work.
Probably review https://github.com/fedimint/fedimint/pull/8085 first.
Would be nice if there was a bot to ping us in 6 months. :D
/remind me to check this issue in 6 months
@elsirion Cool!
ping @elsirion
@elsirion [Pkarr is using Ed25519 pubkeys](https://docs.rs/pkarr/latest/pkarr/struct.PublicKey.html), while [our broadcast keys are secp256k1 keys](https://docs.fedimint.org/fedimint_server/config/struct.GlobalClientConfig.html#structfield.broadcast_public_keys). I guess we will need to add additional Pkarr keys to the `ClientConfig`, and then client having...