Davide Gessa

Results 83 issues of Davide Gessa

- [ ] Create an empty test suite - [ ] Chain fork situation handling ### Unit tests - [x] Branch parsing / serialization ### Ideas - Check for bitcoin-core...

test

#We need to integrate these validity tests for blocks, headers and txs: https://en.bitcoin.it/wiki/Protocol_rules#.22tx.22_messages https://en.bitcoin.it/wiki/Protocol_rules#.22block.22_messages - [ ] Header validation - [x] Header validation - prev block - [ ] Header...

blockchain
protocol

If last n received headers messages are empty, assume that the node is in sync

blockchain

Is it possible to use multiple tile layers easily with the current implementation? In my use-case I need to have a base OSM tilemap + openseamap seamark layer; I'm not...

Today I tried to install lwip on ubuntu 16.04 and I get this error during the compilation phase: ``` CC(target) Release/obj.target/lwip_decoder/src/lib/png/png.o In file included from ../src/lib/png/png.c:14:0: ../src/lib/png/pngpriv.h:805:4: error: error ZLIB_VERNUM...

I was watching your project (great work guys), and I see you use X11 (on Linux) and Cocoa (on OSX) for the window creation, and for input events; it could...

enhancement