obscuren
54715586ab
Changed sha3 to official one
10 years ago
obscuren
9010857677
Special diff output for execution
10 years ago
obscuren
ff151f9fbc
vm output
10 years ago
obscuren
5c7e96d895
Removed serpent
10 years ago
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
10 years ago
obscuren
9688ebef52
Return from execution immediately if there's no code
10 years ago
obscuren
d6753b2883
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
10 years ago
obscuren
b7ff773ecf
Removed debug log
10 years ago
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
10 years ago
obscuren
d52e5f7130
Removed hardcoded ip
10 years ago
obscuren
bea468f1e5
Increased timeout to 500ms
10 years ago
obscuren
639f1fd339
Log received and send to
10 years ago
obscuren
67e5689f87
Fixed BYTE opcode
10 years ago
Maran
dcbd97d29c
Check current folder for mnemonic words if it fails in source folder. For binary support
10 years ago
obscuren
794e65b60e
Updated peer server
10 years ago
obscuren
6cb35836a2
Upped protocol version number
10 years ago
obscuren
e4e704f480
Fix quit
10 years ago
obscuren
14d13167a7
Remove debug println
10 years ago
obscuren
78aad9a192
Getting rid of deprecated methods
10 years ago
obscuren
b01cb2406f
Fixed state reset case
10 years ago
obscuren
42bb3d8aae
Removed old if statement. No longer needed
10 years ago
obscuren
96ac061e68
Log change
10 years ago
obscuren
890745e846
Increased timeout
10 years ago
zelig
4d77b7face
remove extra case in main loop
10 years ago
obscuren
68fba4b781
Fixed state reset on err
10 years ago
Jeffrey Wilcke
239a5d3230
Merge pull request #34 from ethereum/revert-33-feature/ethutil-refactor
...
Revert "ethreact - Feature/ethutil refactor"
10 years ago
Jeffrey Wilcke
6fe9b4ab5e
Revert "ethreact - Feature/ethutil refactor"
10 years ago
obscuren
9dab7dcc3c
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
10 years ago
obscuren
d40cba3042
changed state reset
10 years ago
obscuren
1199941475
Connect to peer node by default
10 years ago
obscuren
ec040908e9
Protocol bump
10 years ago
Jeffrey Wilcke
b958179263
Merge pull request #33 from ethersphere/feature/ethutil-refactor
...
ethreact - Feature/ethutil refactor
10 years ago
zelig
5a2afc5754
fix reactor engine main loop blocked to wait if drained
10 years ago
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
10 years ago
zelig
4fb2905b1e
Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor
10 years ago
obscuren
b232acd04e
Debugging mode for vm
10 years ago
obscuren
329887df99
Fixed crazy looping
10 years ago
zelig
44d0d6abd2
Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor
10 years ago
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
10 years ago
zelig
584d1c61ec
use ethreact.Event and ethreact.ReactorEngine
10 years ago
zelig
af27264140
remove reactor code from ethutil
10 years ago
obscuren
90eb4f1939
Debug output, minor fixes and tweaks
...
* Script compile length fix
* Transition fix
10 years ago
obscuren
23b5b5fa36
Length check
10 years ago
obscuren
d5bcc01eae
Fixed shebang check. Previously it would hang on an unknown shebang
10 years ago
obscuren
633027d980
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
10 years ago
obscuren
d3d043dba0
Merge branch 'ethersphere-feature/clientid' into develop
10 years ago
obscuren
db60ebbbd7
Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go into ethersphere-feature/clientid
10 years ago
obscuren
cb7ebdf821
Decreased timeout
10 years ago
Jeffrey Wilcke
70e1a1a4df
Merge pull request #32 from josephyzhou/develop
...
typo, duplications
10 years ago
Joey Zhou
7c41e413e4
typo, duplications
10 years ago