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.
Jeffrey Wilcke
725f2a4cf7
eth: Added GPO to suggest default gas prices
...
This PR fixes a regression of the RPC where the default gas price that
was being used for transaction wasn't properly using the GPO. This PR
adds the GPO back to suggest gas prices rather than the hardcoded
default of 10000000000000.
Closes #2194
9 years ago
..
downloader
rpc: migrated the RPC insterface to a new reflection based RPC layer
9 years ago
fetcher
core, eth, trie: fix data races and merge/review issues
9 years ago
filters
eth/filters: added notifications for out of bound log events
9 years ago
api.go
eth: Added GPO to suggest default gas prices
9 years ago
backend.go
eth: Added GPO to suggest default gas prices
9 years ago
backend_test.go
core, eth, miner, xeth: clean up tx/receipt db accessors
9 years ago
cpu_mining.go
all: Add GPU mining, disabled by default
9 years ago
gasprice.go
core, eth, rpc: split out block validator and state processor
9 years ago
gpu_mining.go
all: Add GPU mining, disabled by default
9 years ago
handler.go
eth: changed NodeInfo Genesis and Head types
9 years ago
handler_test.go
eth: fix #2076 , where end of hash query was interpreted number query
9 years ago
helper_test.go
core, eth, rpc: split out block validator and state processor
9 years ago
metrics.go
core, eth, trie: fix data races and merge/review issues
9 years ago
peer.go
eth, p2p, rpc/api: polish protocol info gathering
9 years ago
protocol.go
eth, p2p, rpc/api: polish protocol info gathering
9 years ago
protocol_test.go
eth: clean out light node notions from eth
9 years ago
sync.go
eth: remove workaround for asynchronous processing in the downloader
9 years ago
sync_test.go
eth, p2p, rpc/api: polish protocol info gathering
9 years ago