erigon-pulse/ethdb/privateapi
Giulio rebuffo 864b744ed2
Support for syncing on mergemock (#3174)
* block proposing

* standard finalized

* mergemock execution

* private chain can now be ran yay

* perfectioned

* polished

* more polishing

* resize PR

* resize PR

* resize PR

* simplifications

* fixed tests

* better syncronous communication

* better syncronous once again

* clean

* Re-enabled headers verification

* mining finish

* mining finish

* cleaned hash computation

* fixed evm bug

* go.mod

* Update .gitignore

* Update .gitignore

* Update .gitignore

* removed new line from .gitignore

* added go.mod and go.sum

* feeRecipient into preset

* useExternal

* todo

* fixed comment for forkchoiceUpdateV1

* smaller

* smaller

* Revert changes to miner frequency

* Restore useExternalTx

* Fix headerLoadFunc

* do not reset payloadId

* rename

* extra is empty

Co-authored-by: yperbasis <andrey.ashikhmin@gmail.com>
2021-12-29 17:25:13 +01:00
..
all.go Issue/2710 add grpc health check (#3091) 2021-12-06 12:03:46 +00:00
engine_test.go Support for syncing on mergemock (#3174) 2021-12-29 17:25:13 +01:00
ethbackend.go Support for syncing on mergemock (#3174) 2021-12-29 17:25:13 +01:00
events.go Move bucket constants into kv package, move kv interface to kv package (#2455) 2021-07-28 09:47:38 +07:00
mining.go Clean up DEBUG category logs (#2776) 2021-10-05 08:14:04 +07:00
txpool.go Expose mdbx's txID to remote_kv (#2686) 2021-09-15 14:22:57 +07:00