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

Add transaction trace utility function #264

Merged
merged 12 commits into from Dec 6, 2022
Merged

Conversation

Nathan-SL
Copy link
Contributor

@Nathan-SL Nathan-SL commented Dec 6, 2022

Usage related changes

Development related changes

  • Testing deployment with alpha-goerli2 config network is suppressed temporarily.

Checklist:

  • Formatted the code
  • No linter errors + tried to avoid introducing linter warnings
  • Performed a self-review of the code
  • Rebased to the last commit of the target branch (or merged it into my branch)
  • Documented the changes
    • If src/type-extensions.ts was changed, updated the line number referencing this file in the ## API section of README.md
  • Updated the test directory (with a test case consisting of network.json, hardhat.config.ts, check.sh)
  • Linked issues which this PR resolves
  • Created a PR to the plugin branch of starknet-hardhat-example:Add test for transaction trace starknet-hardhat-example#85
    • Modified test.sh to use my example repo branch
    • Restored test.sh to to use the original branch (after the example repo PR has been merged)
  • All tests are passing (for external contributors who don't have access to the CI/CD pipeline)

src/starknet-types.ts Outdated Show resolved Hide resolved
src/starknet-wrappers.ts Outdated Show resolved Hide resolved
@FabijanC FabijanC self-requested a review December 6, 2022 15:04
src/starknet-types.ts Outdated Show resolved Hide resolved
@FabijanC FabijanC merged commit 507f160 into master Dec 6, 2022
@FabijanC FabijanC deleted the get-transaction-trace branch December 6, 2022 15:45
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.

Feat request: add getTransactionTrace to the hre.starknet
2 participants