<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/dashboard, branch master</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<entry>
<title>Change import go github.com/dexon-foundation/dexon</title>
<updated>2019-04-09T13:32:49+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/dexon/commit/?id=d056357e4999c6c70c8b8e85a9e4f533895ed6c2'/>
<id>d056357e4999c6c70c8b8e85a9e4f533895ed6c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dashboard: append to proper slice (#17266)</title>
<updated>2018-07-30T09:48:16+00:00</updated>
<author>
<name>Oleg Kovalov</name>
<email>iamolegkovalov@gmail.com</email>
</author>
<published>2018-07-30T09:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=7b1aa642201170627dd6f3d4d96701fdd068bf80'/>
<id>7b1aa642201170627dd6f3d4d96701fdd068bf80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dashboard: fix CSS, escape special HTML chars, clean up code (#17167)</title>
<updated>2018-07-16T07:43:58+00:00</updated>
<author>
<name>Kurkó Mihály</name>
<email>kurkomisi@users.noreply.github.com</email>
</author>
<published>2018-07-16T07:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=eb7f901289dce3f9fe3341da8c0b938ea839f79d'/>
<id>eb7f901289dce3f9fe3341da8c0b938ea839f79d</id>
<content type='text'>
* dashboard: fix CSS, escape special HTML chars, clean up code

* dashboard: change 0 to 1

* dashboard: add escape-html npm package
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dashboard: fix CSS, escape special HTML chars, clean up code

* dashboard: change 0 to 1

* dashboard: add escape-html npm package
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd, dashboard, log: log collection and exploration (#17097)</title>
<updated>2018-07-11T07:59:04+00:00</updated>
<author>
<name>Kurkó Mihály</name>
<email>kurkomisi@users.noreply.github.com</email>
</author>
<published>2018-07-11T07:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=a9835c1816bc49ee54c82b4f2a5b05cbcd89881b'/>
<id>a9835c1816bc49ee54c82b4f2a5b05cbcd89881b</id>
<content type='text'>
* cmd, dashboard, internal, log, node: logging feature

* cmd, dashboard, internal, log: requested changes

* dashboard, vendor: gofmt, govendor, use vendored file watcher

* dashboard, log: gofmt -s -w, goimports

* dashboard, log: gosimple
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cmd, dashboard, internal, log, node: logging feature

* cmd, dashboard, internal, log: requested changes

* dashboard, vendor: gofmt, govendor, use vendored file watcher

* dashboard, log: gofmt -s -w, goimports

* dashboard, log: gosimple
</pre>
</div>
</content>
</entry>
<entry>
<title> cmd, ethdb, vendor: integrate leveldb iostats (#16277)</title>
<updated>2018-03-08T12:59:00+00:00</updated>
<author>
<name>Kurkó Mihály</name>
<email>kurkomisi@users.noreply.github.com</email>
</author>
<published>2018-03-08T12:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=39c16c8a1e9292d26669ea4faeedc09ad4ece1ea'/>
<id>39c16c8a1e9292d26669ea4faeedc09ad4ece1ea</id>
<content type='text'>
* cmd, dashboard, ethdb, vendor: send iostats to dashboard

* ethdb: change names

* ethdb: handle parsing errors

* ethdb: handle iostats syntax error

* ethdb: r -&gt; w
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cmd, dashboard, ethdb, vendor: send iostats to dashboard

* ethdb: change names

* ethdb: handle parsing errors

* ethdb: handle iostats syntax error

* ethdb: r -&gt; w
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd, dashboard: use webpack dev server, remove custom assets (#16263)</title>
<updated>2018-03-08T08:22:21+00:00</updated>
<author>
<name>Kurkó Mihály</name>
<email>kurkomisi@users.noreply.github.com</email>
</author>
<published>2018-03-08T08:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=704840a8ad9e75d4a00e734f901cac21c51b7eb5'/>
<id>704840a8ad9e75d4a00e734f901cac21c51b7eb5</id>
<content type='text'>
* cmd, dashboard: remove custom assets, webpack dev server

* dashboard: yarn commands, small fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cmd, dashboard: remove custom assets, webpack dev server

* dashboard: yarn commands, small fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910)</title>
<updated>2018-02-23T09:56:08+00:00</updated>
<author>
<name>Anton Evangelatov</name>
<email>anton.evangelatov@gmail.com</email>
</author>
<published>2018-02-23T09:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=ae9f97221a96a86e4343a5c3cc4b1db44627a2f3'/>
<id>ae9f97221a96a86e4343a5c3cc4b1db44627a2f3</id>
<content type='text'>
* go-metrics: fork library and introduce ResettingTimer and InfluxDB reporter.

* vendor: change nonsense/go-metrics to ethersphere/go-metrics

* go-metrics: add tests. move ResettingTimer logic from reporter to type.

* all, metrics: pull in metrics package in go-ethereum

* metrics/test: make sure metrics are enabled for tests

* metrics: apply gosimple rules

* metrics/exp, internal/debug: init expvar endpoint when starting pprof server

* internal/debug: tiny comment formatting fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* go-metrics: fork library and introduce ResettingTimer and InfluxDB reporter.

* vendor: change nonsense/go-metrics to ethersphere/go-metrics

* go-metrics: add tests. move ResettingTimer logic from reporter to type.

* all, metrics: pull in metrics package in go-ethereum

* metrics/test: make sure metrics are enabled for tests

* metrics: apply gosimple rules

* metrics/exp, internal/debug: init expvar endpoint when starting pprof server

* internal/debug: tiny comment formatting fix
</pre>
</div>
</content>
</entry>
<entry>
<title>dashboard: CPU, memory, diskIO and traffic on the footer (#15950)</title>
<updated>2018-01-23T20:51:04+00:00</updated>
<author>
<name>Kurkó Mihály</name>
<email>kurkomisi@users.noreply.github.com</email>
</author>
<published>2018-01-23T20:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=05ade19302357eba6a24348f31df140ce0eca326'/>
<id>05ade19302357eba6a24348f31df140ce0eca326</id>
<content type='text'>
* dashboard: footer, deep state update

* dashboard: resolve asset path

* dashboard: prevent state update on every reconnection

* dashboard: fix linter issue

* dashboard, cmd: minor UI fix, include commit hash

* dashboard: gitCommit renamed to commit

* dashboard: move the geth version to the right, make commit optional

* dashboard: memory, traffic and CPU on footer

* dashboard: fix merge

* dashboard: CPU, diskIO on footer

* dashboard: rename variables, use group declaration

* dashboard: docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dashboard: footer, deep state update

* dashboard: resolve asset path

* dashboard: prevent state update on every reconnection

* dashboard: fix linter issue

* dashboard, cmd: minor UI fix, include commit hash

* dashboard: gitCommit renamed to commit

* dashboard: move the geth version to the right, make commit optional

* dashboard: memory, traffic and CPU on footer

* dashboard: fix merge

* dashboard: CPU, diskIO on footer

* dashboard: rename variables, use group declaration

* dashboard: docs
</pre>
</div>
</content>
</entry>
<entry>
<title>dashboard: deep state update, version in footer (#15837)</title>
<updated>2018-01-15T09:20:00+00:00</updated>
<author>
<name>Kurkó Mihály</name>
<email>kurkomisi@users.noreply.github.com</email>
</author>
<published>2018-01-15T09:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=938cf4528ab5acbb6013be79a0548956713807a8'/>
<id>938cf4528ab5acbb6013be79a0548956713807a8</id>
<content type='text'>
* dashboard: footer, deep state update

* dashboard: resolve asset path

* dashboard: remove bundle.js

* dashboard: prevent state update on every reconnection

* dashboard: fix linter issue

* dashboard, cmd: minor UI fix, include commit hash

* remove geth binary

* dashboard: gitCommit renamed to commit

* dashboard: move the geth version to the right, make commit optional

* dashboard: commit limited to 7 characters

* dashboard: limit commit length on client side

* dashboard: run go generate
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dashboard: footer, deep state update

* dashboard: resolve asset path

* dashboard: remove bundle.js

* dashboard: prevent state update on every reconnection

* dashboard: fix linter issue

* dashboard, cmd: minor UI fix, include commit hash

* remove geth binary

* dashboard: gitCommit renamed to commit

* dashboard: move the geth version to the right, make commit optional

* dashboard: commit limited to 7 characters

* dashboard: limit commit length on client side

* dashboard: run go generate
</pre>
</div>
</content>
</entry>
<entry>
<title>all: update generated code (#15808)</title>
<updated>2018-01-08T12:15:57+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@users.noreply.github.com</email>
</author>
<published>2018-01-08T12:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=5c2f1e00148f16655d3fb63b93920b1108165c56'/>
<id>5c2f1e00148f16655d3fb63b93920b1108165c56</id>
<content type='text'>
* core/types, core/vm, eth, tests: regenerate gencodec files

* Makefile: update devtools target

Install protoc-gen-go and print reminders about npm, solc and protoc.
Also switch to github.com/kevinburke/go-bindata because it's more
maintained.

* contracts/ens: update contracts and regenerate with solidity v0.4.19

The newer upstream version of the FIFSRegistrar contract doesn't set the
resolver anymore. The resolver is now deployed separately.

* contracts/release: regenerate with solidity v0.4.19

* contracts/chequebook: fix fallback and regenerate with solidity v0.4.19

The contract didn't have a fallback function, payments would be rejected
when compiled with newer solidity. References to 'mortal' and 'owned'
use the local file system so we can compile without network access.

* p2p/discv5: regenerate with recent stringer

* cmd/faucet: regenerate

* dashboard: regenerate

* eth/tracers: regenerate

* internal/jsre/deps: regenerate

* dashboard: avoid sed -i because it's not portable

* accounts/usbwallet/internal/trezor: fix go generate warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* core/types, core/vm, eth, tests: regenerate gencodec files

* Makefile: update devtools target

Install protoc-gen-go and print reminders about npm, solc and protoc.
Also switch to github.com/kevinburke/go-bindata because it's more
maintained.

* contracts/ens: update contracts and regenerate with solidity v0.4.19

The newer upstream version of the FIFSRegistrar contract doesn't set the
resolver anymore. The resolver is now deployed separately.

* contracts/release: regenerate with solidity v0.4.19

* contracts/chequebook: fix fallback and regenerate with solidity v0.4.19

The contract didn't have a fallback function, payments would be rejected
when compiled with newer solidity. References to 'mortal' and 'owned'
use the local file system so we can compile without network access.

* p2p/discv5: regenerate with recent stringer

* cmd/faucet: regenerate

* dashboard: regenerate

* eth/tracers: regenerate

* internal/jsre/deps: regenerate

* dashboard: avoid sed -i because it's not portable

* accounts/usbwallet/internal/trezor: fix go generate warnings
</pre>
</div>
</content>
</entry>
</feed>
