erigon-pulse/cmd
TBC Dev 2f0758e817
ChainSegment efficiency (#3042)
* De-dup blockHeaders66() and blockHeaders65()

* Simplify loops and EOL detection

* Add ChainSegmentHeader struct and refactor

* Add RawRlpHash() to avoid re-encode for header hash

* Avoid multiple redundant rlpHash()

* Sort headers by height,hash to make dups consecutive

* Flip condition to reduce map lookups

* Remove redundant check

* Use rlp.RawValue rather than []byte to help self-document
2021-11-27 17:28:17 +00:00
..
abigen Apache licensed logger (#2460) 2021-07-29 17:23:23 +07:00
bootnode Apache licensed logger (#2460) 2021-07-29 17:23:23 +07:00
cons Sender check read from db (#2717) 2021-09-22 11:57:09 +07:00
devnettest Devnet build to test eth_getBalance, eth_sendRawTransaction and txpool_content (#3041) 2021-11-26 16:05:16 +00:00
downloader Small step towards torrent downloader (#2929) 2021-11-08 20:40:56 +07:00
erigon No open db in main, right clique sign, periodically release write tx on devnet (#2642) 2021-09-08 11:13:34 +07:00
erigoncustom separate_config_from_node_and_eth (#2289) 2021-07-04 08:50:32 +01:00
evm Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00
hack hack: remove createIdx and txLookup methods (#3000) 2021-11-21 12:06:36 +07:00
integration save 2021-11-24 10:55:25 +07:00
p2psim rename (#1978) 2021-05-20 19:25:53 +01:00
pics move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
prometheus RemoteRPC: add --state.cache=keys_amount cli parameter (#2816) 2021-10-12 16:27:47 +07:00
rlpdump rename (#1978) 2021-05-20 19:25:53 +01:00
rpcdaemon Drop txpool v1 (#3017) 2021-11-22 18:38:51 +00:00
rpctest Devnet build to test eth_getBalance, eth_sendRawTransaction and txpool_content (#3041) 2021-11-26 16:05:16 +00:00
sentry ChainSegment efficiency (#3042) 2021-11-27 17:28:17 +00:00
state Erigon2 state runner (#3034) 2021-11-27 09:43:25 +00:00
txpool [txpool] Introduce PriceBump, change tx replacement logic, add test (#3039) 2021-11-26 14:39:26 +00:00
utils [txpool] Introduce PriceBump, change tx replacement logic, add test (#3039) 2021-11-26 14:39:26 +00:00