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
obscuren
cb7ebdf821
Decreased timeout
2014-07-04 00:12:21 +02:00
Jeffrey Wilcke
70e1a1a4df
Merge pull request #32 from josephyzhou/develop
...
typo, duplications
2014-07-04 00:10:29 +02:00
Joey Zhou
7c41e413e4
typo, duplications
2014-07-03 11:31:47 -07:00
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
2014-07-03 17:30:51 +01:00
zelig
90c2064640
peer constructors now set version string with ethereum.ClientIdentity().String()
2014-07-03 17:30:37 +01:00
zelig
c833c3fec8
add ClientIdentity() ethwire.ClientIdentity to Ethereum
2014-07-03 17:30:04 +01:00
zelig
c64629964f
ethwire.ClientIdentity now handles Client info sent in handshake + test
2014-07-03 17:28:27 +01:00
zelig
de2da4fd19
Merge branch 'develop' of github.com:ethereum/eth-go into feature/clientid
2014-07-03 15:08:13 +01:00
zelig
198e5eeab9
EthManager interface extended with ClientIdentity() ethwire.ClientIdentity
2014-07-03 15:08:06 +01:00
obscuren
8baa0f84e7
Fixed reverting error
2014-07-03 16:07:21 +02:00
obscuren
5d67139206
Fix
2014-07-03 10:05:02 +02:00
obscuren
5b8dde9602
Fixed CREATE op. Fixes #87
2014-07-03 10:04:38 +02:00
obscuren
81bc721c5c
Fixed address generation
2014-07-03 10:03:58 +02:00
obscuren
35ae9e3aa8
Paranoia check
2014-07-02 17:48:10 +02:00
obscuren
2f9bc2ab75
Removed old code
2014-07-02 17:47:33 +02:00
obscuren
8de099ae75
Added paranoia check
2014-07-02 17:47:18 +02:00
obscuren
40e3d2ab55
Changed CREATE
2014-07-02 17:47:09 +02:00
obscuren
6748158ab4
Moved methods
2014-07-02 13:40:02 +02:00
obscuren
e4d2d00d41
Added support for breakpoints on specific instructions
2014-07-02 13:08:32 +02:00
obscuren
315d65280b
Removed comment
2014-07-02 11:30:14 +02:00
obscuren
d15952c867
Moved debug hook to Vm directly
2014-07-02 01:04:21 +02:00
obscuren
1954ef47e6
Suicide is deferred to update
2014-07-02 00:06:21 +02:00
obscuren
fd1d0bbde7
Updated to generic padding function
2014-07-02 00:05:48 +02:00
obscuren
d7e396a98c
l <=> r
2014-07-01 23:59:37 +02:00
obscuren
00d3935aac
Removed old method
2014-07-01 23:59:18 +02:00
obscuren
bb2433ca1a
Added quitting reason
2014-07-01 20:32:47 +02:00
obscuren
7238a77327
Removed old code
2014-07-01 20:12:18 +02:00
obscuren
dd869064a6
delete?
2014-07-01 20:09:37 +02:00
obscuren
7a2a63f32b
Added utility wrapper for Ethereum Config contract
...
Note, this utility function has to move elsewhere
2014-07-01 20:09:21 +02:00
obscuren
28ef7d228c
Added Left and Right padding utility functions
2014-07-01 20:08:48 +02:00
obscuren
6151ae7db5
Fixed key import for empty entries
2014-07-01 20:08:32 +02:00
obscuren
3889785017
Added Path utility
2014-07-01 20:08:18 +02:00
obscuren
7a9ff4f8d4
bump
2014-07-01 16:28:17 +02:00
Jeffrey Wilcke
29f613ef84
Merge pull request #28 from ethersphere/feature/keys
...
Feature/keys
2014-07-01 16:16:05 +02:00