:: Re: [Libbitcoin] obelisk hangs ~200…
Top Pagina
Delete this message
Reply to this message
Auteur: Amir Taaki
Datum:  
Aan: libbitcoin
Onderwerp: Re: [Libbitcoin] obelisk hangs ~200 block behind
Hi,

This bug has been fixed:

https://github.com/spesmilo/libbitcoin/commit/1deb4ab6e846d04b247300391e56d9c23c6cebb0

It was a deserialization error. The output script was not being properly
parsed and the block was not being read. This commit fixes that by adding
a catch if the script cannot be deserialized which returns a script with a
single operation of opcode::raw_data (like with input scripts). This
output cannot be spent.

>
> Using my own obelisk:
> $ sx bci-fetch-last-height
> 265628
> $ sx fetch-last-height
> 265457
>
> Using service = "tcp://37.139.11.99:9091"
> $ sx bci-fetch-last-height
> 265628
> $ sx fetch-last-height
> 265441
>
> Grazcoin
>
> _______________________________________________
> Libbitcoin mailing list
> Libbitcoin@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/libbitcoin
>