aboutsummaryrefslogtreecommitdiffstats
path: root/eth/gasprice.go
Commit message (Collapse)AuthorAgeFilesLines
* core, eth, event, miner, xeth: fix event post / subscription racePéter Szilágyi2015-10-121-9/+6
|
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-2/+2
| | | | | | * Renamed ChainManager to BlockChain * Checkpointing is no longer required and never really properly worked when the state was corrupted.
* GPO updatezsfelfoldi2015-08-171-10/+13
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* core, eth, rpc: proper gas used. Closes #1417Jeffrey Wilcke2015-07-071-1/+3
| | | | Added some additional backward compatibility code for old receipts
* core, eth, miner, xeth: receipt storage fixJeffrey Wilcke2015-07-041-6/+3
| | | | | * Added GetReceiptsFromBlock, GetReceipt, PutReceipts * Added ContractAddress to receipt. See #1042
* gpo non-existent block checkszsfelfoldi2015-06-301-4/+11
|
* core, eth, rpc: avoid unnecessary block header copyingFelix Lange2015-06-301-6/+6
|
* fixed gas price corr. factorzsfelfoldi2015-06-151-1/+1
|
* fallback for uninitialized GPO config valueszsfelfoldi2015-06-151-0/+3
|
* fixed initial base price bugzsfelfoldi2015-06-151-0/+4
|
* added missing sourcezsfelfoldi2015-06-151-0/+174