aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/config.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactored VM to two separate VMs; std & debugobscuren2014-10-141-0/+1
| | | | | | Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements.
* Clean up and util methodsobscuren2014-07-261-3/+3
|
* Added diff typeobscuren2014-07-141-0/+1
|
* Special diff output for executionobscuren2014-07-111-0/+1
|
* ConfigManager (transitional)zelig2014-07-041-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
* bumpobscuren2014-07-011-1/+1
|
* merge upstreamzelig2014-07-011-1/+2
|\
| * Paranoiaobscuren2014-07-011-1/+2
| |
| * bump v5.15zelig2014-06-271-1/+1
| |
* | config Pubkey removed (unused)zelig2014-06-291-1/+0
| |
* | transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! ↵zelig2014-06-271-1/+1
|/ | | | FIXME :)
* go fmtzelig2014-06-271-13/+13
|
* refactor config (transitional). Details:zelig2014-06-231-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
* bumpobscuren2014-06-201-1/+1
|
* bumpobscuren2014-06-171-1/+1
|
* Logging mechanismobscuren2014-06-141-1/+26
|
* log changesobscuren2014-06-121-7/+5
|
* bumpobscuren2014-06-101-1/+1
|
* woopsobscuren2014-05-311-1/+23
|
* Peer changes broadcasting and minor miner fixobscuren2014-05-301-13/+41
|
* Bump to RC11Maran2014-05-281-1/+1
|
* bumpobscuren2014-05-271-1/+1
|
* bumpobscuren2014-05-261-1/+1
|
* Working on interopobscuren2014-05-221-2/+8
| | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners
* Bumpedobscuren2014-05-211-1/+1
|
* Bumpobscuren2014-05-201-1/+1
|
* Added a fatal methodobscuren2014-05-191-1/+12
|
* Changed how changes are being applied to statesobscuren2014-05-171-10/+2
|
* Bumped versionobscuren2014-05-151-1/+1
|
* Bumpedobscuren2014-05-131-1/+1
|
* Upgraded to new mutanobscuren2014-05-101-1/+1
|
* Bumpobscuren2014-05-101-1/+1
|
* Moved seeding and moved manifestobscuren2014-05-091-1/+0
|
* bumpobscuren2014-05-051-1/+1
|
* Get rid of that annoying number that keeps popping up in stdoutMaran2014-05-051-1/+1
|
* Refactoring and added documentation commentsobscuren2014-04-271-2/+7
|
* Upped version numberobscuren2014-04-271-1/+1
|
* Some minor updatesobscuren2014-03-211-1/+5
|
* Added client string to configurationobscuren2014-03-171-6/+9
| | | | | Clients can set their own client string which will be send to connected peers during the handshake.
* Bumpobscuren2014-02-281-1/+1
|
* Added the ability to extend the logger with more sub systemsobscuren2014-02-221-10/+21
|
* Added more logging functionsobscuren2014-02-191-6/+31
|
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-02-191-1/+1
|\ | | | | | | | | Conflicts: ethutil/config.go
| * Merge pull request #3 from josephyzhou/developJeffrey Wilcke2014-02-181-1/+1
| |\ | | | | | | Migrated to here
| | * new lineJoey Zhou2014-02-181-1/+1
| | |
* | | Running contracts fixedobscuren2014-02-191-6/+8
|/ /
* / Added new addressobscuren2014-02-181-1/+1
|/
* Bumped version numberobscuren2014-02-151-1/+1
|
* The great mergeobscuren2014-02-151-0/+106