<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreth, branch v0.3.0-rc.6</title>
<subtitle>Avalanche C-Chain service code.</subtitle>
<id>https://git.tedyin.com/coreth/atom?h=v0.3.0-rc.6</id>
<link rel='self' href='https://git.tedyin.com/coreth/atom?h=v0.3.0-rc.6'/>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/'/>
<updated>2020-09-18T19:59:34Z</updated>
<entry>
<title>Merge pull request #37 from ava-labs/add-health</title>
<updated>2020-09-18T19:59:34Z</updated>
<author>
<name>Ted Yin</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-09-18T19:59:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=d0bbfb33f16a69ce24e123b01ebb30de8193ddc8'/>
<id>urn:sha1:d0bbfb33f16a69ce24e123b01ebb30de8193ddc8</id>
<content type='text'>
add no-op health endpoint</content>
</entry>
<entry>
<title>add no-op health endpoint</title>
<updated>2020-09-18T19:33:20Z</updated>
<author>
<name>Dan Laine</name>
<email>daniel.laine@avalabs.org</email>
</author>
<published>2020-09-18T19:33:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=df35a9b248b51fd47e9d3038489fec876be761f3'/>
<id>urn:sha1:df35a9b248b51fd47e9d3038489fec876be761f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #34 from ava-labs/dev</title>
<updated>2020-09-18T17:14:29Z</updated>
<author>
<name>Ted Yin</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-09-18T17:14:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=d048937c48753d9eaef771bf71820cf95d79df26'/>
<id>urn:sha1:d048937c48753d9eaef771bf71820cf95d79df26</id>
<content type='text'>
Dev</content>
</entry>
<entry>
<title>Merge commit '3ea6a79' into dev</title>
<updated>2020-09-18T17:11:39Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-09-18T17:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=7d8c85cf8895b0f998d8eafb02f99d5b689fcd59'/>
<id>urn:sha1:7d8c85cf8895b0f998d8eafb02f99d5b689fcd59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up the code</title>
<updated>2020-09-18T17:09:22Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-09-18T17:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=3ea6a7940e40677b629270dfc7a1466bca295bd3'/>
<id>urn:sha1:3ea6a7940e40677b629270dfc7a1466bca295bd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #35 from ava-labs/fix-shutdown</title>
<updated>2020-09-17T18:58:55Z</updated>
<author>
<name>aaronbuchwald</name>
<email>aaron.buchwald56@gmail.com</email>
</author>
<published>2020-09-17T18:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=aa4852662bcb45607a82ed115ac57d72a16b304b'/>
<id>urn:sha1:aa4852662bcb45607a82ed115ac57d72a16b304b</id>
<content type='text'>
Fix panic on shutdown form orphaned goroutine</content>
</entry>
<entry>
<title>Defer wg Done call instead of calling before return</title>
<updated>2020-09-17T18:37:10Z</updated>
<author>
<name>Aaron Buchwald</name>
<email>aaron.buchwald56@gmail.com</email>
</author>
<published>2020-09-17T18:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=b0a75c03303fe22f31fe1e1f0fa29a1e1cd78253'/>
<id>urn:sha1:b0a75c03303fe22f31fe1e1f0fa29a1e1cd78253</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move wg add outside of goroutines to prevent race condition</title>
<updated>2020-09-17T18:32:42Z</updated>
<author>
<name>Aaron Buchwald</name>
<email>aaron.buchwald56@gmail.com</email>
</author>
<published>2020-09-17T18:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=1a17fcec0e23aba017e3641c708e40e79be8e153'/>
<id>urn:sha1:1a17fcec0e23aba017e3641c708e40e79be8e153</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix panic on shutdown form orphaned goroutine</title>
<updated>2020-09-17T18:11:53Z</updated>
<author>
<name>Aaron Buchwald</name>
<email>aaron.buchwald56@gmail.com</email>
</author>
<published>2020-09-17T18:11:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=b9cb07277a70f126e5ce098faff6fb88cab6c29a'/>
<id>urn:sha1:b9cb07277a70f126e5ce098faff6fb88cab6c29a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable reorg entirely</title>
<updated>2020-09-17T17:31:23Z</updated>
<author>
<name>Determinant</name>
<email>tederminant@gmail.com</email>
</author>
<published>2020-09-17T17:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/coreth/commit/?id=95ae4c9b65db88021c40f1aa90541001cfad5cda'/>
<id>urn:sha1:95ae4c9b65db88021c40f1aa90541001cfad5cda</id>
<content type='text'>
</content>
</entry>
</feed>
