Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract execution trace from EVM execution and provide subscription API #19

Merged
merged 43 commits into from
Jan 23, 2022
Merged

Conversation

mask-pp
Copy link

@mask-pp mask-pp commented Jan 13, 2022

No description provided.

@mask-pp mask-pp requested review from jules and icemelon January 13, 2022 07:28
Copy link

@jules jules left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM, just one point

core/blockchain.go Show resolved Hide resolved
core/types/l2trace.go Show resolved Hide resolved
eth/filters/api.go Outdated Show resolved Hide resolved
core/types/l2trace.go Show resolved Hide resolved
miner/worker.go Show resolved Hide resolved
core/blockchain.go Outdated Show resolved Hide resolved
core/blockchain.go Show resolved Hide resolved
core/rawdb/l2trace_test.go Outdated Show resolved Hide resolved
@icemelon icemelon changed the title add evmTrace api and storage Extract execution trace from EVM execution and provide subscription API Jan 20, 2022
eth/filters/api.go Outdated Show resolved Hide resolved
miner/worker.go Show resolved Hide resolved
miner/worker.go Outdated Show resolved Hide resolved
miner/worker.go Show resolved Hide resolved
miner/worker.go Show resolved Hide resolved
core/rawdb/l2trace.go Outdated Show resolved Hide resolved
core/rawdb/l2trace.go Outdated Show resolved Hide resolved
core/rawdb/l2trace.go Outdated Show resolved Hide resolved
core/types/l2trace.go Outdated Show resolved Hide resolved
core/types/l2trace.go Outdated Show resolved Hide resolved
miner/worker.go Outdated Show resolved Hide resolved
Copy link
Member

@icemelon icemelon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise LGTM.

@HAOYUatHZ Could you take another look?

core/types/l2trace.go Outdated Show resolved Hide resolved
core/rawdb/schema.go Outdated Show resolved Hide resolved
@0xmountaintop
Copy link

otherwise LGTM.

@HAOYUatHZ Could you take another look?

np!

ethclient/ethclient.go Outdated Show resolved Hide resolved
eth/filters/api.go Outdated Show resolved Hide resolved
@0xmountaintop
Copy link

just some nitpicks. otherwise LGTM as well

Copy link
Member

@icemelon icemelon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some extra nitipicks

eth/filters/filter_system.go Outdated Show resolved Hide resolved
eth/filters/filter_system.go Outdated Show resolved Hide resolved
ethclient/ethclient.go Outdated Show resolved Hide resolved
eth/filters/api.go Outdated Show resolved Hide resolved
mask-pp and others added 4 commits January 22, 2022 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define extractTrace interface in the Geth for Sequencer
4 participants