conduition
conduition
Fixes https://github.com/romanz/electrs/issues/968. Mempool scanning is now done asynchronously in a separate thread called the `mempool_sync` thread. ## Method My approach was to split the `Mempool::sync` method into two parts: (1)...
See this thread for more info: https://github.com/romanz/electrs/pull/979#discussion_r1435404723 The batched mempool TX fetching logic should chunk TXs intelligently based on their expected size, so that we don't fetch too many large...
This generalizes the implementation of `ConstantTimeEq` for `[T]` to also support `ConstantTimeGreater` and `ConstantTimeLess`. I haven't touched the implementation of `ConstantTimeEq for [T]` as the standalone implementation is more efficient...
Depends on #362 Adds a config option to allow custom style injection for all pages to modify Cactus styles. I chose this 'array of objects' data structure shape to allow...
This adds support for inserting web-app manifests links into generated HTML files. Includes example configuration.
## Bug Report When using [the `k256` crate](https://crates.io/crates/k256) - a pure Rust secp256k1 implementation - in the zkVM guest, the guest program executes OK, but `prover.prove` returns an error on...
Transactions which are first seen being broadcast from a user's node are more likely to be heuristically associated with the node runner personally. To break this heuristic, node runners might...
Previously we had a simple `time.sleep(1)` call after `server.start()` which was present to give the Mint's HTTP server time to spin up during test runs. This meant that if the...
This adds a link to my oracle, with API documented [here](https://conduition.io/code/cassandra/)
This PR is a re-opening of https://github.com/ZcashFoundation/frost/pull/584 to resolve PR ownership problems. I'm opening this so [zebra-lucky (who is short on time) doesn't need to be the middle-man merging my...