aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/repl/repl.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/ethereum: new JS repl with cross-platform line editingFelix Lange2015-03-061-201/+0
|
* ethutil: remove Config variableFelix Lange2015-03-061-1/+1
| | | | | | | | | | | Various functions throughout the codebase used it to grab settings. This has to stop because I want to use them without reading the config file. These functions can now be used without reading the config first: * ethdb.NewLDBDatabase * ethrepl.NewJSRepl * vm.New
* Clean up REPLobscuren2015-03-041-3/+101
|
* Removed some methods from the JS REPLobscuren2015-03-011-0/+1
|
* Add defer rescued back inobscuren2015-01-161-0/+5
|
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-0/+1
|
* Refactored block & Transactionobscuren2014-12-231-6/+0
| | | | * Includes new rlp decoder
* import eth pkgzelig2014-12-151-1/+1
|
* ethlog => loggerobscuren2014-10-311-4/+4
|
* cmd/*: add license headersFelix Lange2014-10-231-0/+17
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+85
mist, etheruem have been moved to cmd/