Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts, mobile: make account manager API a bit more uniform | Péter Szilágyi | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3525 from fjl/all-gosimple-cleanup | Péter Szilágyi | 2017-01-07 | 2 | -25/+6 |
|\ | | | | | all: clean up lint issues, remove more dead code | ||||
| * | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -24/+5 |
| | | |||||
| * | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
| | | |||||
* | | mobile: rename passphrase signing method to avoid Swift rewrite | Péter Szilágyi | 2017-01-06 | 2 | -4/+4 |
|/ | |||||
* | Merge pull request #3518 from fjl/ethclient-dependency-cleanup | Péter Szilágyi | 2017-01-06 | 3 | -8/+7 |
|\ | | | | | core/types: dependency cleanup | ||||
| * | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 2 | -6/+5 |
| | | | | | | | | | | | | | | | | This significantly reduces the dependency closure of ethclient, which no longer depends on core/vm as of this change. All uses of vm.Logs are replaced by []*types.Log. NewLog is gone too, the constructor simply returned a literal. | ||||
| * | params: avoid importing p2p/discover for bootnodes | Felix Lange | 2017-01-06 | 1 | -2/+2 |
| | | | | | | | | | | params is imported by leaf-ish library packages and should not pull in the p2p stack. | ||||
* | | 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 |