erigon-pulse/eth
ledgerwatch 1a0e9275e1
Headers PoC - intermediate changes (#1016)
* First algorithm

* Update doc

* Second algorithm implemented

* Prepend (unfinished)

* More on prepend

* More fixes

* Change CalcDifficulty interface

* fix make test

* Fix formatting

* Another test

* More on Preprend

* Another test for Prepend

* More tests for Prepend

* More tests for Prepend

* Move files to turbo

* Add another test for Prepend

* Started adding Append algorithm

* More work on Append

* Start changing the terminology

* Split trees into segments

* More fixes

* Fix compilation

* Connect

* FindAnchors, FindTip

* Tip has anchor and not anchorParent field

* Remove Prepend and Append

* Add Connect

* NewAnchor algorithm

* More to recovery from files

* Add more to AddAnchor

* Request more headers

* Header fix-sizes serialisation

* Upgrade CI to 1.15

* Fix lint

* Fix lint

* replace RLP with fixed-sized serialisation

* Fix lint

* More algos

* Fix lint
2020-08-31 06:27:51 +01:00
..
downloader Prefetch block bodies (#1013) 2020-08-30 18:34:40 +01:00
fetcher test fixups 2020-08-29 14:35:39 +02:00
filters change bucket type to string (#894) 2020-08-11 06:55:32 +07:00
gasprice geth 1.9.18 post-rebase fixups 2020-08-08 17:33:35 +02:00
stagedsync Headers PoC - intermediate changes (#1016) 2020-08-31 06:27:51 +01:00
tracers geth 1.9.18 post-rebase fixups 2020-08-08 17:33:35 +02:00
api_backend.go Another step in migrating tests to staged sync (#970) 2020-08-24 18:00:40 +01:00
api_test.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
api_tracer.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
api.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
backend.go eth_syncing (#991) 2020-08-29 08:24:50 +01:00
bloombits.go les: historical data garbage collection (#19570) 2020-08-07 13:16:46 +02:00
config.go Store ethash datafiles in a separate directory. (#949) 2020-08-20 15:59:06 +01:00
debug.go Call bufio.Flash() in tester (#407) 2020-03-26 21:52:05 +00:00
discovery.go Make cmd/tester initiate staged sync, remove some pools and caches (#746) 2020-07-15 07:15:48 +01:00
firehose.go Parity only supports 3 letter capabilities 2020-01-07 16:34:44 +00:00
gen_config.go cmd, core, eth, light, trie: dump clean cache periodically (#20391) 2020-08-12 12:01:13 +02:00
handler_test.go eth: increase timeout in TestBroadcastBlock (#21299) 2020-08-07 12:49:19 +02:00
handler.go Prefetch block bodies (#1013) 2020-08-30 18:34:40 +01:00
helper_test.go Jumpdest skip optimisation (#851) 2020-08-01 17:56:57 +01:00
peer.go eth: use maxQueuedTxAnns for to limit the number of transactions announced (#21419) 2020-08-14 16:42:00 +02:00
protocol_test.go Jumpdest skip optimisation (#851) 2020-08-01 17:56:57 +01:00
protocol.go remove eth/63, add tests for eth/65 (#823) 2020-07-30 11:16:55 +01:00
sync_test.go remove eth/63, add tests for eth/65 (#823) 2020-07-30 11:16:55 +01:00
sync.go Jumpdest skip optimisation (#851) 2020-08-01 17:56:57 +01:00