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
Gav Wood
ddfa3af45d
Everything a string.
10 years ago
Gav Wood
d659f469a9
Code fixes.
10 years ago
Maran
c2bca5939d
Added path check for Windows when loading external QML windows/components
10 years ago
Maran
dcbd97d29c
Check current folder for mnemonic words if it fails in source folder. For binary support
10 years ago
Maran
05c1899895
Windos case for assetPath had a typo
10 years ago
Maran
7e88dd4e6b
Setup default asset path for windows
10 years ago
Maran
61d5d107b6
Make script inclusion via QML also relative to asset path
10 years ago
Maran
7f9e614b5d
Forgot two images
10 years ago
Maran
79259c916d
Use relative image paths to help with windows builds
10 years ago
obscuren
685aebc72e
Merge branch 'develop'
11 years ago
obscuren
794e65b60e
Updated peer server
11 years ago
obscuren
6cb35836a2
Upped protocol version number
11 years ago
obscuren
e4e704f480
Fix quit
11 years ago
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