Commit Graph

60 Commits (864e80a48fd18fda89b80b11f9116c4e11cb835d)

Author SHA1 Message Date
Crispin Flowerday 0afd767537
core: ensure local transactions aren't discarded as underpriced 6 years ago
thomasmodeneis ba1030b6b8 build: enable goimports and varcheck linters (#16446) 7 years ago
Péter Szilágyi db48d312e4
core: txpool stable underprice drop order, perf fixes 7 years ago
Péter Szilágyi 2b5d1a4a4c
core: update txpool tests for the removal fix 7 years ago
cui f8601430fd
core: should enqueue the invalids tx anyway 7 years ago
Anton Evangelatov ae9f97221a metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910) 7 years ago
Péter Szilágyi 6f69cdd109
all: switch gas limits from big.Int to uint64 7 years ago
Péter Szilágyi 7138de7b55
core: silence txpool reorg warning (annoying on import) (#15725) 7 years ago
Kurkó Mihály b4cf57a581 core: fix typos (#15720) 7 years ago
Péter Szilágyi 5e1581c2c3
core: fix panic when stat-ing a tx from a queue-only account (#15714) 7 years ago
ferhat elmas 9619a61024 all: gofmt -w -s (#15419) 7 years ago
Péter Szilágyi 0095531a58 core, eth, les: fix messy code (#15367) 7 years ago
Felföldi Zsolt ca376ead88 les, light: LES/2 protocol version (#14970) 7 years ago
Péter Szilágyi 0e7d019e0e
core: fire tx event on replace, expand tests 7 years ago
Péter Szilágyi cc313e78b7
core: use blocks and avoid deep reorgs in txpool 7 years ago
Péter Szilágyi da7d57e07c
core: make txpool operate on immutable state 7 years ago
Miya Chen bf1e263128 core, light: send chain events using event.Feed (#14865) 7 years ago
Péter Szilágyi 1c45f2f42e
core: fix txpool journal and test races 7 years ago
Péter Szilágyi 3d32690b54 cmd, core, eth: journal local transactions to disk (#14784) 7 years ago
Péter Szilágyi 34ec9913f6
core: test locals support in txpool queue limits, fix 7 years ago
Péter Szilágyi 88b4fe7d21
core: handle nolocals during add, exepmt locals from expiration 7 years ago
Péter Szilágyi 5e38f7a664
cmd, core: add --txpool.nolocals to disable local price exemptions 7 years ago
Péter Szilágyi 48ee7f9de7
core, eth, les: polish txpool API around local/remote txs 7 years ago
Martin Holst Swende a633a2d7ea core: Prevent local tx:s from being discarded 7 years ago
Martin Holst Swende 67aff49822 core: Change local-handling to use sender-account instead of tx hashes 7 years ago
Péter Szilágyi eebde1a2e2
core: ensure transactions correctly drop on pool limiting 7 years ago
Martin Holst Swende b0b3cf2eeb
core: add testcase for txpool 7 years ago
Péter Szilágyi cba33029a8
core: only reorg changed account, not all 7 years ago
Péter Szilágyi 9702badd83
core: don't uselessly recheck transactions on dump 7 years ago
Péter Szilágyi 280609c99b
core: check for gas limit exceeding txs too on new block 7 years ago
Péter Szilágyi 08959bbc70
cmd, core, eth: configurable txpool parameters 7 years ago
Péter Szilágyi c98bce709c
core: fix minor accidental typos and comment errors 7 years ago
changhong 17f0b11942
core: typos and comments improve 7 years ago
Péter Szilágyi a2f23ca9b1 cmd, core, eth, miner: remove txpool gas price limits (#14442) 7 years ago
Felix Lange 5f7826270c all: unify big.Int zero checks, use common/math in more places (#3716) 8 years ago
Péter Szilágyi e588e0ca2b
all: next batch of log polishes to contextual versions 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Felix Lange c8695fae35 logger: remove Core verbosity level (#3659) 8 years ago
Felix Lange 9b62facdd4 event: deprecate TypeMux and related types 8 years ago
Péter Szilágyi 18c77744ff
all: fix spelling errors 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Péter Szilágyi c44830ebf3
core, light: allow zero cost txs from inexistent accounts too 8 years ago
Bas van Kervel 9f1520b4c0 core: init pending state in tx pool on creation 8 years ago
bas-vk 4e36b1e3da core: bugfix state change race condition in txpool (#3412) 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Jeffrey Wilcke 445feaeef5 core, core/state, trie: EIP158, reprice & skip empty account write 8 years ago
Martin Holst Swende 36956da4d2 core: metrics collection for transaction events (#3157) 8 years ago
Péter Szilágyi 182d9cb752 core: add global (soft) limits on the pending transactions 8 years ago
Felix Lange 16d8397e30 core: lower transaction pool max queue limit 8 years ago
Felix Lange 1f1ea18b54 core/state: implement reverts by journaling all changes 8 years ago