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

test: add NFT deposit estimation cluster test #2892

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

jorgemmsilva
Copy link
Contributor

  • enables gasburnlog on ISC estimategas calls
  • NFTL1Mint functionality for cluster tests
  • new test

@@ -31,7 +31,7 @@ func runISCTask(
TimeAssumption: blockTime,
Entropy: hashing.PseudoRandomHash(nil),
ValidatorFeeTarget: accounts.CommonAccount(),
EnableGasBurnLogging: false,
EnableGasBurnLogging: estimateGasMode,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will use extra memory in production, right? But the burn log is never logged or returned to the caller...

Copy link
Contributor Author

@jorgemmsilva jorgemmsilva Sep 27, 2023

Choose a reason for hiding this comment

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

very little extra memory. it will on the chain/estimate-gas endpoint. will DM an example

@jorgemmsilva jorgemmsilva merged commit c362291 into iotaledger:develop Sep 27, 2023
5 checks passed
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