<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-tangerine/miner, branch master</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=master</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/'/>
<updated>2019-09-17T08:57:29+00:00</updated>
<entry>
<title>Rebrand as tangerine-network/go-tangerine</title>
<updated>2019-09-17T08:57:29+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@byzantine-lab.io</email>
</author>
<published>2019-06-12T09:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=ac088de6322fc16ebe75c2e5554be73754bf1fe2'/>
<id>urn:sha1:ac088de6322fc16ebe75c2e5554be73754bf1fe2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>app: remove pending block logic (#149)</title>
<updated>2019-06-12T09:27:21+00:00</updated>
<author>
<name>bojie</name>
<email>bojie@dexon.org</email>
</author>
<published>2019-01-14T12:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=f587289bc3d5f679c6e92acb817a40a88a19e970'/>
<id>urn:sha1:f587289bc3d5f679c6e92acb817a40a88a19e970</id>
<content type='text'>
</content>
</entry>
<entry>
<title>miner: fix test</title>
<updated>2019-06-12T09:27:19+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@dexon.org</email>
</author>
<published>2018-11-26T10:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=39e68f0f9f28b2166a509cd6f40e049b78fffe90'/>
<id>urn:sha1:39e68f0f9f28b2166a509cd6f40e049b78fffe90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change import go github.com/dexon-foundation/dexon</title>
<updated>2019-06-12T09:23:38+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@cobinhood.com</email>
</author>
<published>2018-09-26T02:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=21cbe9d5b1630be351329a5715fd599030a00122'/>
<id>urn:sha1:21cbe9d5b1630be351329a5715fd599030a00122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: simplify timestamps to uint64 (#19372)</title>
<updated>2019-04-08T09:00:42+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2019-04-02T20:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=af401d03a395c21fdb297edb687edf8af3470cb2'/>
<id>urn:sha1:af401d03a395c21fdb297edb687edf8af3470cb2</id>
<content type='text'>
* all: simplify timestamps to uint64

* tests: update definitions

* clef, faucet, mobile: leftover uint64 fixups

* ethash: fix tests

* graphql: update schema for timestamp

* ethash: remove unused variable
</content>
</entry>
<entry>
<title>core, internal, eth, miner, les: Take VM config from BlockChain (#17955)</title>
<updated>2018-12-06T13:34:49+00:00</updated>
<author>
<name>Paweł Bylica</name>
<email>chfast@gmail.com</email>
</author>
<published>2018-12-06T13:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=de39513ced05f120b30b0daa49003982cc6b2426'/>
<id>urn:sha1:de39513ced05f120b30b0daa49003982cc6b2426</id>
<content type='text'>
Until this commit, when sending an RPC request that called `NewEVM`, a blank `vm.Config`
would be taken so as to set some options, based on the default configuration. If some extra
configuration switches were passed to the blockchain, those would be ignored.

This PR adds a function to get the config from the blockchain, and this is what is now used
for RPC calls.

Some subsequent changes need to be made, see https://github.com/ethereum/go-ethereum/pull/17955#pullrequestreview-182237244
for the details of the discussion.</content>
</entry>
<entry>
<title>miner: fix miner stress test (#18039)</title>
<updated>2018-11-07T08:55:56+00:00</updated>
<author>
<name>gary rong</name>
<email>garyrong0905@gmail.com</email>
</author>
<published>2018-11-07T08:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=e2640a96d4311e3ac48de467a6eb3c88b95dfb3e'/>
<id>urn:sha1:e2640a96d4311e3ac48de467a6eb3c88b95dfb3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>miner: remove intermediate conversion to int in tests (#17853)</title>
<updated>2018-10-08T14:30:00+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@users.noreply.github.com</email>
</author>
<published>2018-10-08T14:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=459278cd57a6188aea3991db3c7f83df70282ad8'/>
<id>urn:sha1:459278cd57a6188aea3991db3c7f83df70282ad8</id>
<content type='text'>
This fixes the tests on 32bit platforms.</content>
</entry>
<entry>
<title>all: fix various comment typos (#17748)</title>
<updated>2018-09-25T10:26:35+00:00</updated>
<author>
<name>Liang ZOU</name>
<email>liang.d.zou@gmail.com</email>
</author>
<published>2018-09-25T10:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=6663e5da10e7198f7ff5e883fd857240e59d476c'/>
<id>urn:sha1:6663e5da10e7198f7ff5e883fd857240e59d476c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> eth, miner: prefer locally generated uncles vs remote ones (#17715)</title>
<updated>2018-09-20T21:11:55+00:00</updated>
<author>
<name>gary rong</name>
<email>garyrong0905@gmail.com</email>
</author>
<published>2018-09-20T21:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=457e930f27242381db5b5fe185c30bed9a5f2f89'/>
<id>urn:sha1:457e930f27242381db5b5fe185c30bed9a5f2f89</id>
<content type='text'>
* core, eth: fix dependency cycle

* eth, miner: perfer to locally generated uncle
</content>
</entry>
</feed>
