Commit Graph

19 Commits

Author SHA1 Message Date
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 29b8a0bc5f Updated the VM & VM tests
* Stack Error shouldn't revert to previous state
* Updated VM Test tool
* Added Transfer method to VM Env
2014-10-23 01:01:26 +02:00
obscuren 097ba56df5 Renamed block_chain to chain_manager 2014-10-20 11:53:11 +02:00
obscuren 4de3ad1712 New block message 2014-10-08 12:29:49 +02:00
obscuren b417766b36 Minor tweaks for poc7 2014-10-08 11:59:44 +02:00
obscuren 82be305496 Fixed inconsistencies 2014-10-02 17:03:15 +02:00
obscuren 65a802c678 Re-wrote Call and Execute to use the new vm messages 2014-09-22 14:51:21 +02:00
obscuren 4b4830692a Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 2014-09-14 00:13:32 +02:00
obscuren 2fb57b2ea7 Reworked filters 2014-09-14 00:13:23 +02:00
Cayman Nava 7dacd7eb78 add pushtx to api
Previously the software assumed use of an internal private key for use in all broadcasted transactions. This addition lets nodes relay pre-signed transactions originating from sources other than the node itself.
2014-09-09 21:27:34 -07:00
obscuren 740081e2f7 Storage at changed to return bytes 2014-08-21 21:06:42 +02:00
obscuren b368549fd5 Always return something valid 2014-08-21 15:12:13 +02:00
obscuren 79c64f6bca Added block by hash or number 2014-08-20 16:40:19 +02:00
obscuren 89c442cadb Added block by number 2014-08-20 13:36:54 +02:00
obscuren 55a2f35a64 JS Filter 2014-08-20 13:05:26 +02:00
obscuren b97ea0e447 Added JSFilter type 2014-08-20 09:59:09 +02:00
obscuren b0ae61c652 Removed the "Get" part 2014-08-18 10:17:45 +02:00
obscuren d79387c27e Mutan compile 2014-08-17 12:41:52 +02:00
obscuren d701b23230 Reworking the public js interface (pub) => (pipe) 2014-08-15 13:05:13 +02:00