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 the ability to delete a transaction to the wallet and RPC #5286

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

mat-if
Copy link
Contributor

@mat-if mat-if commented Aug 15, 2024

Summary

Testing Plan

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes

@mat-if mat-if marked this pull request as ready for review August 19, 2024 21:15
@mat-if mat-if requested a review from a team as a code owner August 19, 2024 21:15
it('should return true when deleting a transaction', async () => {
const accountA = await useAccountFixture(routeTest.node.wallet, 'existingAccount')

const block2 = await useMinerBlockFixture(
Copy link
Contributor

@NullSoldier NullSoldier Aug 20, 2024

Choose a reason for hiding this comment

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

nit: copy pasted names, you can just name this block

@NullSoldier NullSoldier merged commit 698e819 into staging Aug 20, 2024
11 checks passed
@NullSoldier NullSoldier deleted the mat/tx-delete-rpc branch August 20, 2024 01:03
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