Commit Graph

12779 Commits

Author SHA1 Message Date
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)
2014-07-03 17:35:48 +01: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
Gav Wood
4bb646117d Merge branch 'develop' of github.com:/ethereum/tests into develop 2014-07-02 19:43:22 +02:00
Gav Wood
bba38980bd New tests. 2014-07-02 19:43:06 +02:00
obscuren
0076fa583c Merge branch 'develop' 2014-07-02 17:48:35 +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
Vitalik Buterin
a33b309d99 Testing submodules 2014-07-02 10:14:05 -04:00
Vitalik Buterin
50318217ca Testing submodules 2014-07-02 10:10:46 -04:00
Vitalik Buterin
57fa655522 Testing submodules 2014-07-02 10:09:08 -04:00
obscuren
a0dd1ebb6d . 2014-07-02 13:44:59 +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
50c0938226 Break points and debugger commands 2014-07-02 13:08:18 +02:00
obscuren
98f21669c7 Merge branch 'develop' 2014-07-02 11:30:37 +02:00
obscuren
315d65280b Removed comment 2014-07-02 11:30:14 +02:00
obscuren
7d0004f058 For namreg only show items starting without leading zeros. 2014-07-02 11:29:59 +02:00
obscuren
e5b45d1c86 VM Update 2014-07-02 01:04:32 +02:00
obscuren
d15952c867 Moved debug hook to Vm directly 2014-07-02 01:04:21 +02:00
obscuren
677de48f6c Listen for namereg changes 2014-07-02 00:28:45 +02:00
obscuren
c4f9151c67 Moved files 2014-07-02 00:13:50 +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
4918531dd5 Merge branch 'develop' 2014-07-01 20:10:49 +02:00
obscuren
2835321377 Fixed namereg 2014-07-01 20:10:38 +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
obscuren
74ef489fe2 Merge branch 'release/0.5.16' into develop 2014-07-01 16:24:54 +02:00
obscuren
cb595fb63c Merge branch 'release/0.5.16' 2014-07-01 16:24:35 +02:00
obscuren
5d3259587f bump 2014-07-01 16:24:34 +02:00
Jeffrey Wilcke
29f613ef84 Merge pull request #28 from ethersphere/feature/keys
Feature/keys
2014-07-01 16:16:05 +02:00