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

implement a short term zk overflow mitigation #13319

Closed
wants to merge 85 commits into from

Conversation

FelixFan1992
Copy link
Contributor

No description provided.

amit-momin and others added 30 commits April 17, 2024 19:25
@FelixFan1992 FelixFan1992 changed the base branch from develop to BCI-3055-Add-new-TXM-method-to-allow-products-to-query-transaction-status May 28, 2024 20:44
…transaction-status' into zk-overflow-short-term
Copy link
Contributor

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
14.6% Duplication on New Code (required ≤ 10%)

See analysis details on SonarQube

}

_, err = t.txm.CreateTransaction(ctx, txmgr.TxRequest{
IdempotencyKey: keyPtr,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

tx with the same idempotency key will not be sent again
1 key means 1 onchain tx

@amit-momin amit-momin force-pushed the BCI-3055-Add-new-TXM-method-to-allow-products-to-query-transaction-status branch from 9f43854 to 26d8c4a Compare May 31, 2024 20:17
Base automatically changed from BCI-3055-Add-new-TXM-method-to-allow-products-to-query-transaction-status to develop June 19, 2024 16:38
Copy link
Contributor

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Aug 19, 2024
@github-actions github-actions bot closed this Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants