Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | cmd, dashboard, log: log collection and exploration (#17097) | Kurkó Mihály | 2018-07-11 | 1 | -2/+44 |
| | | | | | | | | | | | | * 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 | ||||
* | log: Change time format | Paweł Bylica | 2018-06-25 | 1 | -1/+1 |
| | | | | | - Keep the tailing zeros. - Limit precision to milliseconds. | ||||
* | all: library changes for swarm-network-rewrite (#16898) | Elad | 2018-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | This commit adds all changes needed for the merge of swarm-network-rewrite. The changes: - build: increase linter timeout - contracts/ens: export ensNode - log: add Output method and enable fractional seconds in format - metrics: relax test timeout - p2p: reduced some log levels, updates to simulation packages - rpc: increased maxClientSubscriptionBuffer to 20000 | ||||
* | log: fixes for golint warnings (#16775) | kiel barry | 2018-05-22 | 1 | -8/+8 |
| | |||||
* | log: fix megacheck warnings | Egon Elbre | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -3/+3 |
| | | | | | This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface. | ||||
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1/+0 |
| | |||||
* | core, log: track field length and pad to align | Péter Szilágyi | 2017-02-28 | 1 | -3/+25 |
| | |||||
* | common, eth/downloader, log: support terminal log formatting | Péter Szilágyi | 2017-02-28 | 1 | -6/+19 |
| | |||||
* | all: disable log message colors outside of geth | Felix Lange | 2017-02-27 | 1 | -14/+16 |
| | | | | Also tweak behaviour so colors are only enabled when stderr is a terminal. | ||||
* | log: log full level names instead of mispelled "EROR", "DBUG" | Felix Lange | 2017-02-27 | 1 | -3/+3 |
| | |||||
* | internal, log: support debug log prints, displaying log origins | Péter Szilágyi | 2017-02-23 | 1 | -4/+50 |
| | |||||
* | log: add support for trace level, exit on critical | Péter Szilágyi | 2017-02-23 | 1 | -0/+2 |
| | |||||
* | log, vendor: vendor in log15 inline into our codebase | Péter Szilágyi | 2017-02-23 | 1 | -0/+279 |