<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreth/plugin, branch v0.2.8-rc.4</title>
<subtitle>Avalanche C-Chain service code.</subtitle>
<id>https://git.tedyin.com/coreth/atom?h=v0.2.8-rc.4</id>
<link rel='self' href='https://git.tedyin.com/coreth/atom?h=v0.2.8-rc.4'/>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/'/>
<updated>2020-08-13T05:00:42Z</updated>
<entry>
<title>fixed nil pointer error in getCachedStatus + removed ip filter</title>
<updated>2020-08-13T05:00:42Z</updated>
<author>
<name>StephenButtolph</name>
<email>stephen@avalabs.org</email>
</author>
<published>2020-08-13T05:00:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=4676ebb4aca5464e9ecba47f9db7e63593e92a0e'/>
<id>urn:sha1:4676ebb4aca5464e9ecba47f9db7e63593e92a0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>read blocks with caching</title>
<updated>2020-08-13T02:50:17Z</updated>
<author>
<name>StephenButtolph</name>
<email>stephen@avalabs.org</email>
</author>
<published>2020-08-13T02:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=4945ae1427399d9a0f6b3561306f50f360011613'/>
<id>urn:sha1:4945ae1427399d9a0f6b3561306f50f360011613</id>
<content type='text'>
</content>
</entry>
<entry>
<title>increased cache sizes</title>
<updated>2020-08-13T01:49:21Z</updated>
<author>
<name>StephenButtolph</name>
<email>stephen@avalabs.org</email>
</author>
<published>2020-08-13T01:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=89df16782ed7a6b45600f3685371b8574b12f1ff'/>
<id>urn:sha1:89df16782ed7a6b45600f3685371b8574b12f1ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>verify whether Block fields are in agreement with the header</title>
<updated>2020-07-24T02:20:32Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-07-23T03:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=43af06a5fbf3808519b94db7aec1d01f2e753e94'/>
<id>urn:sha1:43af06a5fbf3808519b94db7aec1d01f2e753e94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use non-zero hash as the blackhole</title>
<updated>2020-06-28T05:00:40Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-06-28T05:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=13ebd8bd9468e9d769d598b0ca2afb72ba78cb97'/>
<id>urn:sha1:13ebd8bd9468e9d769d598b0ca2afb72ba78cb97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change zero addr to 0x0 (from 0x1000...0) with backward-compatibility</title>
<updated>2020-06-28T04:37:28Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-06-28T04:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=110a55012a0cb29694157723535bbcf5142b671c'/>
<id>urn:sha1:110a55012a0cb29694157723535bbcf5142b671c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make corrections and increase the version number;</title>
<updated>2020-06-28T03:57:42Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-06-28T03:57:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=e4f24f3cd168c63d211fb1e49f1745496d7a3437'/>
<id>urn:sha1:e4f24f3cd168c63d211fb1e49f1745496d7a3437</id>
<content type='text'>
go mod is crappy and only accepts dep by version numbers. :(
</content>
</entry>
<entry>
<title>check the coinbase in ParseBlock</title>
<updated>2020-06-28T02:46:31Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-06-28T02:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=1c68a9849d5f493ab62e18a125158f6288c1e363'/>
<id>urn:sha1:1c68a9849d5f493ab62e18a125158f6288c1e363</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add CPU profiling API</title>
<updated>2020-06-17T23:05:19Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-06-17T23:05:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=07a9f9db09f7ade1be5a90197c46fde2e5245fea'/>
<id>urn:sha1:07a9f9db09f7ade1be5a90197c46fde2e5245fea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/denali-next' into denali</title>
<updated>2020-06-07T21:58:22Z</updated>
<author>
<name>StephenButtolph</name>
<email>stephen@avalabs.org</email>
</author>
<published>2020-06-07T21:58:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=6a33e292321a38ad07bd4e19459896e5c8d532d1'/>
<id>urn:sha1:6a33e292321a38ad07bd4e19459896e5c8d532d1</id>
<content type='text'>
</content>
</entry>
</feed>
