aboutsummaryrefslogtreecommitdiffstats
path: root/mobile/geth.go
Commit message (Expand)AuthorAgeFilesLines
* cmd, eth, les: fix up ultra light config integrationPéter Szilágyi2019-07-101-3/+0
* cmd, node, p2p/simulations: fix node account manager leak (#19004)Janoš Guljaš2019-02-071-0/+6
* les: implement ultralight client (#16904)b00ris2019-01-241-0/+4
* build: rename swarm deb package to ethereum-swarm; change swarm deb version f...Anton Evangelatov2018-07-301-1/+1
* mobile: correct comment typo in geth.go (#17021)Husam Ibrahim2018-06-191-1/+1
* cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-231-0/+11
* whisper: some components are still using v5, switch to v6Guillaume Ballet2018-03-221-1/+1
* p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-221-1/+0
* whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-151-1/+3
* whisper: switching to v5 + minor refactoring (#14387)gluk2562017-04-281-1/+1
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-2/+2
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-25/+21
* consensus/clique: Proof of Authority (#3753)Péter Szilágyi2017-04-101-34/+9
* cmd, les, eth, eth/gasprice: using new gas price oracle (#13853)Felföldi Zsolt2017-04-061-14/+10
* core: refactor genesis handlingFelix Lange2017-03-231-11/+39
* all: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-091-0/+3
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-4/+3
* whisper: interface changed to simplify the transition to v5gluk2562017-02-141-2/+2
* mobile: iOS naming and API fixes for generators and Swift (#3408)Péter Szilágyi2016-12-081-7/+7
* cmd, ethstats, les, mobile, params: native netstats (#3336)Péter Szilágyi2016-11-251-0/+19
* cmd/geth, core, light, mobile: removed state account StartingNonceJeffrey Wilcke2016-11-231-10/+0
* cmd/utils, mobile, params: set the correct field on testnet EIP 155 (#3272)Péter Szilágyi2016-11-161-0/+1
* mobile: port wrappers to EIP155 and EIP158 forkPéter Szilágyi2016-11-151-7/+9
* cmd, mobile, node, p2p: surface the discovery V5 bootnodesPéter Szilágyi2016-11-151-11/+15
* cmd/utils, mobile: update to reprice HF and light clientPéter Szilágyi2016-11-141-7/+13
* .travis, build: Build step to push .aar to Maven CentralPéter Szilágyi2016-11-141-2/+2
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-0/+188