Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Transaction tracing for eth_call #1210

Merged
merged 7 commits into from Jun 7, 2016
Merged

Transaction tracing for eth_call #1210

merged 7 commits into from Jun 7, 2016

Conversation

gavofyork
Copy link
Contributor

@gavofyork gavofyork commented Jun 2, 2016

...even when transaction tracing is otherwise disabled.

Also unified the interface with the other tracing methods.

Depends on #1208.

@gavofyork gavofyork added the A0-pleasereview 🤓 Pull request needs code review. label Jun 2, 2016
}
}

// TODO: share with eth.rs
fn sign_call(&self, request: CallRequest) -> Result<SignedTransaction, Error> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

If you want to share it you can put it to mod.rs we have already two functions there.

@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jun 7, 2016
@NikVolf NikVolf merged commit 4efd658 into master Jun 7, 2016
@debris debris deleted the txtracingforcall branch June 20, 2016 15:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants