| Commit message (Expand) | Author | Age | Files | Lines |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -1/+1 |
* | cmd/geth: reorganise chain commands/flags | Bas van Kervel | 2017-05-03 | 1 | -20/+41 |
* | cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneously | Péter Szilágyi | 2017-05-03 | 1 | -32/+41 |
* | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 1 | -1/+1 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -4/+10 |
* | * cmd/geth: add --nocompaction flag + multiple import files | Martin Holst Swende | 2017-03-08 | 1 | -5/+22 |
* | Logger updates 3 (#3730) | Péter Szilágyi | 2017-03-02 | 1 | -1/+1 |
* | cmd/geth: drop upgradedb subcommand since it's unfeasible | Péter Szilágyi | 2017-02-23 | 1 | -60/+0 |
* | cmd, whisper/mailserver: revert to utils.Fatalf | Péter Szilágyi | 2017-02-23 | 1 | -17/+17 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -22/+21 |
* | cmd/geth, cmd/swarm: Fix to close file handler appropriately | Shintaro Kaneko | 2017-01-30 | 1 | -0/+1 |
* | cmd/geth: tidied up the source (#3385) | Péter Szilágyi | 2016-11-30 | 1 | -0/+37 |
* | cmd/geth, core, light, mobile: removed state account StartingNonce | Jeffrey Wilcke | 2016-11-23 | 1 | -3/+0 |
* | cmd/geth: improve command help messages (#3227) | Kenji Siu | 2016-11-10 | 1 | -16/+35 |
* | cmd, eth: added light client and light server modes | zsfelfoldi | 2016-11-09 | 1 | -1/+1 |
* | cmd/geth, code, eth/downloader: tune import logs and mem stats | Péter Szilágyi | 2016-10-21 | 1 | -22/+49 |
* | cmd/geth, trie: report on trie cache unloads, also add debug log | Péter Szilágyi | 2016-10-19 | 1 | -1/+2 |
* | cmd, core/state: allow configurable trie cache generations | Péter Szilágyi | 2016-10-19 | 1 | -1/+1 |
* | cmd/geth, trie: track and report trie cache misses | Péter Szilágyi | 2016-10-19 | 1 | -4/+14 |
* | cmd/geth: compact and print database stats after an import | Péter Szilágyi | 2016-10-18 | 1 | -4/+21 |
* | node: ensure datadir can be co-inhabited by different instances | Felix Lange | 2016-09-16 | 1 | -16/+35 |
* | cmd/geth: set correct initial nonce on testnet for import/init subcommands (#... | Hellsegga | 2016-08-23 | 1 | -0/+3 |
* | Merge pull request #2455 from zsfelfoldi/chaindb | Jeffrey Wilcke | 2016-06-13 | 1 | -1/+1 |
|\ |
|
| * | core: improved chainDb using sequential keys | zsfelfoldi | 2016-06-07 | 1 | -1/+1 |
* | | cmd: fix CLI package deprecation warnings | Péter Szilágyi | 2016-06-10 | 1 | -6/+10 |
* | | cmd/geth: codegansta/cli package renamed to urfave/cli | Bas van Kervel | 2016-06-09 | 1 | -1/+1 |
|/ |
|
* | cmd/geth, console: fix reviewer issues | Péter Szilágyi | 2016-05-31 | 1 | -1/+1 |
* | cmd, console: split off the console into a reusable package | Péter Szilágyi | 2016-05-30 | 1 | -1/+2 |
* | cmd/geth, cmd/utils: improve input handling | Felix Lange | 2016-04-12 | 1 | -1/+1 |
* | common: remove old RLP implementation, Value and ExtPackage | Felix Lange | 2015-12-18 | 1 | -3/+2 |
* | core/state, core, miner: handle missing root error from state.New | Gustav Simonsson | 2015-10-16 | 1 | -1/+5 |
* | all: move common.Database to package ethdb | Felix Lange | 2015-09-15 | 1 | -1/+2 |
* | cmd/geth: Fix chain purging from cmd line | Maran | 2015-08-18 | 1 | -4/+3 |
* | core, eth, trie, xeth: merged state, chain, extra databases in one | Jeffrey Wilcke | 2015-08-08 | 1 | -13/+13 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -2/+2 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | Improved error checking | Taylor Gerring | 2015-06-06 | 1 | -3/+7 |
* | Cleanup | Taylor Gerring | 2015-06-06 | 1 | -1/+1 |
* | Allow export command to take first and last args | Taylor Gerring | 2015-06-06 | 1 | -1/+21 |
* | cmd/geth: don't flush databases after import | Felix Lange | 2015-05-28 | 1 | -5/+4 |
* | cmd/geth, cmd/utils: make chain importing interruptible | Felix Lange | 2015-05-28 | 1 | -5/+6 |
* | cmd/geth, cmd/utils: rename utils.Get* -> utils.Make* | Felix Lange | 2015-05-28 | 1 | -5/+5 |
* | cmd/geth: move blockchain commands to chaincmd.go | Felix Lange | 2015-05-28 | 1 | -0/+159 |