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

Delete WalletBlockHeader and WalletTransaction #5020

Merged
merged 3 commits into from
Jun 6, 2024

Conversation

NullSoldier
Copy link
Contributor

Summary

I have no idea why these types were introduced, but they were not necessary. You can just use the basic primitives we already have and not introduce brand new types to the code base.

There will be further changes to delete the initial index calculation and push it further down to the place where you actually loop over the transactions.

Testing Plan

Existing tests cover the scanning and chain processor.

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

@NullSoldier NullSoldier requested a review from a team as a code owner June 6, 2024 21:37
I have no idea why these types were introduced, but they were not
neccesary. You can just use the basic primitives we already have and not
introduce brand new types to the code base.
@NullSoldier NullSoldier merged commit 730fb56 into staging Jun 6, 2024
9 checks passed
@NullSoldier NullSoldier deleted the jason/remote-processor branch June 6, 2024 23:12
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