- Apr 04, 2016
-
-
Péter Szilágyi authored
-
- Apr 01, 2016
-
-
Felix Lange authored
This prevents display of the warning for --dev and --olympic.
-
- Mar 31, 2016
-
-
Jeffrey Wilcke authored
Added chain configuration options and write out during genesis database insertion. If no "config" was found, nothing is written to the database. Configurations are written on a per genesis base. This means that any chain (which is identified by it's genesis hash) can have their own chain settings.
-
- Mar 23, 2016
-
-
Jeffrey Wilcke authored
The EVM is now initialised with an additional configured object that allows you to turn on debugging options.
-
- Mar 07, 2016
-
-
Kobi Gurkan authored
-
- Feb 09, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 05, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 04, 2016
-
-
Péter Szilágyi authored
-
- Jan 28, 2016
-
-
Felix Lange authored
The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener.
-
- Jan 26, 2016
-
-
Bas van Kervel authored
-
- Dec 14, 2015
-
-
Bas van Kervel authored
-
- Dec 08, 2015
-
-
Péter Szilágyi authored
-
- Dec 01, 2015
-
-
Felix Lange authored
Also remove some duplication around address/index parsing.
-
- Nov 27, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Nov 19, 2015
-
-
Jeffrey Wilcke authored
Removed the legalese confirmation dialog. This closes #1992
-
- Nov 10, 2015
-
-
Péter Szilágyi authored
-
- Nov 05, 2015
-
-
Péter Szilágyi authored
-
- Nov 03, 2015
-
-
Jeffrey Wilcke authored
-
- Oct 30, 2015
-
-
Péter Szilágyi authored
-
- Oct 21, 2015
-
-
Viktor Trón authored
* lines with leading space are ommitted from history * exit processed even with whitespace around * all whitespace lines (not only empty ones) are ignored add 7 missing commands to admin api autocomplete registrar: methods now return proper error if reg addresses are not set. fixes #1457 rpc/console: fix personal.newAccount() regression. Now all comms accept interactive password registrar: add registrar tests for errors crypto: catch AES decryption error on presale wallet import + fix error msg format. fixes #1580 CLI: improve error message when starting a second instance of geth. fixes #1564 cli/accounts: unlock multiple accounts. fixes #1785 * make unlocking multiple accounts work with inline <() fd * passwdfile now correctly read only once * improve logs * fix CLI help text for unlocking fix regression with docRoot / admin API * docRoot/jspath passed to rpc/api ParseApis, which passes onto adminApi * docRoot field for JS console in order to pass when RPC is (re)started * improve flag desc for jspath common/docserver: catch http errors from response fix rpc/api tests common/natspec: fix end to end test (skipped because takes 8s) registrar: fix major regression: * deploy registrars on frontier * register HashsReg and UrlHint in GlobalRegistrar. * set all 3 contract addresses in code * zero out addresses first in tests
-
- Oct 19, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Oct 08, 2015
-
-
Jeffrey Wilcke authored
-
- Oct 07, 2015
-
-
Péter Szilágyi authored
-
Gustav Simonsson authored
-
- Oct 05, 2015
-
-
Jeffrey Wilcke authored
-
- Oct 03, 2015
-
-
Jeffrey Wilcke authored
* Renamed ChainManager to BlockChain * Checkpointing is no longer required and never really properly worked when the state was corrupted.
-
- Oct 01, 2015
-
-
Péter Szilágyi authored
-
- Sep 25, 2015
-
-
Bas van Kervel authored
-
- Sep 21, 2015
-
-
Jeffrey Wilcke authored
Changed the version number of geth to 1.2.0 so that dev builds are now properly build (instead of master). Note to self; increase version number to 1.2.1 for our next actual release.
-
- Sep 16, 2015
-
-
Kobi Gurkan authored
-
- Sep 15, 2015
-
-
Kobi Gurkan authored
-
- Sep 11, 2015
-
-
Péter Szilágyi authored
-
- Sep 09, 2015
-
-
Jeffrey Wilcke authored
Dev mode enabled some debugging flags such as: * VM debugging mode * Simpler proof of work * Whisper enabled by default * Datadir to a tmp datadir * Maxpeers set to 0 * Gas price of 0 * Random listen port
-
- Sep 03, 2015
-
-
Kobi Gurkan authored
-
- Aug 24, 2015
-
-
Péter Szilágyi authored
-
- Aug 20, 2015
-
-
Jeffrey Wilcke authored
-