Jeff Garzik

Results 31 comments of Jeff Garzik

@aido It's a balance. As a first step we should link externally. If the library proves consensus critical, or versioning through OS proves problematic, we can look at moving in-tree...

Looking good so far!

Taking a fresh look at all the pull requests. Concept ACK -- lmdb is proving to be superior in other projects, so it makes sense to pull it into picocoin...

Nice! Thanks a bunch. concept ACK Does the default-off sync test work on segwit or segwit2x testnet chains?

I think moving src/wallet.c to lib/wallet/wallet.c exposes some layering issues. It is unusual and avoidable to create a library routine -- wallet_filename() -- and then require the upper layer program...

@Levino Or the archived version, https://web.archive.org/web/20150510225511/https://en.bitcoin.it/wiki/Identity_protocol_v1

It does not seem to be Http-Signatures as the focus appears to be primarily on the data transported. There appears to be the presumption that you are tunnelling data (an...

@kilrau 1) web proxy is a workable solution, yes. Happy to test. This would be great. 2) Web proxy solution has the advantage of being build-able/maintain-able separate from the core...

@kilrau Will check it out. Primary task is a side-by-side comparison of this vs Binance/Bittrex/coinbase, which is largely a documentation effort (vs testing/coding).

2017_modify branch adds erase() support https://github.com/jgarzik/univalue/tree/2017_modify Needs improvement, comments welcome etc. insert()-at-position should probably also be added. The combination of the two would permit replacing items (and perhaps a two-line...