Joey Zhou
7c41e413e4
typo, duplications
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
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
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
obscuren
7238a77327
Removed old code
11 years ago
obscuren
4918531dd5
Merge branch 'develop'
11 years ago
obscuren
2835321377
Fixed namereg
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
obscuren
74ef489fe2
Merge branch 'release/0.5.16' into develop
11 years ago
obscuren
cb595fb63c
Merge branch 'release/0.5.16'
11 years ago
obscuren
5d3259587f
bump
11 years ago
Jeffrey Wilcke
29f613ef84
Merge pull request #28 from ethersphere/feature/keys
...
Feature/keys
11 years ago
Jeffrey Wilcke
5e02d2b586
Merge pull request #96 from ethersphere/feature/keys
...
Feature/keys
11 years ago
zelig
ff5703fd9b
ethutil -> ethtrie.NewTrie
11 years ago
zelig
89630d2826
merge upstream
11 years ago