quorum/eth
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.
2016-11-09 02:19:07 +01:00
..
downloader cmd, eth: added light client and light server modes 2016-11-09 02:12:53 +01:00
fetcher eth/fetcher: small typo fix (#2932) 2016-08-23 18:23:34 +03:00
filters core/types: remove header accessors 2016-11-09 02:19:07 +01:00
gasprice core/types: remove header accessors 2016-11-09 02:19:07 +01:00
api.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
api_backend.go les: light client protocol and API 2016-11-09 02:12:53 +01:00
backend.go p2p/discv5: added new topic discovery package 2016-11-09 02:12:53 +01:00
backend_test.go accounts, core, eth: pass chain config for chain maker to test DAO 2016-07-15 16:52:55 +03:00
bad_block.go eth: enable bad block reports 2016-05-25 02:02:51 +02:00
bind.go cmd, eth: added light client and light server modes 2016-11-09 02:12:53 +01:00
db_upgrade.go eth: fixed chaindb upgrade 2016-07-19 14:32:38 +02:00
handler.go cmd, eth: added light client and light server modes 2016-11-09 02:12:53 +01:00
handler_test.go cmd, eth: added light client and light server modes 2016-11-09 02:12:53 +01:00
helper_test.go cmd, eth: added light client and light server modes 2016-11-09 02:12:53 +01:00
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00
peer.go eth, eth/downloader: better remote head tracking 2016-07-25 15:14:14 +03:00
protocol.go core, eth, internal, miner: optimize txpool for quick ops 2016-09-02 14:12:03 +03:00
protocol_test.go core, eth, internal, miner: optimize txpool for quick ops 2016-09-02 14:12:03 +03:00
sync.go core, eth, internal, miner: optimize txpool for quick ops 2016-09-02 14:12:03 +03:00
sync_test.go eth: skip transaction handling during fast sync 2016-05-17 14:17:20 +03:00