aboutsummaryrefslogtreecommitdiffstats
path: root/print/poster
ModeNameSize
-rw-r--r--Makefile612logstatsplainblame
-rw-r--r--distinfo119logstatsplainblame
d---------files42logstatsplain
-rw-r--r--pkg-descr433logstatsplainblame
©ter Szilágyi2018-02-061-2/+2 * all: switch gas limits from big.Int to uint64PĂ©ter Szilágyi2018-01-031-117/+117 * core: fix panic when stat-ing a tx from a queue-only account (#15714)PĂ©ter Szilágyi2017-12-201-0/+57 * all: fix code comment typos (#15547)Ricardo Domingos2017-11-241-1/+1 * all: gofmt -w -s (#15419)ferhat elmas2017-11-081-1/+1 * core: respect price bump threshold (#15401)Jim McDonald2017-10-301-10/+10 * core: fire tx event on replace, expand testsPĂ©ter Szilágyi2017-10-201-3/+185 * core: use blocks and avoid deep reorgs in txpoolPĂ©ter Szilágyi2017-09-061-8/+8 * core: make txpool operate on immutable statePĂ©ter Szilágyi2017-09-051-186/+95 * core: Fix flaw where underpriced locals were removed (#15081)Martin Holst Swende2017-09-041-1/+61 * core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-69/+112 * core: fix txpool journal and test racesPĂ©ter Szilágyi2017-08-081-27/+27 * core: fix blockchain goroutine leaks in testsPĂ©ter Szilágyi2017-08-071-0/+7 * core: bump timeout test to avoid flakyness on overloaded ciPĂ©ter Szilágyi2017-08-071-2/+2 * cmd, core, eth: journal local transactions to disk (#14784)PĂ©ter Szilágyi2017-07-281-32/+140 * core: test locals support in txpool queue limits, fixPĂ©ter Szilágyi2017-07-061-75/+189 * core, eth, les: polish txpool API around local/remote txsPĂ©ter Szilágyi2017-07-051-57/+51 * core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-12/+12 * core: ensure transactions correctly drop on pool limitingPĂ©ter Szilágyi2017-06-231-47/+88 * core: add testcase for txpoolMartin Holst Swende2017-06-231-0/+66 * core: only reorg changed account, not allPĂ©ter Szilágyi2017-06-011-7/+7 * core: check for gas limit exceeding txs too on new blockPĂ©ter Szilágyi2017-05-301-11/+40 * cmd, core, eth: configurable txpool parametersPĂ©ter Szilágyi2017-05-291-44/+44 * cmd, core, eth, miner: remove txpool gas price limits (#14442)PĂ©ter Szilágyi2017-05-171-19/+242 * core: refactor genesis handlingFelix Lange2017-03-231-5/+5 * common: move big integer math to common/math (#3699)Felix Lange2017-02-271-2/+3 * core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-5/+5 * core, light: allow zero cost txs from inexistent accounts tooPĂ©ter Szilágyi2016-12-161-4/+0 * core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-7/+88 * core/types, params: EIP#155Jeffrey Wilcke2016-11-13