obscuren
14d13167a7
Remove debug println
11 years ago
obscuren
78aad9a192
Getting rid of deprecated methods
11 years ago
obscuren
b01cb2406f
Fixed state reset case
11 years ago
obscuren
42bb3d8aae
Removed old if statement. No longer needed
11 years ago
obscuren
96ac061e68
Log change
11 years ago
obscuren
890745e846
Increased timeout
11 years ago
zelig
4d77b7face
remove extra case in main loop
11 years ago
obscuren
68fba4b781
Fixed state reset on err
11 years ago
Jeffrey Wilcke
0360e60dd5
Merge pull request #101 from ethereum/revert-100-feature/ethutil-refactor
...
Revert "ethreact - Feature/ethutil refactor"
11 years ago
Jeffrey Wilcke
239a5d3230
Merge pull request #34 from ethereum/revert-33-feature/ethutil-refactor
...
Revert "ethreact - Feature/ethutil refactor"
11 years ago
Jeffrey Wilcke
6fe9b4ab5e
Revert "ethreact - Feature/ethutil refactor"
11 years ago
Jeffrey Wilcke
0c132e4c9e
Revert "ethreact - Feature/ethutil refactor"
11 years ago
Jeffrey Wilcke
f9e2e5276f
Merge pull request #100 from ethersphere/feature/ethutil-refactor
...
ethreact - Feature/ethutil refactor
11 years ago
obscuren
9dab7dcc3c
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
11 years ago
obscuren
d40cba3042
changed state reset
11 years ago
obscuren
1199941475
Connect to peer node by default
11 years ago
obscuren
ec040908e9
Protocol bump
11 years ago
Jeffrey Wilcke
b958179263
Merge pull request #33 from ethersphere/feature/ethutil-refactor
...
ethreact - Feature/ethutil refactor
11 years ago
Gav Wood
5e83ea8228
Prettier VM tests.
11 years ago
Gav Wood
a09aae0efe
Fix VM tests.
11 years ago
zelig
5a2afc5754
fix reactor engine main loop blocked to wait if drained
11 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
11 years ago
zelig
4fb2905b1e
Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor
11 years ago
zelig
6b296d907b
Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/ethutil-refactor
11 years ago
obscuren
8e5117444e
New type of debugger
11 years ago
obscuren
b232acd04e
Debugging mode for vm
11 years ago
obscuren
329887df99
Fixed crazy looping
11 years ago
zelig
1e4ae24126
use ethreact.Event, unbuffered event channels, subscribe after loop reading from channel starts
11 years ago
zelig
44d0d6abd2
Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-refactor
11 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
11 years ago
zelig
584d1c61ec
use ethreact.Event and ethreact.ReactorEngine
11 years ago
zelig
af27264140
remove reactor code from ethutil
11 years ago
Jeffrey Wilcke
ec9a044a17
Merge pull request #10 from romanman/patch-1
...
Update vmtests.json
11 years ago
obscuren
0ae3bbc3f5
deleted
11 years ago
obscuren
b9fa4dada8
Merge branch 'develop'
11 years ago
obscuren
9754c01f56
Added sample coin as a submodule
11 years ago
obscuren
043920d157
Removed sample coin
11 years ago
obscuren
3ebcd36667
Merge branch 'develop'
11 years ago
obscuren
90eb4f1939
Debug output, minor fixes and tweaks
...
* Script compile length fix
* Transition fix
11 years ago
obscuren
9e38ca555d
Visual updates
11 years ago
obscuren
de183e80db
Silent compiler errors when continues compiling
11 years ago
obscuren
23b5b5fa36
Length check
11 years ago
obscuren
d5bcc01eae
Fixed shebang check. Previously it would hang on an unknown shebang
11 years ago
obscuren
ca395306e3
Updated debugger
...
* Compile on the go. Continues compilation in order to update the ASM
view
* Short cuts commands
11 years ago
romanman
5e0123fbe1
Update vmtests.json
11 years ago
obscuren
24ff81d14e
Merge branch 'ethersphere-feature/clientid' into develop
11 years ago
obscuren
633027d980
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
11 years ago
obscuren
d3d043dba0
Merge branch 'ethersphere-feature/clientid' into develop
11 years ago
obscuren
db60ebbbd7
Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go into ethersphere-feature/clientid
11 years ago
obscuren
cb7ebdf821
Decreased timeout
11 years ago