<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-tangerine/core/vm, branch v0.9.28</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=v0.9.28</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/atom?h=v0.9.28'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/'/>
<updated>2015-06-09T14:03:05+00:00</updated>
<entry>
<title>Remove unneeded if check on EC recover padding</title>
<updated>2015-06-09T14:03:05+00:00</updated>
<author>
<name>Gustav Simonsson</name>
<email>gustav.simonsson@gmail.com</email>
</author>
<published>2015-06-09T14:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=6e3b58e491c822cc6e4aa822c31c6dee034e3df9'/>
<id>urn:sha1:6e3b58e491c822cc6e4aa822c31c6dee034e3df9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pad precompiled EC recover input and add validations</title>
<updated>2015-06-09T13:41:15+00:00</updated>
<author>
<name>Gustav Simonsson</name>
<email>gustav.simonsson@gmail.com</email>
</author>
<published>2015-06-09T13:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=ad5b5a4895f39180f329f2532e2484430c1ac480'/>
<id>urn:sha1:ad5b5a4895f39180f329f2532e2484430c1ac480</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core/vm: cleanup and renames</title>
<updated>2015-06-03T20:39:17+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2015-05-31T13:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=fa4aefee44c5dd32fb7e0d02960c1550e9c8a330'/>
<id>urn:sha1:fa4aefee44c5dd32fb7e0d02960c1550e9c8a330</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core/vm: check for 'no code' before doing any work</title>
<updated>2015-06-03T14:25:06+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2015-05-29T12:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=48fb0c3213a1634a266dd661d30c9ecd3c352f49'/>
<id>urn:sha1:48fb0c3213a1634a266dd661d30c9ecd3c352f49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core/vm: improve JUMPDEST analysis</title>
<updated>2015-06-03T14:25:05+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2015-05-29T12:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=ea2718c9462ae351baab5eaa05a7e1ef9dc916fa'/>
<id>urn:sha1:ea2718c9462ae351baab5eaa05a7e1ef9dc916fa</id>
<content type='text'>
* JUMPDEST analysis is faster because less type conversions are performed.
* The map of JUMPDEST locations is now created lazily at the first JUMP.
* The result of the analysis is kept around for recursive invocations
  through CALL/CALLCODE.

Fixes #1147
</content>
</entry>
<entry>
<title>core/vm: Fork fix. Removal of appending 0 bytes in memset</title>
<updated>2015-05-26T11:48:10+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2015-05-26T09:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=f6f81169feb4afae1194b1c5c4dd6049a419210c'/>
<id>urn:sha1:f6f81169feb4afae1194b1c5c4dd6049a419210c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1101 from obscuren/issue-1096</title>
<updated>2015-05-26T10:50:27+00:00</updated>
<author>
<name>Jeffrey Wilcke</name>
<email>jeffrey@ethereum.org</email>
</author>
<published>2015-05-26T10:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=5044eb4b26616adbf2d263d5ff46ecc3e4dddc26'/>
<id>urn:sha1:5044eb4b26616adbf2d263d5ff46ecc3e4dddc26</id>
<content type='text'>
core/vm: Cleanups &amp; SUB output fix. Closes #1096</content>
</entry>
<entry>
<title>core/vm: Cleanups &amp; SUB output fix. Closes #1096</title>
<updated>2015-05-26T10:42:33+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2015-05-26T10:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=b419e2631a9ad8da589ab9358ff4c768f9439fd0'/>
<id>urn:sha1:b419e2631a9ad8da589ab9358ff4c768f9439fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core/vm, rpc: added disasm to `ext_` RPC</title>
<updated>2015-05-22T13:38:46+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2015-05-22T13:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=7381be8edb3bec412d31a97977174cf52eed8094'/>
<id>urn:sha1:7381be8edb3bec412d31a97977174cf52eed8094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core/vm: RETURN op code returns pointer to memory rather than copy</title>
<updated>2015-05-19T22:21:23+00:00</updated>
<author>
<name>obscuren</name>
<email>geffobscura@gmail.com</email>
</author>
<published>2015-05-19T15:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/go-tangerine/commit/?id=f5af1fdca8dc7d44b4c2025195c19819886729b6'/>
<id>urn:sha1:f5af1fdca8dc7d44b4c2025195c19819886729b6</id>
<content type='text'>
</content>
</entry>
</feed>
