Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts, internal, mobile: polish accounts API, extend Android tests | Péter Szilágyi | 2017-01-05 | 2 | -18/+45 |
| | |||||
* | mobile: add SetVerbosity (#3492) | Guillaume NICOLAS | 2017-01-03 | 1 | -0/+26 |
| | |||||
* | mobile: fix ropsten chain configs | Péter Szilágyi | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | mobile: iOS naming and API fixes for generators and Swift (#3408) | Péter Szilágyi | 2016-12-08 | 14 | -146/+150 |
| | | | | | * build: modify the iOS namespace to iGeth (gomobile limitation) * mobile: assign names to return types for ObjC wrapper * mobile: use more expanded names for iOS/Swift API | ||||
* | ethclient, ethereum: add NotFound, split transactions out of ChainReader | Felix Lange | 2016-12-05 | 1 | -1/+2 |
| | | | | | | | | | ethclient now returns ethereum.NotFound if the server returns null and no error while accessing blockchain data. The light client cannot provide arbitrary transactions. The change to split transaction access into its own interface emphasizes that transactions should not be relied on and recommends use of logs. | ||||
* | cmd, ethstats, les, mobile, params: native netstats (#3336) | Péter Szilágyi | 2016-11-25 | 1 | -0/+19 |
| | |||||
* | core: implemented new ropsten testnet | Jeffrey Wilcke | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | cmd/geth, core, light, mobile: removed state account StartingNonce | Jeffrey Wilcke | 2016-11-23 | 1 | -10/+0 |
| | | | | All account's nonce start at 0. | ||||
* | cmd/utils, mobile, params: set the correct field on testnet EIP 155 (#3272) | Péter Szilágyi | 2016-11-16 | 2 | -1/+5 |
| | |||||
* | cmd/utils, mobile: place bootnodes in LGPL packages | Péter Szilágyi | 2016-11-15 | 2 | -11/+11 |
| | |||||
* | mobile: port wrappers to EIP155 and EIP158 fork | Péter Szilágyi | 2016-11-15 | 4 | -28/+36 |
| | |||||
* | travis, build: cocoapods build fixes and travis caches | Péter Szilágyi | 2016-11-15 | 1 | -1/+7 |
| | |||||
* | accounts/abi/bind, mobile: review fixes and android tests | Péter Szilágyi | 2016-11-15 | 1 | -0/+203 |
| | |||||
* | cmd, mobile, node, p2p: surface the discovery V5 bootnodes | Péter Szilágyi | 2016-11-15 | 2 | -35/+25 |
| | |||||
* | cmd/utils, mobile: update to reprice HF and light client | Péter Szilágyi | 2016-11-14 | 2 | -25/+45 |
| | |||||
* | .travis, build: Build step to push .aar to Maven Central | Péter Szilágyi | 2016-11-14 | 1 | -2/+2 |
| | |||||
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 21 | -0/+2250 |