Péter Szilágyi
230530f5ea
accounts, mobile: make account manager API a bit more uniform
8 years ago
Felix Lange
f2da6581ba
all: fix issues reported by honnef.co/go/simple/cmd/gosimple
8 years ago
Péter Szilágyi
b56aee3697
mobile: rename passphrase signing method to avoid Swift rewrite
8 years ago
Felix Lange
35a7dcb162
all: gofmt -w -s
8 years ago
Felix Lange
7731061903
core/vm: move Log to core/types
...
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.
8 years ago
Felix Lange
b9683d3748
params: avoid importing p2p/discover for bootnodes
...
params is imported by leaf-ish library packages and should not pull in
the p2p stack.
8 years ago
Péter Szilágyi
b37d175e59
accounts, internal, mobile: polish accounts API, extend Android tests
8 years ago
Guillaume NICOLAS
bd06091874
mobile: add SetVerbosity ( #3492 )
8 years ago
Péter Szilágyi
0e9a9f243f
mobile: fix ropsten chain configs
8 years ago
Péter Szilágyi
0fe35b907a
mobile: iOS naming and API fixes for generators and Swift ( #3408 )
...
* 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
8 years ago
Felix Lange
3bc0fe1ee3
ethclient, ethereum: add NotFound, split transactions out of ChainReader
...
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.
8 years ago
Péter Szilágyi
4c8c5e2f74
cmd, ethstats, les, mobile, params: native netstats ( #3336 )
8 years ago
Jeffrey Wilcke
a8ca75738a
core: implemented new ropsten testnet
8 years ago
Jeffrey Wilcke
aad4890082
cmd/geth, core, light, mobile: removed state account StartingNonce
...
All account's nonce start at 0.
8 years ago
Péter Szilágyi
64359c9417
cmd/utils, mobile, params: set the correct field on testnet EIP 155 ( #3272 )
8 years ago
Péter Szilágyi
dfe79cc784
cmd/utils, mobile: place bootnodes in LGPL packages
8 years ago
Péter Szilágyi
4a439c2359
mobile: port wrappers to EIP155 and EIP158 fork
8 years ago
Péter Szilágyi
4c16c82500
travis, build: cocoapods build fixes and travis caches
8 years ago
Péter Szilágyi
5513c49c54
accounts/abi/bind, mobile: review fixes and android tests
8 years ago
Péter Szilágyi
b61f48e5aa
cmd, mobile, node, p2p: surface the discovery V5 bootnodes
8 years ago
Péter Szilágyi
de4b39a1a3
cmd/utils, mobile: update to reprice HF and light client
8 years ago
Péter Szilágyi
b7dfd333c5
.travis, build: Build step to push .aar to Maven Central
8 years ago
Péter Szilágyi
178da7c6a9
mobile: initial wrappers for mobile support
8 years ago