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
zelig
f02602d02d
ConfigManager (transitional)
...
- remove clientstring handling from ethutil.Config
- ReadConfig takes no Identifier argument
- members Ver, ClientString, ClientIdentifier removed from Config
- type ConfValue removed
- expose public type ethutil.ConfigManager
- Set -> Save(key string, value interface{}) now takes any value to allow for persisting non-string values directly
- TODO: eliminate all eth specific configs, just a wrapper around globalconf
10 years ago
zelig
90c2064640
peer constructors now set version string with ethereum.ClientIdentity().String()
10 years ago
zelig
c833c3fec8
add ClientIdentity() ethwire.ClientIdentity to Ethereum
10 years ago
zelig
c64629964f
ethwire.ClientIdentity now handles Client info sent in handshake + test
10 years ago
zelig
de2da4fd19
Merge branch 'develop' of github.com:ethereum/eth-go into feature/clientid
11 years ago
zelig
198e5eeab9
EthManager interface extended with ClientIdentity() ethwire.ClientIdentity
11 years ago
obscuren
8baa0f84e7
Fixed reverting error
11 years ago
obscuren
5d67139206
Fix
11 years ago
obscuren
5b8dde9602
Fixed CREATE op. Fixes #87
11 years ago
obscuren
81bc721c5c
Fixed address generation
11 years ago
obscuren
35ae9e3aa8
Paranoia check
11 years ago
obscuren
2f9bc2ab75
Removed old code
11 years ago
obscuren
8de099ae75
Added paranoia check
11 years ago
obscuren
40e3d2ab55
Changed CREATE
11 years ago
obscuren
6748158ab4
Moved methods
11 years ago
obscuren
e4d2d00d41
Added support for breakpoints on specific instructions
11 years ago
obscuren
315d65280b
Removed comment
11 years ago
obscuren
d15952c867
Moved debug hook to Vm directly
11 years ago
obscuren
1954ef47e6
Suicide is deferred to update
11 years ago
obscuren
fd1d0bbde7
Updated to generic padding function
11 years ago
obscuren
d7e396a98c
l <=> r
11 years ago
obscuren
00d3935aac
Removed old method
11 years ago
obscuren
bb2433ca1a
Added quitting reason
11 years ago
obscuren
7238a77327
Removed old code
11 years ago
obscuren
dd869064a6
delete?
11 years ago
obscuren
7a2a63f32b
Added utility wrapper for Ethereum Config contract
...
Note, this utility function has to move elsewhere
11 years ago
obscuren
28ef7d228c
Added Left and Right padding utility functions
11 years ago
obscuren
6151ae7db5
Fixed key import for empty entries
11 years ago
obscuren
3889785017
Added Path utility
11 years ago
obscuren
7a9ff4f8d4
bump
11 years ago
Jeffrey Wilcke
29f613ef84
Merge pull request #28 from ethersphere/feature/keys
...
Feature/keys
11 years ago
zelig
ff5703fd9b
ethutil -> ethtrie.NewTrie
11 years ago