zelig
af27264140
remove reactor code from ethutil
2014-07-04 19:37:40 +01: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
zelig
ff5703fd9b
ethutil -> ethtrie.NewTrie
2014-07-01 15:09:43 +01:00
zelig
89630d2826
merge upstream
2014-07-01 15:03:02 +01:00
obscuren
550407b0ec
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
2014-07-01 15:44:43 +02:00
obscuren
d0959063d5
Up
2014-07-01 15:28:12 +02:00
Maran
d294dedfad
Merge branch 'develop' of github.com:ethereum/eth-go into develop
2014-07-01 15:26:18 +02:00
Maran
e798294a4b
Update min GasLimit
2014-07-01 15:25:57 +02:00
obscuren
114e715e3c
Merge branch 'ethersphere-feature/keys' into develop
2014-07-01 13:48:28 +02:00
obscuren
253c23240b
Merge branch 'feature/keys' of https://github.com/ethersphere/go-ethereum into ethersphere-feature/keys
...
Conflicts:
.gitignore
README.md
2014-07-01 13:45:39 +02:00
obscuren
0ce9003ba7
Fix for creating a tx from an unknown account
2014-07-01 12:16:14 +02:00
obscuren
2bbc204328
Close pow chat. Fixes #95
2014-07-01 11:55:50 +02:00
obscuren
92693e4459
The dragon has been slain. Consensus reached!
2014-07-01 11:26:45 +02:00