James O'Beirne

Results 43 issues of James O'Beirne

Fixes #489. Introduces a `--verbose` flag if you want to see all the noise that was previously printed by default.

I just spent a few hours trying to figure out why the `links:` directive wasn't creating DNS entries on each container (running rootless). I eventually figured out that I didn't...

bug

Make use of #17487. Benchmark results available here: https://github.com/bitcoin/bitcoin/pull/17487#issuecomment-557226923

This is a draft for a consensus change enabling on-chain vaults, as detailed in this paper (https://jameso.be/vaults.pdf). In short, it introduces two opcodes, `OP_VAULT` and `OP_UNVAULT`, that facilitate constructing vaults...

Consensus

**Conceptual discussion here:** https://delvingbitcoin.org/t/covenant-tools-softfork/98 This draft is a patch that activates the consensus changes outlined in - [BIP-118](https://github.com/bitcoin/bips/blob/master/bip-0118.mediawiki) (SIGHASH_ANYPREVOUT for Taproot Scripts) - [BIP-119](https://github.com/bitcoin/bips/blob/master/bip-0119.mediawiki) (CHECKTEMPLATEVERIFY) - [BIP-345](https://github.com/jamesob/bips/blob/jamesob-23-02-opvault/bip-0345.mediawiki) (OP_VAULT) These changes...

Consensus
CI failed

Basic fix for the CI failure introduced in #28838 until something better can be devised. Apparently Windows doesn't allow two processes to read the same wallet file. Note that this...

Tests

## Version of Dear PyGui Version: 1.10.0 Operating System: Arch Linux (sway, no xwayland) ## My Issue/Question When attempting to run the demo with Wayland (sway, no xwayland), I get...

state: pending
type: bug

The FSChaCha20 class, as written in the BIP's pseudocode, doesn't have an encrypt() method (even though the equivalent class in `bip-0324/reference.py` does), so use crypt() to be clear that we're...

Proposed BIP modification
PR Author action required

Adds ability to ping [Healthchecks](https://github.com/healthchecks/healthchecks/) instances upon success.