aboutsummaryrefslogtreecommitdiffstats
path: root/mobile
Commit message (Expand)AuthorAgeFilesLines
* all: update author list and licensesPéter Szilágyi2019-07-221-1/+1
* cmd, eth, les: fix up ultra light config integrationPéter Szilágyi2019-07-101-3/+0
* mobile: fix mobile interface (#19180)gary rong2019-06-275-30/+353
* mobile: fix comment typos (#19741)Martin Holst Swende2019-06-201-1/+1
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-031-2/+2
* mobile: add ability to create transactions for deploying contracts (#16104)Derek Gottfrid2019-02-071-1/+11
* 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
* mobile: added constructor for BigInts (#17828)Eugene Valeyev2018-11-291-0/+7
* mobile: add whisper client (#15922)Eugene Valeyev2018-09-033-2/+294
* miner: fix state commit, track old work packages too (#17490)gary rong2018-08-231-19/+16
* mobile: fix missing return for CallMsg.SetTo(nil)Péter Szilágyi2018-08-031-0/+1
* build: rename swarm deb package to ethereum-swarm; change swarm deb version f...Anton Evangelatov2018-07-301-1/+1
* mobile: correct comment typo in ethereum.go (#17040)Husam Ibrahim2018-06-211-2/+2
* mobile: correct comment typo in geth.go (#17021)Husam Ibrahim2018-06-191-1/+1
* mobile: add GetStatus Method for Receipt (#16598)Erichin2018-05-071-0/+1
* cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-231-0/+11
* all: fix various typos (#16533)Wuxiang2018-04-191-8/+8
* core/types: remove String methods from struct types (#16205)Steven Roose2018-04-051-24/+0
* whisper: some components are still using v5, switch to v6Guillaume Ballet2018-03-221-1/+1
* Merge pull request #15776 from ProChain/masterMartin Holst Swende2018-02-221-5/+13
|\
| * accounts/abi: fix the `output` at the beginning instead of making a workaroundcroath2018-01-231-5/+13
* | Merge pull request #15832 from karalabe/abigen-eventsPéter Szilágyi2018-01-242-6/+11
|\ \
| * | accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-242-6/+11
* | | p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-221-1/+0
|/ /
* / all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-034-21/+20
|/
* mobile: Add GetSign to BigInt (#15558)Alejandro Isaza2017-12-101-0/+10
* build: enable unconvert linter (#15456)ferhat elmas2017-11-111-1/+1
* mobile: fix FilterLogs (#15418)Eugene Valeyev2017-11-061-2/+2
* mobile: fix variadic argument expansionligi2017-10-061-1/+1
* ethclient, mobile: add TransactionSender (#15127)Felix Lange2017-10-012-3/+13
* mobile: add RinkebyGenesis methodam2rican52017-07-311-0/+9
* mobile: don't retain transient []byte in CallMsg.SetData (#14804)Elias Naur2017-07-177-17/+21
* mobile: use EIP155 signer (#14817)ligi2017-07-171-5/+10
* Merge pull request #14540 from bas-vk/whisper-apiPéter Szilágyi2017-06-261-1/+3
|\
| * whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-151-1/+3
* | mobile: add a regression test for signer recoveryPéter Szilágyi2017-06-131-0/+29
* | mobile: use EIP155 signer for determining senderBas van Kervel2017-06-131-2/+5
|/
* mobile: support importing flat ecdsa keyst tooPéter Szilágyi2017-05-231-3/+17
* mobile: Add management methods to {Addresses,Topics,Hashes} structuresNicolas Guillaume2017-05-232-0/+60
* mobile: Allows mobile clients to create custom FilterQueriesNicolas Guillaume2017-05-221-0/+5
* mobile: accept nil for chainid as homestead signing (#14463)Péter Szilágyi2017-05-131-0/+6
* mobile: add toString & rlp/json encoding for protocol typesPéter Szilágyi2017-05-111-3/+159
* 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
* all: update license informationFelix Lange2017-04-142-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-102-80/+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-232-12/+46
* mobile: remove support for Go < 1.7Felix Lange2017-03-232-26/+5
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-2/+1
* all: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-091-0/+3
* mobile: Fix typo ( Ethereun -> Ethereum )ligi2017-03-071-1/+1
* all: disable log message colors outside of gethFelix Lange2017-02-272-2/+2
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-4/+3
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-232-6/+7
* whisper: interface changed to simplify the transition to v5gluk2562017-02-141-2/+2
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-131-3/+3
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-133-56/+82
* accounts, mobile: make account manager API a bit more uniformPéter Szilágyi2017-01-171-1/+1
* Merge pull request #3525 from fjl/all-gosimple-cleanupPéter Szilágyi2017-01-072-25/+6
|\
| * all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-24/+5
| * all: gofmt -w -sFelix Lange2017-01-061-1/+1
* | mobile: rename passphrase signing method to avoid Swift rewritePéter Szilágyi2017-01-062-4/+4
|/
* Merge pull request #3518 from fjl/ethclient-dependency-cleanupPéter Szilágyi2017-01-063-8/+7
|\
| * core/vm: move Log to core/typesFelix Lange2017-01-062-6/+5
| * params: avoid importing p2p/discover for bootnodesFelix Lange2017-01-061-2/+2
* | accounts, internal, mobile: polish accounts API, extend Android testsPéter Szilágyi2017-01-052-18/+45
|/
* mobile: add SetVerbosity (#3492)Guillaume NICOLAS2017-01-031-0/+26
* mobile: fix ropsten chain configsPéter Szilágyi2016-12-211-1/+1
* mobile: iOS naming and API fixes for generators and Swift (#3408)Péter Szilágyi2016-12-0814-146/+150
* ethclient, ethereum: add NotFound, split transactions out of ChainReaderFelix Lange2016-12-051-1/+2
* cmd, ethstats, les, mobile, params: native netstats (#3336)Péter Szilágyi2016-11-251-0/+19
* core: implemented new ropsten testnetJeffrey Wilcke2016-11-231-1/+1
* 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-162-1/+5
* cmd/utils, mobile: place bootnodes in LGPL packagesPéter Szilágyi2016-11-152-11/+11
* mobile: port wrappers to EIP155 and EIP158 forkPéter Szilágyi2016-11-154-28/+36
* travis, build: cocoapods build fixes and travis cachesPéter Szilágyi2016-11-151-1/+7
* accounts/abi/bind, mobile: review fixes and android testsPéter Szilágyi2016-11-151-0/+203
* cmd, mobile, node, p2p: surface the discovery V5 bootnodesPéter Szilágyi2016-11-152-35/+25
* cmd/utils, mobile: update to reprice HF and light clientPéter Szilágyi2016-11-142-25/+45
* .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-1421-0/+2250