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

Implement ots_getContractCreator #8638

Closed
Tracked by #3726
shekhirin opened this issue Jun 6, 2024 · 3 comments · Fixed by #9236
Closed
Tracked by #3726

Implement ots_getContractCreator #8638

shekhirin opened this issue Jun 6, 2024 · 3 comments · Fixed by #9236
Assignees
Labels
A-rpc Related to the RPC implementation C-enhancement New feature or request

Comments

@shekhirin
Copy link
Collaborator

Describe the feature

Ref #3726

This RPC method does not require a separate database index, so we can implement it without any breaking changes.

The only client that implements this RPC is Erigon, and we should use its implementation as a reference.

Additional context

No response

@shekhirin shekhirin added C-enhancement New feature or request A-rpc Related to the RPC implementation labels Jun 6, 2024
@onbjerg
Copy link
Member

onbjerg commented Jun 10, 2024

note: it only does not require a separate db index if we are willing to re-execute the transaction that created the contract w tracing since another contract might have created it

@jsvisa
Copy link
Contributor

jsvisa commented Jun 20, 2024

pick this one.

@kamuik16
Copy link
Contributor

kamuik16 commented Jul 1, 2024

would like to try this, if can someone give some helper refs maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants