<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/jsre, branch yilan</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=yilan</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=yilan'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2016-05-30T14:25:23+00:00</updated>
<entry>
<title>cmd, console: split off the console into a reusable package</title>
<updated>2016-05-30T14:25:23+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2016-05-06T09:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=ffaf58f0a98bd987bbe76e8669bb22c405dcd62a'/>
<id>urn:sha1:ffaf58f0a98bd987bbe76e8669bb22c405dcd62a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jsre: hotfix web3 for the console eth.syncing formatting</title>
<updated>2016-05-09T08:59:59+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2016-05-09T08:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=1d42061e2c8c1f657d56b606057df537e11abf8a'/>
<id>urn:sha1:1d42061e2c8c1f657d56b606057df537e11abf8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd/geth, jsre: improve the js command</title>
<updated>2016-04-20T21:33:43+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-04-20T21:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=87ae0df476cf6b413795ee54207e8ec86e178dbc'/>
<id>urn:sha1:87ae0df476cf6b413795ee54207e8ec86e178dbc</id>
<content type='text'>
geth js stopped the JS runtime after running the first input file
and blocked for pending callbacks. This commit makes it process
all files and enables quitting with Ctrl-C regardless of callbacks.

Error reporting is also improved. If a script fails to load, the error
is printed and includes the backtrace. package jsre now ensures that
otto is aware of the filename, the backtrace will contain them.

Before:

$ geth js bad.js; echo "exit $?"
... log messages ...
exit 0

After:

$ geth js bad.js; echo "exit $?"
... log messages ...
Fatal: JavaScript Error: Invalid number of input parameters
    at web3.js:3109:20
    at web3.js:4917:15
    at web3.js:4960:5
    at web3.js:4984:23
    at checkWork (bad.js:11:9)
    at bad.js:19:1

exit 1
</content>
</entry>
<entry>
<title>all: update license information</title>
<updated>2016-04-15T07:48:05+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-04-14T16:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d04a2e7557596258faa896fea57dc793651af2e8'/>
<id>urn:sha1:d04a2e7557596258faa896fea57dc793651af2e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jsre: hide fields with prefix _ when pretty-printing</title>
<updated>2016-04-13T10:06:42+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-02-20T14:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=05e257c22cbdbf689634927557bcab05f2befad0'/>
<id>urn:sha1:05e257c22cbdbf689634927557bcab05f2befad0</id>
<content type='text'>
This makes web3 internals like _requestManager invisible.
</content>
</entry>
<entry>
<title>jsre: fix &lt;tab&gt;&lt;tab&gt; completion magic</title>
<updated>2016-04-13T10:06:42+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-02-20T13:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=f08680985a479482356192ee3b36f09a8ed3cb4c'/>
<id>urn:sha1:f08680985a479482356192ee3b36f09a8ed3cb4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jsre: expose Do</title>
<updated>2016-04-13T10:06:42+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-02-20T13:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=5542b51b5047ebd4792cd6b2cec789189c019e3c'/>
<id>urn:sha1:5542b51b5047ebd4792cd6b2cec789189c019e3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jsre: print BigNumber objects with custom constructor as number</title>
<updated>2016-04-12T15:42:14+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@twurst.com</email>
</author>
<published>2016-04-12T15:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=4e85be0717d298e2cd406c84cf321cd856f1e94f'/>
<id>urn:sha1:4e85be0717d298e2cd406c84cf321cd856f1e94f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: various fixes/enhancements</title>
<updated>2016-04-12T09:02:39+00:00</updated>
<author>
<name>Bas van Kervel</name>
<email>bas@ethdev.com</email>
</author>
<published>2016-03-14T08:38:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=aa9fff3e68b1def0a9a22009c233150bf9ba481f'/>
<id>urn:sha1:aa9fff3e68b1def0a9a22009c233150bf9ba481f</id>
<content type='text'>
rpc: be less restrictive on the request id
rpc: improved documentation
console: upgrade web3.js to version 0.16.0
rpc: cache http connections
rpc: rename wsDomains parameter to wsOrigins
</content>
</entry>
<entry>
<title>console: seed random number generator</title>
<updated>2016-02-19T11:55:31+00:00</updated>
<author>
<name>Bas van Kervel</name>
<email>bas@ethdev.com</email>
</author>
<published>2016-02-19T11:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=6777531a2d3367ef3cee933d7a36945eecb37090'/>
<id>urn:sha1:6777531a2d3367ef3cee933d7a36945eecb37090</id>
<content type='text'>
</content>
</entry>
</feed>
