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
obscuren
15f491e500
Clean up REPL
2015-03-04 12:18:26 +01:00
obscuren
6ea7aae29c
Removed some methods from the JS REPL
2015-02-28 19:15:57 +01:00
obscuren
acc8f7fadc
Add defer rescued back in
2015-01-16 14:51:38 +01:00
obscuren
16f417f5af
Fixed bug where logging could crash client during tx adding
2015-01-02 22:19:58 +01:00
obscuren
4cd79d8ddd
Refactored block & Transaction
...
* Includes new rlp decoder
2014-12-23 13:48:44 +01:00
zelig
50e1dcc43a
import eth pkg
2014-12-14 20:30:56 +00:00
Taylor Gerring
3588c4a9fe
formatting update per gofmt
2014-11-15 20:21:03 -06:00
obscuren
b1c247231b
ethlog => logger
2014-10-31 12:56:05 +01:00
Felix Lange
184055b3e2
cmd/*: add license headers
2014-10-23 15:48:53 +02:00
Felix Lange
69baa465ea
Merge eth-go repository into go-ethereum
...
mist, etheruem have been moved to cmd/
2014-10-23 15:01:27 +02:00