Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
accounts.go
mobile: initial wrappers for mobile support
8 years ago
android_test.go
accounts/abi/bind, mobile: review fixes and android tests
8 years ago
big.go
mobile: initial wrappers for mobile support
8 years ago
big_go1.7.go
mobile: initial wrappers for mobile support
8 years ago
bind.go
mobile: port wrappers to EIP155 and EIP158 fork
8 years ago
common.go
mobile: initial wrappers for mobile support
8 years ago
context.go
mobile: initial wrappers for mobile support
8 years ago
discover.go
cmd/utils, mobile: place bootnodes in LGPL packages
8 years ago
doc.go
mobile: initial wrappers for mobile support
8 years ago
ethclient.go
ethclient, ethereum: add NotFound, split transactions out of ChainReader
8 years ago
ethereum.go
mobile: initial wrappers for mobile support
8 years ago
geth.go
cmd, ethstats, les, mobile, params: native netstats ( #3336 )
8 years ago
geth_android.go
mobile: initial wrappers for mobile support
8 years ago
geth_ios.go
mobile: initial wrappers for mobile support
8 years ago
geth_other.go
mobile: initial wrappers for mobile support
8 years ago
init.go
travis, build: cocoapods build fixes and travis caches
8 years ago
interface.go
mobile: initial wrappers for mobile support
8 years ago
p2p.go
mobile: initial wrappers for mobile support
8 years ago
params.go
core: implemented new ropsten testnet
8 years ago
primitives.go
mobile: initial wrappers for mobile support
8 years ago
types.go
mobile: port wrappers to EIP155 and EIP158 fork
8 years ago
vm.go
mobile: initial wrappers for mobile support
8 years ago