<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-tangerine, branch v1.9.1</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.9.1</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/'/>
<updated>2019-07-24T06:41:48+00:00</updated>
<entry>
<title>params: release Geth v1.9.1</title>
<updated>2019-07-24T06:41:48+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2019-07-24T06:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=b7b2f60f866d92e75db5bfe5be51b48eadeb3150'/>
<id>urn:sha1:b7b2f60f866d92e75db5bfe5be51b48eadeb3150</id>
<content type='text'>
</content>
</entry>
<entry>
<title>eth, internal, les: add getHeaderBy* APIs (#19669)</title>
<updated>2019-07-23T13:52:24+00:00</updated>
<author>
<name>gary rong</name>
<email>garyrong0905@gmail.com</email>
</author>
<published>2019-07-23T13:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=530f78e22de9580c3779d33fd0e3b3c8e677c8d0'/>
<id>urn:sha1:530f78e22de9580c3779d33fd0e3b3c8e677c8d0</id>
<content type='text'>
* eth, interal, les: add getHeaderBy* APIs

* internal: address the comment

* eth, internal, les: getHeader nits, missing TD, console callable
</content>
</entry>
<entry>
<title>vendor, internal/build: fix OpenBSD by bumping Azure libs (#17966)</title>
<updated>2019-07-23T12:06:44+00:00</updated>
<author>
<name>Alexander van der Meij</name>
<email>alexandervdm@users.noreply.github.com</email>
</author>
<published>2019-07-23T12:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=57d9c93dcdf8341088abdf322d0f7a2787768ec6'/>
<id>urn:sha1:57d9c93dcdf8341088abdf322d0f7a2787768ec6</id>
<content type='text'>
* bump azure-storage-blob-go dependency to 0.3.0 release

* update azure-storage-blob-go module import path

* fix multiple return values on azblob.NewSharedKeyCredential

* vendor: bump Azure libs to latest from upstream
</content>
</entry>
<entry>
<title>signer/fourbytes: fix up error messages (#19877)</title>
<updated>2019-07-23T10:06:31+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2019-07-23T10:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=4f56790efc0da36e3bf20e7194f864f84b72c7e6'/>
<id>urn:sha1:4f56790efc0da36e3bf20e7194f864f84b72c7e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #19875 from karalabe/dev-4gb-cache</title>
<updated>2019-07-23T09:54:20+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2019-07-23T09:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=78ab411aacfb11e00e1c7466aaa20843016429f3'/>
<id>urn:sha1:78ab411aacfb11e00e1c7466aaa20843016429f3</id>
<content type='text'>
cmd/geth: skip 4GB memory bump for devnet</content>
</entry>
<entry>
<title>les: get rid of testing tx journal (#19876)</title>
<updated>2019-07-23T09:53:35+00:00</updated>
<author>
<name>gary rong</name>
<email>garyrong0905@gmail.com</email>
</author>
<published>2019-07-23T09:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=f08eb0489657f19da56d1ffb2ff9296bdfc61a6c'/>
<id>urn:sha1:f08eb0489657f19da56d1ffb2ff9296bdfc61a6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd/faucet: add grace period to faucet timeout (#18105)</title>
<updated>2019-07-23T09:52:41+00:00</updated>
<author>
<name>wbt</name>
<email>wbt@users.noreply.github.com</email>
</author>
<published>2019-07-23T09:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=3b96c17fc148c8a4731a8230cd5b2d392047ef8c'/>
<id>urn:sha1:3b96c17fc148c8a4731a8230cd5b2d392047ef8c</id>
<content type='text'>
* Add 5 minute grace period to faucet timeout

* cmd/faucet: make grace period dynamic based on original wait time
</content>
</entry>
<entry>
<title>cmd/geth: skip 4GB memory bump for devnet</title>
<updated>2019-07-23T09:18:22+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2019-07-23T09:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=4ac941a9fc13a530d39691dfcd4326056b4cc6bc'/>
<id>urn:sha1:4ac941a9fc13a530d39691dfcd4326056b4cc6bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core, les: fix les unit tests (#19823)</title>
<updated>2019-07-22T12:45:40+00:00</updated>
<author>
<name>gary rong</name>
<email>garyrong0905@gmail.com</email>
</author>
<published>2019-07-22T12:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=b80c840af33aae1ff99ce9879fecc6161a0c1620'/>
<id>urn:sha1:b80c840af33aae1ff99ce9879fecc6161a0c1620</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19869)</title>
<updated>2019-07-22T10:34:41+00:00</updated>
<author>
<name>Christian Muehlhaeuser</name>
<email>muesli@gmail.com</email>
</author>
<published>2019-07-22T10:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=a32a2b933ad6793a2fe4172cd46c5c5906da259a'/>
<id>urn:sha1:a32a2b933ad6793a2fe4172cd46c5c5906da259a</id>
<content type='text'>
Fixed assigning values to variables we don't end up using.</content>
</entry>
</feed>
