Commit Graph

8262 Commits (c52ab932e61ef9eba37c107e8b58b22c7d32e6c2)
 

Author SHA1 Message Date
Valentin Wüstholz c52ab932e6 cmd/disasm, cmd/evm: integrate disasm tool into evm tool. (#3729) 8 years ago
Jeffrey Wilcke 230cf2ec91 cmd/evm, core/asm: add EVM assembler (#3686) 8 years ago
Jeffrey Wilcke 7ff75ac2f2 cmd/utils, core, params: fork all teh things for dev mode (#3697) 8 years ago
Péter Szilágyi 167be7f260 Merge pull request #3725 from karalabe/kill-it-with-fire 8 years ago
Péter Szilágyi 7e3762fdc6
errs: kill it with fire 8 years ago
Péter Szilágyi 94c71c171f Merge pull request #3723 from karalabe/logger-updates-2 8 years ago
Felix Lange 5f7826270c all: unify big.Int zero checks, use common/math in more places (#3716) 8 years ago
Péter Szilágyi b117da2db3
core/state: drop most of a logs (useless at this volume) 8 years ago
Péter Szilágyi e02883c0a2
core, log: track field length and pad to align 8 years ago
Péter Szilágyi e588e0ca2b
all: next batch of log polishes to contextual versions 8 years ago
Péter Szilágyi d4f60d362b Merge pull request #3721 from karalabe/drop-legacy-db-updates 8 years ago
Péter Szilágyi 46bcd9a92c
core, eth: drop database block splitting upgrader 8 years ago
Jamie Pitts dbd88a1aa4 params: updated bootnodes (#3720) 8 years ago
Péter Szilágyi 965407f238 Merge pull request #3709 from fjl/p2p-context-log 8 years ago
Felix Lange 96ae35e2ac p2p, p2p/discover, p2p/nat: rework logging using context keys 8 years ago
Péter Szilágyi dc0a006c7c Merge pull request #3718 from karalabe/terminal-format-hash 8 years ago
Péter Szilágyi 2f28a12cdb
common, eth/downloader, log: support terminal log formatting 8 years ago
Felix Lange 35e8308bf7 eth, les: shorten genesis block mismatch error message 8 years ago
Péter Szilágyi fc97c7a38d Merge pull request #3717 from tranvictor/master 8 years ago
Péter Szilágyi 48bc07ae97 Merge pull request #3708 from fjl/log-letter 8 years ago
tranvictor a624ce69f7 internal/ethapi: fixes #2648, returns logsBloom for pending block 8 years ago
Felix Lange d0eba23af3 all: disable log message colors outside of geth 8 years ago
Felix Lange 43362ab4fb log: disable logs by default 8 years ago
Felix Lange 38e273597c log: log full level names instead of mispelled "EROR", "DBUG" 8 years ago
Péter Szilágyi e8b3e22612 Merge pull request #3711 from karalabe/update-downloader-logs 8 years ago
Péter Szilágyi 32ee1b3cd8 Merge pull request #3715 from karalabe/update-hid-library 8 years ago
Péter Szilágyi 8676aeb798
eth/downloader: review fixes 8 years ago
Valentin Wüstholz 37511ec520 core, core/vm, cmd/disasm: unify procedures for disassembling evm code (#3530) 8 years ago
Péter Szilágyi 46eea4d105
accounts, eth/downloader: use "err" instead of "error" in logs 8 years ago
Péter Szilágyi 0a63c3e362
eth/downloader: port over old logs from glog to log15 8 years ago
Péter Szilágyi 45c7cfd2e6
vendor: update HID library for glibc < v2.17 build 8 years ago
Felix Lange 5c8fe28b72 common: move big integer math to common/math (#3699) 8 years ago
Péter Szilágyi 50ee279f25 Merge pull request #3705 from karalabe/drop-legacy-commands 8 years ago
gluk256 562ccff822 whisper: fixed temporary directory for tests (#3707) 8 years ago
gluk256 11539030cd whisper: expiry refactoring (#3706) 8 years ago
Péter Szilágyi aca066f337
cmd/geth: drop upgradedb subcommand since it's unfeasible 8 years ago
Péter Szilágyi 5ee00209d2
cmd/ethtest: drop the manual test tool in favor of hive 8 years ago
Péter Szilágyi e7bdb00700
cmd/gethrpctest: ethereum/rpc-tests is deprecated 8 years ago
Péter Szilágyi 357732a840 Merge pull request #3696 from karalabe/contextual-logger 8 years ago
Péter Szilágyi f89dd62776
internal, log: support debug log prints, displaying log origins 8 years ago
Péter Szilágyi 1ca20a2697
cmd, whisper/mailserver: revert to utils.Fatalf 8 years ago
Péter Szilágyi 23a5d64fd0
accounts, cmd: port packages over to the new logging system 8 years ago
Péter Szilágyi 61e6bb1247
eth, les, swarm: fix go vet issues sufraced by log15 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Péter Szilágyi 47af53f9aa
log: implement a glog style pattern matching handler 8 years ago
Péter Szilágyi 3f923f3902
swarm: remove superfluous line break in log statements 8 years ago
Péter Szilágyi 189dee26c6
p2p: remove trailing newlines from log messages 8 years ago
Péter Szilágyi b9d48b4a93
log: add support for trace level, exit on critical 8 years ago
Péter Szilágyi ec7f81f4bc
log, vendor: vendor in log15 inline into our codebase 8 years ago
gluk256 29fac7de44 Whisper API fixed (#3687) 8 years ago