aboutsummaryrefslogtreecommitdiffstats
path: root/mobile/geth.go
Commit message (Expand)AuthorAgeFilesLines
* 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