Commit Graph

1310 Commits

Author SHA1 Message Date
obscuren 2c46bfde8b Increased block request 2014-07-14 00:37:41 +02:00
obscuren 5b2e5d180f Changed diff output not to prefix hex with 0x 2014-07-14 00:37:18 +02:00
obscuren 6426f3635e Forgot to return gas when CALL's value transfer fails 2014-07-13 17:56:14 +02:00
obscuren ee3ba0b1d6 Catch up per 10 2014-07-13 17:45:39 +02:00
obscuren 54715586ab Changed sha3 to official one 2014-07-12 11:10:47 +02:00
obscuren 9010857677 Special diff output for execution 2014-07-11 16:04:09 +02:00
obscuren ff151f9fbc vm output 2014-07-10 21:54:36 +02:00
obscuren 5c7e96d895 Removed serpent 2014-07-10 18:19:38 +02:00
obscuren 04561c4ddc Updated VM & added helper methods to state
* VM BALANCE opcode updated to pop 1 item and use that to retrieve the
  address' balance
* GetBalance and GetNonce on state that'll always return something valid
2014-07-10 17:58:16 +02:00
obscuren 9688ebef52 Return from execution immediately if there's no code 2014-07-10 15:31:48 +02:00
obscuren d6753b2883 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 2014-07-10 15:06:55 +02:00
obscuren b7ff773ecf Removed debug log 2014-07-10 15:06:46 +02:00
obscuren e504088b79 Consensus and bug fixes
* Ensure that each state object has an address that is 20 bytes
* Byte logging for vm
* changed diff output
2014-07-10 15:05:06 +02:00
obscuren d52e5f7130 Removed hardcoded ip 2014-07-10 15:04:19 +02:00
obscuren bea468f1e5 Increased timeout to 500ms 2014-07-10 15:03:48 +02:00
obscuren 639f1fd339 Log received and send to 2014-07-10 15:03:26 +02:00
obscuren 67e5689f87 Fixed BYTE opcode 2014-07-10 12:51:19 +02:00
Maran dcbd97d29c Check current folder for mnemonic words if it fails in source folder. For binary support 2014-07-09 10:59:49 +02:00
obscuren 794e65b60e Updated peer server 2014-07-07 22:08:09 +02:00
obscuren 6cb35836a2 Upped protocol version number 2014-07-07 16:06:09 +02:00
obscuren e4e704f480 Fix quit 2014-07-07 16:05:59 +02:00
obscuren 14d13167a7 Remove debug println 2014-07-07 13:59:59 +02:00
obscuren 78aad9a192 Getting rid of deprecated methods 2014-07-07 13:59:32 +02:00
obscuren b01cb2406f Fixed state reset case 2014-07-07 13:59:09 +02:00
obscuren 42bb3d8aae Removed old if statement. No longer needed 2014-07-07 13:58:54 +02:00
obscuren 96ac061e68 Log change 2014-07-07 13:58:28 +02:00
obscuren 890745e846 Increased timeout 2014-07-07 13:58:20 +02:00
obscuren 68fba4b781 Fixed state reset on err 2014-07-07 11:17:48 +02:00
Jeffrey Wilcke 239a5d3230 Merge pull request #34 from ethereum/revert-33-feature/ethutil-refactor
Revert "ethreact - Feature/ethutil refactor"
2014-07-07 10:59:26 +02:00
Jeffrey Wilcke 6fe9b4ab5e Revert "ethreact - Feature/ethutil refactor" 2014-07-07 10:59:16 +02:00
obscuren 9dab7dcc3c Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 2014-07-07 10:53:25 +02:00
obscuren d40cba3042 changed state reset 2014-07-07 10:53:20 +02:00
obscuren 1199941475 Connect to peer node by default 2014-07-07 10:52:58 +02:00
obscuren ec040908e9 Protocol bump 2014-07-07 10:52:39 +02:00
Jeffrey Wilcke b958179263 Merge pull request #33 from ethersphere/feature/ethutil-refactor
ethreact - Feature/ethutil refactor
2014-07-07 10:52:02 +02:00
zelig 5a2afc5754 fix reactor engine main loop blocked to wait if drained 2014-07-05 19:56:01 +01:00
zelig d4300c406c logger fix
- introduce quit, drained, shutdown channels
- mainLoop falls through reading message channel to drained state, and waits is blocked in default branch until any message is sent
- Flush() waits for <-drained
- Stop() pushes quit and nodges mainloop out of blocking drained state
- package-global mutex
- Reset()
- clear tests
2014-07-05 19:11:08 +01:00
zelig 4fb2905b1e Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor 2014-07-05 12:53:00 +01:00
obscuren b232acd04e Debugging mode for vm 2014-07-05 13:24:49 +02:00
obscuren 329887df99 Fixed crazy looping 2014-07-05 13:24:26 +02:00
zelig 44d0d6abd2 Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor 2014-07-04 19:40:23 +01:00
zelig 0c6f1c9c3a ethreact
- consistent renaming
- React -> Event
- ReactorEvent -> EventHandler
- NewReactorEngine -> New
- async ReactorEngine main loop with select on main eventChannel and quit channel
- ReactorEngine main loop control with Start() Stop() Flush()
- ReactorEngine.dispatch
- use sync.RWMutex
- delete eventHandler if subscribed channels go to 0
2014-07-04 19:38:53 +01:00
zelig 584d1c61ec use ethreact.Event and ethreact.ReactorEngine 2014-07-04 19:38:44 +01:00
zelig af27264140 remove reactor code from ethutil 2014-07-04 19:37:40 +01:00
obscuren 90eb4f1939 Debug output, minor fixes and tweaks
* Script compile length fix
* Transition fix
2014-07-04 15:32:10 +02:00
obscuren 23b5b5fa36 Length check 2014-07-04 13:34:50 +02:00
obscuren d5bcc01eae Fixed shebang check. Previously it would hang on an unknown shebang 2014-07-04 13:05:07 +02:00
obscuren 633027d980 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop 2014-07-04 00:13:57 +02:00
obscuren d3d043dba0 Merge branch 'ethersphere-feature/clientid' into develop 2014-07-04 00:13:42 +02:00
obscuren db60ebbbd7 Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go into ethersphere-feature/clientid 2014-07-04 00:12:28 +02:00