aboutsummaryrefslogtreecommitdiffstats
path: root/params/protocol_params.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm, params: implement EIP2200, SSTORE optimizations (#19964)Péter Szilágyi2019-08-191-0/+9
* core, light, params: implement eip2028 (#19931)gary rong2019-08-141-13/+14
* Eip 1884 v3 (#19743)Martin Holst Swende2019-08-081-10/+13
* params, core/vm: Istanbul EIP-1108 bn256 gas cost reduction (#19904)Antonio Salazar Cardozo2019-08-061-12/+17
* core/vm, params: refactor chain configuration (#19735)Martin Holst Swende2019-08-051-16/+42
* core/vm: fix typos and use ExpGas for EXP (#18400)Nalin Bhardwaj2019-01-241-1/+1
* core, params: polish net gas metering PR a bitPéter Szilágyi2018-09-181-6/+17
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-291-4/+0
* core, crypto, params: implement CREATE2 evm instrction (#17196)gary rong2018-07-241-0/+1
* params: fix golint warnings (#16853)kiel barry2018-06-051-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-8/+12
* params: Updated finalized gascosts for ECMUL/MODEXP (#15135)Martin Holst Swende2017-09-141-2/+2
* core/vm: polish precompile contract code, add tests and benchesPéter Szilágyi2017-08-141-8/+16
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-49/+51
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-51/+49
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-49/+51
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* core, params: EIP#170Jeffrey Wilcke2016-11-141-3/+1
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-0/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-2/+3
* params: settle the Pi vs Tau disputeJeffrey Wilcke2016-02-261-1/+1
* generators: Don't generate params/protocol_params.go with +x bitRicardo Catalinas Jiménez2016-02-221-0/+0
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-2/+3
* miner: gas limit strategy, target 3141592 & def gas price 50 ShannonGustav Simonsson2015-08-041-2/+2
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-281-1/+1
|\
| * all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* | params: reduce extra data to 32 bytesJeffrey Wilcke2015-07-261-2/+2
* | cmd/geth, core, eth: Version 1.0.0Jeffrey Wilcke2015-07-251-45/+47
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-0/+54