Christopher Jeffrey (JJ)

Results 29 issues of Christopher Jeffrey (JJ)

I've been using eloipool to mine segwit blocks on testnet for the past week now. When I first started using it I noticed was I was getting submitted invalid blocks....

We have the opportunity to remove: - highlight - langPrefix - headerPrefix - heading IDs In favor of the new renderer. The downside to this (at least for 3 of...

RR - refactor & re-engineer
proposal

Also possibly a wallet recovery guide.

enhancement
wallet

So, [reimplementing mocha][bmocha] has revealed a number of bugs in mocha itself. There's at least 3 or 4 cases where mocha is completely swallowing an error and not displaying it....

It seems there is a [another project] already using the name "mako". I don't use wayland, and plan to avoid using it for as long as humanly possible so I...

Values are currently capped at 1024 bytes. There are two reasons for this: 1. We try to save as much space as possible on disk by compressing pointers and packing...

The main benefit of the urkel tree is history preservation. However, there are some cases where history becomes stale. In the case of HNS, this would include name data that...

This would allow us to utilize memory-mapped writes and get rid of our write buffer. This is a breaking change, but may be worth it in terms of simplicity and...

The atomic_fetch ops are supposed to return the old value of the object. chibicc is currently returning the new values. stdatomic.h: ``` c #define atomic_fetch_add(obj, val) (*(obj) += (val)) #define...

There's a merklix tree implementation on the [merklix](https://github.com/handshake-org/urkel/tree/merklix) branch. You could say the way the urkel tree currently handles bit collisions is naive, but in benchmarks, there are __no__ noticeable...