Commit Graph

33 Commits

Author SHA1 Message Date
obscuren fed3e6a808 Refactored ethutil.Config.Db out 2015-01-07 13:17:48 +01:00
obscuren 16f417f5af Fixed bug where logging could crash client during tx adding 2015-01-02 22:19:58 +01:00
obscuren 780abaec98 Switched to new trie 2014-12-23 18:35:36 +01:00
obscuren e6fdf0c9f7 Merge branch 'develop' into poc8 2014-12-18 00:12:51 +01:00
obscuren b1c58b76a9 moved err check 2014-12-17 12:57:35 +01:00
zelig b89ed8eb7b adapt javascript pkg to new backend, use SuggestPeer 2014-12-14 20:27:06 +00:00
obscuren 5553e5aaed states moved to chain 2014-12-10 19:59:12 +01:00
obscuren f298ffdbb8 Renamed State => StateDB 2014-12-04 11:40:20 +01:00
obscuren 9008b155d3 Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
obscuren a1b6a9ac29 Begin of moving objects to types package
* Block(s)
* Transaction(s)
2014-11-18 16:58:22 +01:00
obscuren f59a3b67f6 StateManager => BlockManager 2014-11-04 10:57:02 +01:00
obscuren af8f5f0b69 ethstate => state 2014-10-31 14:43:14 +01:00
obscuren 0ed1a8b50a ethpipe => xeth (eXtended ETHereum) 2014-10-31 14:30:08 +01:00
obscuren 8826e9694c Moved utils to cmd 2014-10-31 14:20:11 +01:00
obscuren b1c247231b ethlog => logger 2014-10-31 12:56:05 +01:00
obscuren 3ee0461cb5 Moved ethchain to chain 2014-10-31 10:59:17 +01:00
Felix Lange 8170f96ded javascript: remove unused quit channel
This fixes the hang in JSRE.Stop.
2014-10-29 03:00:29 +01:00
obscuren b095bd3237 events should be set prior to calling mainloop 2014-10-27 11:50:38 +01: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
obscuren 6ea44c466a Updated to reflect BlockChain changes 2014-10-20 12:03:31 +02:00
obscuren 77badc8c46 Updated to reflect the Filter changes in eth-go 2014-10-18 13:20:35 +02:00
Jeffrey Wilcke abdf5e76f3 Merge pull request #138 from erezwanderman/fixwindows
Fix ethereum compilation and functioning on Windows.
2014-10-17 17:26:04 +02:00
Erez Wanderman 7227552f42 Fix ethereum compilation and functioning on Windows.
repl console output is now colored.
repl "exit" command now works.
2014-10-15 02:41:26 +03:00
Felix Lange 0aea5fc4a3 adapt to new event package 2014-10-14 19:38:38 +02:00
obscuren 0a82e3b75b Stack info 2014-09-19 11:13:01 +02:00
obscuren 7280057228 Minor visual updates 2014-09-18 11:27:55 +02:00
obscuren 01863ebff0 Rename and changed peer window 2014-09-17 15:58:44 +02:00
obscuren a8409b0a8b Implementing new wallet views 2014-08-18 01:35:42 +02:00
obscuren 2eab964a00 Switched over to ethpipe 2014-08-16 01:38:24 +02:00
obscuren a6c4543c57 Moving over to ethpipe 2014-08-15 13:16:07 +02:00
obscuren c362172567 Got rid of warnings and updated storage getters 2014-08-15 01:07:40 +02:00
obscuren 612b631823 Json types 2014-08-14 17:01:21 +02:00
obscuren ce8f24e57a Moved JSRE to it's own package for sharing between ethere(um/al) 2014-08-11 16:24:17 +02:00