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

feat: transaction debug mode #4708

Merged
merged 3 commits into from
Jul 16, 2024
Merged

feat: transaction debug mode #4708

merged 3 commits into from
Jul 16, 2024

Conversation

istae
Copy link
Member

@istae istae commented Jun 10, 2024

Checklist

  • I have read the coding guide.
  • My change requires a documentation update, and I have done it.
  • I have added tests to cover my changes.
  • I have filled out the description and linked the related issues.

Description

Introduces a new flag that overrides the EstimateGas step for contract transactions.

Open API Spec Version Changes (if applicable)

Motivation and Context (Optional)

Related Issue (Optional)

Screenshots (if appropriate):

@istae istae force-pushed the trx-debug-mode branch from adaee2b to 7e970f4 Compare July 9, 2024 23:23
@istae istae marked this pull request as ready for review July 9, 2024 23:24
@istae istae linked an issue Jul 9, 2024 that may be closed by this pull request
@istae istae requested a review from acha-bill July 9, 2024 23:26
@istae istae merged commit 62eed01 into master Jul 16, 2024
14 checks passed
@istae istae deleted the trx-debug-mode branch July 16, 2024 07:57
@attila-lendvai
Copy link
Collaborator

@istae may i ask for your help?

i've backported this to v2.1.0 in an attempt to debug why i cannot unstake (#4826).

do i get it right that once i run my node with this enabled, then i should see the txHash'es of my pending tx'es in explorers like https://gnosisscan.io/ ?

actually, how is it that i don't see those hashes in the explorer? they don't get published? and if they are published, then why aren't they included in the chain?

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.

Implement bee node "Trx Debug mode"
4 participants