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
be3865211c
core/types: remove header accessors
...
These accessors were introduced by light client changes, but
the only method that is actually used is GetNumberU64. This
commit replaces all uses of .GetNumberU64 with .Number.Uint64.
8 years ago
..
downloader
cmd, eth: added light client and light server modes
8 years ago
fetcher
eth/fetcher: small typo fix ( #2932 )
8 years ago
filters
core/types: remove header accessors
8 years ago
gasprice
core/types: remove header accessors
8 years ago
api.go
Godeps, vendor: convert dependency management to trash ( #3198 )
8 years ago
api_backend.go
les: light client protocol and API
8 years ago
backend.go
p2p/discv5: added new topic discovery package
8 years ago
backend_test.go
accounts, core, eth: pass chain config for chain maker to test DAO
8 years ago
bad_block.go
eth: enable bad block reports
9 years ago
bind.go
cmd, eth: added light client and light server modes
8 years ago
db_upgrade.go
eth: fixed chaindb upgrade
8 years ago
handler.go
cmd, eth: added light client and light server modes
8 years ago
handler_test.go
cmd, eth: added light client and light server modes
8 years ago
helper_test.go
cmd, eth: added light client and light server modes
8 years ago
metrics.go
eth, eth/downloader, eth/fetcher: delete eth/61 code
8 years ago
peer.go
eth, eth/downloader: better remote head tracking
8 years ago
protocol.go
core, eth, internal, miner: optimize txpool for quick ops
8 years ago
protocol_test.go
core, eth, internal, miner: optimize txpool for quick ops
8 years ago
sync.go
core, eth, internal, miner: optimize txpool for quick ops
8 years ago
sync_test.go
eth: skip transaction handling during fast sync
9 years ago