<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-tangerine/errs, branch v1.6.3</title>
<subtitle>Tangerine full node (https://github.com/tangerine-network/go-tangerine)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/atom?h=v1.6.3</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/'/>
<updated>2017-02-28T16:01:54+00:00</updated>
<entry>
<title>errs: kill it with fire</title>
<updated>2017-02-28T16:01:54+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2017-02-28T16:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=7e3762fdc6c8cd48c170486c622a04edbedec3b6'/>
<id>urn:sha1:7e3762fdc6c8cd48c170486c622a04edbedec3b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: blidly swap out glog to our log15, logs need rework</title>
<updated>2017-02-23T10:16:44+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2017-02-22T12:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=d4fd06c3dc6cd6d2dbd2bfebfee5bcb46a504851'/>
<id>urn:sha1:d4fd06c3dc6cd6d2dbd2bfebfee5bcb46a504851</id>
<content type='text'>
</content>
</entry>
<entry>
<title>logger, pow/dagger, pow/ezp: delete dead code</title>
<updated>2017-01-06T17:18:07+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2017-01-06T15:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=13e3b2f433c48fe81423c1a13e9a5194ece61b01'/>
<id>urn:sha1:13e3b2f433c48fe81423c1a13e9a5194ece61b01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: fix license headers one more time</title>
<updated>2015-07-23T16:35:11+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2015-07-23T16:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89'/>
<id>urn:sha1:bfbcfbe4a9dd9125391b56d6a13158cc5ec71c89</id>
<content type='text'>
I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
</content>
</entry>
<entry>
<title>all: update license headers to distiguish GPL/LGPL</title>
<updated>2015-07-22T16:51:45+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2015-07-22T16:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=3f047be5aa93b6222506445414ca909dd59c7eeb'/>
<id>urn:sha1:3f047be5aa93b6222506445414ca909dd59c7eeb</id>
<content type='text'>
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
</content>
</entry>
<entry>
<title>all: update license information</title>
<updated>2015-07-07T12:12:44+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2015-07-07T00:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=ea54283b304a1d308141d21e3ef75b7de0f4519d'/>
<id>urn:sha1:ea54283b304a1d308141d21e3ef75b7de0f4519d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockpool stability fixes:</title>
<updated>2015-04-13T12:13:55+00:00</updated>
<author>
<name>zelig</name>
<email>viktor.tron@gmail.com</email>
</author>
<published>2015-04-12T19:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=3d57e377a4e95941fd3f572b42e073b40d10d27c'/>
<id>urn:sha1:3d57e377a4e95941fd3f572b42e073b40d10d27c</id>
<content type='text'>
- follow up locks and fix them
- chainManager: call SetQueued for parentErr future blocks, uncomment TD checks, unskip test
- make ErrIncorrectTD non-fatal to be forgiving to genuine mistaken nodes (temp) but demote them to guard against stuck best peers.
- add purging to bounded nodeCache (config nodeCacheSize)
- use nodeCache when creating blockpool entries and let non-best peers add blocks (performance boost)
- minor error in addError
- reduce idleBestPeerTimeout to 1 minute
- correct status counts and unskip status passing status test
- glogified logging
</content>
</entry>
<entry>
<title>Moved log to debug</title>
<updated>2015-04-09T15:19:05+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2015-04-09T15:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=663fd8f8491fcf10429388237cbb361856c6e49c'/>
<id>urn:sha1:663fd8f8491fcf10429388237cbb361856c6e49c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>errs pkg for error code based errors</title>
<updated>2015-02-25T12:21:59+00:00</updated>
<author>
<name>zelig</name>
<email>viktor.tron@gmail.com</email>
</author>
<published>2015-02-25T12:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=d46c7bcaf9268a191f0156d36abf394df5374795'/>
<id>urn:sha1:d46c7bcaf9268a191f0156d36abf394df5374795</id>
<content type='text'>
</content>
</entry>
</feed>
