• Felix Lange's avatar
    ethutil: remove Config variable · bdba044a
    Felix Lange authored
    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
    bdba044a
Name
Last commit
Last update
..
number Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
README.md Loading commit data...
big.go Loading commit data...
big_test.go Loading commit data...
bytes.go Loading commit data...
bytes_test.go Loading commit data...
common.go Loading commit data...
common_test.go Loading commit data...
config.go Loading commit data...
db.go Loading commit data...
list.go Loading commit data...
main_test.go Loading commit data...
package.go Loading commit data...
path.go Loading commit data...
path_test.go Loading commit data...
rand.go Loading commit data...
rand_test.go Loading commit data...
rlp.go Loading commit data...
rlp_test.go Loading commit data...
script_unix.go Loading commit data...
script_windows.go Loading commit data...
set.go Loading commit data...
size.go Loading commit data...
size_test.go Loading commit data...
value.go Loading commit data...
value_test.go Loading commit data...