go-ethereum/miner
Ho 3682e05f3f
zktrie part3: include zktrie witness in block trace; add demo for generating witness data for mpt circuit (#123)
* demo for witness generator

* add simple binary for witness generating

* revert the witgen utility

* purge some code

* induce mptwitness argument

* handle case for failed tx, and special block in POA

* mptwitness: refactor for enabling output ops with different order

* induce witness gen with rwtable order

* self-documenting options for mptwitness

* fix trace flag according to review

* fix issue in handling failed tx

* refactor

* update according to reviews

Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
2022-07-16 07:00:07 +08:00
..
stress Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
miner.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
miner_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
unconfirmed.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
unconfirmed_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
worker.go zktrie part3: include zktrie witness in block trace; add demo for generating witness data for mpt circuit (#123) 2022-07-16 07:00:07 +08:00
worker_test.go feat: add more data into the execution trace (#20) 2022-02-21 10:15:57 +08:00