- 29 Oct, 2015 7 commits
- 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Jeffrey Wilcke authoredFix for xeth OOM issue 
- 
Felix Lange authoredThere are a bunch of changes required to make this work: - in miner: allow unregistering agents, fix RemoteAgent.Stop - in eth/filters: make FilterSystem.Stop not crash - in rpc/comms: move listen loop to platform-independent code Fixes #1930. I ran the shell loop there for a few minutes and didn't see any changes in the memory profile. 
- 
Jeffrey Wilcke authoredArgument parsing can lead to panic in rpc channel 
- 
Jeffrey Wilcke authoredeth: don't block sync goroutines that short circuit 
- 
Bas van Kervel authoredcheck argument type before parsing params recover from panic in ipc channel 
 
- 
- 28 Oct, 2015 9 commits
- 
- 
Felix Lange authoredcmd/utils, crypto: add --lightkdf flag for lighter KDF 
- 
Drake Burroughs authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredmakefile: fix evm ld flags, pass them to xgo too 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredrpc api: eth_getNatSpec 
- 
Jeffrey Wilcke authoredeth, xeth: fix GasPriceOracle goroutine leak 
 
- 
- 27 Oct, 2015 1 commit
- 
- 
Felix Lange authoredXEth.gpo was being initialized as needed. WithState copies the XEth struct including the gpo field. If gpo was nil at the time of the copy and Call or Transact were invoked on it, an additional GPO listenLoop would be spawned. Move the lazy initialization to GasPriceOracle instead so the same GPO instance is shared among all created XEths. Fixes #1317 Might help with #1930 
 
- 
- 26 Oct, 2015 2 commits
- 
- 
caktux authored
- 
zelig authored* xeth, rpc: implement eth_getNatSpec for tx confirmations * rename silly docserver -> httpclient * eth/backend: httpclient now accessible via eth.Ethereum init-d via config.DocRoot * cmd: introduce separate CLI flag for DocRoot (defaults to homedir) * common/path: delete unused assetpath func, separate HomeDir func 
 
- 
- 25 Oct, 2015 2 commits
- 
- 
caktux authored
- 
Jeffrey Wilcke authoredtests: update JSON files, add new wrappers 
 
- 
- 23 Oct, 2015 4 commits
- 
- 
Jeffrey Wilcke authoredeth: time out status message exchange after 5s 
- 
Jeffrey Wilcke authoredfix console history, lines with leadning whitespace NOT included 
- 
zelig authored
- 
Gustav Simonsson authored
 
- 
- 22 Oct, 2015 4 commits
- 
- 
Felix Lange authored
- 
Jeffrey Wilcke authoredcore: fix #1921, decode all receipt field, not just consensus 
- 
Jeffrey Wilcke authoredconsole, cli, api fixes 
- 
Péter Szilágyi authored
 
- 
- 21 Oct, 2015 6 commits
- 
- 
zelig 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 
- 
Jeffrey Wilcke authoredcore/vm: JIT segmentation 
- 
Jeffrey Wilcke authoredeth/63 fast synchronization algorithm 
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredcore, tests: get_hash fix 
- 
Jeffrey Wilcke authoredMake sure that we're fetching the hash from the current chain and not the canonical chain. 
 
- 
- 20 Oct, 2015 1 commit
- 
- 
Jeffrey Wilcke authoredcore, core/state: move gas tracking out of core/state 
 
- 
- 19 Oct, 2015 4 commits
- 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
-