-
Some benchmarks:
```rust
pub fn ceil32(value: usize) -> usize {
let ceiling = 32_u32;
let (_q, r) = DivRem::div_rem(value, ceiling.try_into().unwrap());
if r == 0_u8.into() {
…
-
The "joint" channel functionality would be to make all the funding/closing and payments operations to be jointly signed by a group of N entities. This assumes Schnorr support being specified out in Li…
-
# 翻訳プロジェクトに参加するために
ドキュメントの翻訳は以下の手順で進めてください。
1. 翻訳ページ一覧を確認して、翻訳したい箇所をコメントしてください。
2. 翻訳する箇所はintroduction/pages/welcome.mdのように指定してください。また、 翻訳箇所は1ページずつでお願いします。
ただし、翻訳する人が少なく複数宣言しても問題ない場合は複数同時の担当も可…
-
The function `units::weight::scale_by_witness_factor` is suspicious, see original comment: https://github.com/rust-bitcoin/rust-bitcoin/pull/2957#discussion_r1664462205
-
Hello, I tried using the `wasm` feature and targeted `wasm32-unknown-unknown`, but I get a bunch of errors, many of which include `fatal error: 'stdlib.h' file not found`, resulting in an error when b…
-
So far, we effectively have two levels of "solvability" in descriptors:
* `addr()` and `raw()` which can encode scriptPubKey with effectively no solvability information at all
* Everything else, whi…
-
```
bitcoinfuzz git:(main) ✗ git apply patches/*
error: No valid patches in input (allow with "--allow-empty")
```
-
## Updated issue text so this issue is actionable
Any type that has a `FromStr` should have `TryFrom`. (See discussion below for reasoning.)
## Original issue text:
Is this correct
> Bloc…
-
There's still the myth of secure hash table functions around, esp. from the SipHash folks, as you can see at https://github.com/google/highwayhash/issues/28
So add tests to prove them otherwise.
*…
-
While we probably shouldn't add dependencies for generating the actual QR codes, we should add helper methods that make it trivial to generate and parse the raw BIP21 data so that integration with any…
tnull updated
3 weeks ago