erigon-pulse/core
b00ris 565a4250d6
Snapshot sync headers stage (#1836)
* save state

* snapshot update works

* save state

* snapshot migrator

* tx test

* save state

* migrations stages refactor

* refactor snapshot migrator

* compilation fixed

* integrate snapshot migrator

* goerli sync headers

* debug async snapshotter on goerly

* move verify headers, remove experiments, fix remove old snapshot

* save state

* refactor snapshotsync injection

* fix deadlock

* replace snapshot generation stage logic to migrate method

* change done for body snapshot

* clean

* clean&&change deleted value

* clean

* fix hash len

* fix hash len

* remove one of wrap methods, add remove snapshots on start

* add err check

* fix shadowing

* stages unwind order debug

* matryoshka experiments

* steam test

* fix build

* fix test

* fix lint

* fix test

* fix test datarace

* add get test

* return timeout

* fix mdbx overlap

* fix after merge

* change epoch size

* clean todo

* fix

* return testdata

* added return from sndownloader gorutine

* fix review comments

* Fix

* More info

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
2021-05-08 09:45:40 +01:00
..
allocs Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
asm
bloombits
forkid
rawdb Rpcdaemon: move tx pool to own grpc service, subscribe to pending txs (#1863) 2021-05-04 08:37:17 +07:00
state Snapshot sync headers stage (#1836) 2021-05-08 09:45:40 +01:00
types pending txs methods (#1869) 2021-05-04 06:51:28 +01:00
vm Snapshot sync headers stage (#1836) 2021-05-08 09:45:40 +01:00
.gitignore
block_validator_test.go Initial work on integration tests (#1797) 2021-04-29 16:14:10 +01:00
block_validator.go
blockchain_insert.go rawdb deprecated methods with Database interface (#1854) 2021-05-01 14:42:23 +07:00
blockchain.go Pruning flag, incremental staged sync (#1899) 2021-05-08 00:07:49 +03:00
blocks.go
chain_makers.go Add Baikal checks properly (#1868) 2021-05-04 06:50:06 +01:00
error.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
eth_backend.go Rpcdaemon: move tx pool to own grpc service, subscribe to pending txs (#1863) 2021-05-04 08:37:17 +07:00
events.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
evm.go fininish to remove chain context (#1807) 2021-04-26 14:23:21 +07:00
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis.go Pruning flag, incremental staged sync (#1899) 2021-05-08 00:07:49 +03:00
headerchain.go less blockchain object in tests (#1848) 2021-05-01 10:51:10 +07:00
mkalloc.go
rlp_test.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
skip_analysis.go update skip_analysis 2021-05-06 17:00:22 +02:00
state_processor.go Aleut fix for GASPRICE opcode (#1852) 2021-04-30 19:20:18 +01:00
state_transition.go Add Baikal checks properly (#1868) 2021-05-04 06:50:06 +01:00
tx_cacher.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
tx_journal.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
tx_list_test.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
tx_list.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
tx_noncer.go
tx_pool_test.go Changeset writer move to tx (#1871) 2021-05-05 14:31:40 +07:00
tx_pool.go Rpcdaemon: move tx pool to own grpc service, subscribe to pending txs (#1863) 2021-05-04 08:37:17 +07:00
types.go