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
Jeffrey Wilcke
70e1a1a4df
Merge pull request #32 from josephyzhou/develop
...
typo, duplications
11 years ago
Joey Zhou
7c41e413e4
typo, duplications
11 years ago
romanman
2b6da2f5f2
Update vmtests.json
...
arith testcase updated
11 years ago
zelig
9de30d96f0
Modify main wrappers
...
- clientIdentifier now set in main wrappers
- version handled within wrapper
- modify InitConfig now returning *ethutil.ConfigManager (passed to gui)
- added NewClientIdentity returning *ethwire.SimpleClientIdentiy (passed to ethereum)
11 years ago
zelig
a3c4823511
Gui saves custom client id and loglevel
...
- gui NewWindow takes SimpleClientIdentity as argument
- gui NewWindow takes ethutil.ConfigManager as argument to manage flag persistence
- gui now saves loglevel and custom client id via config.Save
- rename custom client id methods consistently also in wallet.qml
- clientIdentifier now set in main wrappers
- version handled within wrapper
- modify InitConfig now returning *ethutil.ConfigManager (passed to gui)
11 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
11 years ago
zelig
90c2064640
peer constructors now set version string with ethereum.ClientIdentity().String()
11 years ago
zelig
c833c3fec8
add ClientIdentity() ethwire.ClientIdentity to Ethereum
11 years ago
zelig
c64629964f
ethwire.ClientIdentity now handles Client info sent in handshake + test
11 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
Gav Wood
4bb646117d
Merge branch 'develop' of github.com:/ethereum/tests into develop
11 years ago
Gav Wood
bba38980bd
New tests.
11 years ago
obscuren
0076fa583c
Merge branch 'develop'
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
Vitalik Buterin
a33b309d99
Testing submodules
11 years ago
Vitalik Buterin
50318217ca
Testing submodules
11 years ago
Vitalik Buterin
57fa655522
Testing submodules
11 years ago
obscuren
a0dd1ebb6d
.
11 years ago
obscuren
6748158ab4
Moved methods
11 years ago
obscuren
e4d2d00d41
Added support for breakpoints on specific instructions
11 years ago
obscuren
50c0938226
Break points and debugger commands
11 years ago
obscuren
98f21669c7
Merge branch 'develop'
11 years ago
obscuren
315d65280b
Removed comment
11 years ago
obscuren
7d0004f058
For namreg only show items starting without leading zeros.
11 years ago
obscuren
e5b45d1c86
VM Update
11 years ago
obscuren
d15952c867
Moved debug hook to Vm directly
11 years ago
obscuren
677de48f6c
Listen for namereg changes
11 years ago
obscuren
c4f9151c67
Moved files
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