plugeth/cmd/ethereum/repl
Felix Lange bdba044a80 ethutil: remove Config variable
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
2015-03-06 02:46:56 +01:00
..
console_colors_windows.go cmd/*: add license headers 2014-10-23 15:48:53 +02:00
repl_darwin.go cmd/*: add license headers 2014-10-23 15:48:53 +02:00
repl_linux.go Merge eth-go repository into go-ethereum 2014-10-23 15:01:27 +02:00
repl_windows.go formatting update per gofmt 2014-11-15 20:21:03 -06:00
repl.go ethutil: remove Config variable 2015-03-06 02:46:56 +01:00