Peter Conrad

Results 179 comments of Peter Conrad

API incompatibilities are (mostly) resolved, tests working, replay working (up to 37M blocks anyway).

Don't forget block generation. That currently uses head_block_time of the block that it is building upon. I agree that the current implementation is not nice and may lead to surprising...

Keep in mind that serialization is not only about JSON but also about "raw" format as used on the wire and on disk. You can't simply add fields because that...

Simpler (?) alternative: * keep `...update_chain_parameter_operation`, but add an extension flag `delta` to `chain_parameters` * use separate `db_chain_parameters` structure for internal database * add logic to update `db_chain_parameters` from `chain_parameters`...

IMO having a couple of additional bytes on chain in a rarely used operation is hardly worth another operation.

Posted an issue at openSUSE: https://github.com/openSUSE/software-o-o/issues/45

I can sign the repo's GPG key with my own if that's any help. (But I can't upload to signed key to OBS, so we'd have to publish it elsewhere.)...

Sorry, this dropped off my radar. Thanks for the bump. Here's the repo key signed by me: -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v2 mQGiBEzT5vQRBAChC66Ww4PMVR/EQ/z6h1R4ChmMO+1B6GNJRP5AaoCO1rERilP4 eRLZPosh1xK6InmC9s0WKTTZoQK4BtRn/OLI81i4RGOMQ6gu/Deo/snbgO+tGXaD qWPklbhysZcvjfitGV52ZZZch7nYLo1PWGQcdE3MiIO/6lPD2MGVTk9W3wCgqTAh hBOmpSzT20kvbbgFeAZPKYED/3fW1+fcdXMvh90JP5cqdGzPTlRwU38/UltHHEte mn14fJ8wOT1T8N903qZaePPiZDzWPR8SoGRHNvT0Hjlx2OC/ZlpKK6HlYzf9b8c5...

Linux distributions vary in miniupnp include paths. In my packages I have solved the problem by invoking qmake with "INCLUDEPATH=/usr/include/miniupnpc" and "make -C src OPENSSL_INCLUDE_PATH=/usr/include/miniupnpc" for the daemon.

If anything breaks I'll find a workaround...