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

Export feature - enables local transaction debugging #11

Merged
merged 14 commits into from
Mar 26, 2020

Conversation

nebojsa94
Copy link
Member

This is a CLI subcommand that takes transaction hash and network as input and ships all information needed for transaction rerunning purposes to tenderly platform. The platform takes advantage of its flexible execution environment and extracts runtime information that helps users to debug.

@@ -129,6 +130,54 @@ projects: # running tenderly push will push the smart contracts to all of the pr
# the identifier can be found in you Tenderly dashboard under the projects name
```

### Export

The `export` command is used for local transaction debugging.
Copy link
Member

Choose a reason for hiding this comment

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

The `export` command can be used to access all of the tooling available at https://dashboard.tenderly.dev/ but for local transactions

Use the same wording for the command help text.

network.ProjectSlug = projectInfo[1]
}

logrus.Infof("You can view your transaction on %s",
Copy link
Member

@BogdanHabic BogdanHabic Mar 25, 2020

Choose a reason for hiding this comment

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

You can view your transaction at %s

@BogdanHabic BogdanHabic self-requested a review March 25, 2020 12:06
@nebojsa94 nebojsa94 merged commit 1d4e307 into master Mar 26, 2020
@BogdanHabic BogdanHabic deleted the feature/export branch March 26, 2020 13:42
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.

2 participants