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

Note object refactoring #664

Merged
merged 4 commits into from
May 6, 2024
Merged

Note object refactoring #664

merged 4 commits into from
May 6, 2024

Conversation

bobbinth
Copy link
Contributor

@bobbinth bobbinth commented May 3, 2024

Addresses #645, specifically:

  • Renames NoteEnvelope into NoteHeader.
  • Introduces a new struct NoteDetails which consists of note assets and recipient.
  • Refactors Note struct to be based on NoteHeader and NoteDetails.

@bobbinth bobbinth marked this pull request as ready for review May 6, 2024 05:38
Copy link
Contributor

@polydez polydez left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks!

@bobbinth bobbinth linked an issue May 6, 2024 that may be closed by this pull request
Copy link
Collaborator

@igamigo igamigo left a comment

Choose a reason for hiding this comment

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

LGTM! I never commented on the issue but I overall agree with this restructuring.

@bobbinth bobbinth merged commit f3bf7ae into next May 6, 2024
9 checks passed
@bobbinth bobbinth deleted the bobbin-note-objects branch May 6, 2024 16:49
@bobbinth bobbinth mentioned this pull request May 6, 2024
bobbinth added a commit that referenced this pull request May 13, 2024
* Rename NoteEnvelope into NoteHeader
* Change Note struct to be based on header and details
bobbinth added a commit that referenced this pull request May 14, 2024
* Rename NoteEnvelope into NoteHeader
* Change Note struct to be based on header and details
Fumuran pushed a commit that referenced this pull request May 23, 2024
* Rename NoteEnvelope into NoteHeader
* Change Note struct to be based on header and details
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.

Note object refactoring
3 participants