Dev Random

Results 23 issues of Dev Random

Emit events for efficient monitoring of the blockchain for our transactions.

I've added code to make it dump packets instead of doing nothing. Regarding ``` #!/usr/bin/env ruby -rubygems ``` unfortunately, on some systems (e.g. Ubuntu Lucid), #! only splits the first...

### Issue CLN / libwally populate partial signatures with the 64-byte raw signature rather than the actual witness stack entry (DER encoded with sighash type byte appended). This is non-standard...

state::upstream

VLS in local mode.

- "Maubot Manager > Instances > my_gitlab_bot" does not have a "path" displayed on the page. I figured out independently that the path is "/webhooks" - if the user does...

This issue is due to https://github.com/btcsuite/btcutil/issues/172. When the leading byte of a derived extended private key is zero, all of that key's children are not BIP-32 compatible. There are two...

This happens in various tests. Here's a sample: ``` $ go clean --testcache && go test ./waddrmgr --- FAIL: TestMigrationPopulateBirthdayBlock (0.04s) common_test.go:289: Failed to create Manager: failed to master private...

## Environment * **IntelliJ Rust plugin version:** 232.9921.62 * **Rust toolchain version:** 1.71.0 * **IDE name and version:** CLion CL-232.9559.58 * **Operating system:** Ubuntu 22 ## Problem description No navigation...

Sled uses `sync_file_range` for flushes, which does not guarantee durable writes, except on specialized hardware (e.g. battery backed-up HD cache).

bug

Since we anyway need low-S for standardness / relay-ability, we could assume 72 bytes instead instead of the 73 bytes worst case.