dpc

Results 242 issues of dpc

I tried to attempt it in nix-ci-wasm branch (in my fork), but hit an error: ``` wasm32-unknown-unknown/lib/self-contained" "-o" "/build/source/target/wasm32-unknown-unknown/release/deps/secp256k1_zkp-d5cc30aeeaa142a4.wasm" "--gc-sections" "--no-entry" "-O3" mint-client> = note: lld: error: unknown file type:...

On top of #388 so I'm compiling against stable. Unfortunately seems blocked on `bitcoincore-rpc` pulling in previous `bitcoin` version, which pull in old `secp256k1` which is still on `rand =...

I had to silent one new lint in https://github.com/fedimint/fedimint/pull/377/files . It looks like it will affect quite a few tests, so better to get consensus on it before doing the...

Hi, I'm pretty sure it's not rust-gpgme issue, but I'll ask anyway. On `ctx.decrypt(...).unwrap()` I'm getting ``` thread '' panicked at 'called `Result::unwrap()` on an `Err` value: Error { err:...

Mostly because eliminates double-negations.

Each downstream consumer would maintain a cursor, and ask for next blocks using it. The response would contain new cursor. This way multiple unrelated consumers can follow the ledger, without...

https://github.com/rust-lang/rfcs/pull/3151 was accepted and merged. Hopefully implementation will follow soon.

postponed

https://doc.rust-lang.org/stable/std/thread/fn.available_parallelism.html

postponed

Suggested [here](https://github.com/crev-dev/cargo-crev/pull/494#issuecomment-1235401811)

for `Decodable` macro to be usable, I need to put a bound on `Decodable::consensus_decode`: `M : ModuleDecoder`, and such `ModuleDecoder` by necessity will need to refer to types it can...