Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up and util methods | obscuren | 2014-07-26 | 1 | -3/+3 |
| | |||||
* | Added diff type | obscuren | 2014-07-14 | 1 | -0/+1 |
| | |||||
* | Special diff output for execution | obscuren | 2014-07-11 | 1 | -0/+1 |
| | |||||
* | ConfigManager (transitional) | zelig | 2014-07-04 | 1 | -27/+19 |
| | | | | | | | | | | - 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 | ||||
* | bump | obscuren | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | merge upstream | zelig | 2014-07-01 | 1 | -1/+2 |
|\ | |||||
| * | Paranoia | obscuren | 2014-07-01 | 1 | -1/+2 |
| | | |||||
| * | bump v5.15 | zelig | 2014-06-27 | 1 | -1/+1 |
| | | |||||
* | | config Pubkey removed (unused) | zelig | 2014-06-29 | 1 | -1/+0 |
| | | |||||
* | | transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! ↵ | zelig | 2014-06-27 | 1 | -1/+1 |
|/ | | | | FIXME :) | ||||
* | go fmt | zelig | 2014-06-27 | 1 | -13/+13 |
| | |||||
* | refactor config (transitional). Details: | zelig | 2014-06-23 | 1 | -180/+20 |
| | | | | | | | | | | - ReadConfig initialiser sets up global ethutil.Config via config file passed from wrappers - does not write out adhoc default (not meant to) but creates empty config file if it does not exist so that globalconf does not complain if persists a flag - default datadir and default config file set together with other flag defaults in wrappers - default assetpath set together with other command line flags defaults in gui wrapper (not in ethutil.Config or ui/ui_lib) - add EnvPrefix, to handle environment variable options too via globalconf - this is still transitional: global Config should just be a wrapper around globalconfig config handler and should be moved to go-ethereum - actual eth stack config should not be global instead config handled properly with explicit dependency injectioninto eth stack component instances | ||||
* | bump | obscuren | 2014-06-20 | 1 | -1/+1 |
| | |||||
* | bump | obscuren | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Logging mechanism | obscuren | 2014-06-14 | 1 | -1/+26 |
| | |||||
* | log changes | obscuren | 2014-06-12 | 1 | -7/+5 |
| | |||||
* | bump | obscuren | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | woops | obscuren | 2014-05-31 | 1 | -1/+23 |
| | |||||
* | Peer changes broadcasting and minor miner fix | obscuren | 2014-05-30 | 1 | -13/+41 |
| | |||||
* | Bump to RC11 | Maran | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | bump | obscuren | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | bump | obscuren | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Working on interop | obscuren | 2014-05-22 | 1 | -2/+8 |
| | | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners | ||||
* | Bumped | obscuren | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Bump | obscuren | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Added a fatal method | obscuren | 2014-05-19 | 1 | -1/+12 |
| | |||||
* | Changed how changes are being applied to states | obscuren | 2014-05-17 | 1 | -10/+2 |
| | |||||
* | Bumped version | obscuren | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Bumped | obscuren | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Upgraded to new mutan | obscuren | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | Bump | obscuren | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | Moved seeding and moved manifest | obscuren | 2014-05-09 | 1 | -1/+0 |
| | |||||
* | bump | obscuren | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Get rid of that annoying number that keeps popping up in stdout | Maran | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Refactoring and added documentation comments | obscuren | 2014-04-27 | 1 | -2/+7 |
| | |||||
* | Upped version number | obscuren | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | Some minor updates | obscuren | 2014-03-21 | 1 | -1/+5 |
| | |||||
* | Added client string to configuration | obscuren | 2014-03-17 | 1 | -6/+9 |
| | | | | | Clients can set their own client string which will be send to connected peers during the handshake. | ||||
* | Bump | obscuren | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Added the ability to extend the logger with more sub systems | obscuren | 2014-02-22 | 1 | -10/+21 |
| | |||||
* | Added more logging functions | obscuren | 2014-02-19 | 1 | -6/+31 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-02-19 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: ethutil/config.go | ||||
| * | Merge pull request #3 from josephyzhou/develop | Jeffrey Wilcke | 2014-02-18 | 1 | -1/+1 |
| |\ | | | | | | | Migrated to here | ||||
| | * | new line | Joey Zhou | 2014-02-18 | 1 | -1/+1 |
| | | | |||||
* | | | Running contracts fixed | obscuren | 2014-02-19 | 1 | -6/+8 |
|/ / | |||||
* / | Added new address | obscuren | 2014-02-18 | 1 | -1/+1 |
|/ | |||||
* | Bumped version number | obscuren | 2014-02-15 | 1 | -1/+1 |
| | |||||
* | The great merge | obscuren | 2014-02-15 | 1 | -0/+106 |