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

[Task]: Store Note's.aux field in the database #342

Closed
2 of 5 tasks
igamigo opened this issue May 3, 2024 · 1 comment
Closed
2 of 5 tasks

[Task]: Store Note's.aux field in the database #342

igamigo opened this issue May 3, 2024 · 1 comment
Assignees
Milestone

Comments

@igamigo
Copy link
Collaborator

igamigo commented May 3, 2024

Node's components affected by this task

  • RPC
  • Block producer
  • Store
  • Protobuf messages
  • Testing

What should be done?

We are currently hardcoding aux fields of the note metadata internally. We should change the code to pass the value accordingly and storing it in the database.

How should it be done?

Add a column in the notes SQL table schema for the aux field, and store/retrieve it accordingly.

When is this task done?

When the SQL table includes the aux field and it is stored and retrieved accordingly.

Additional context

No response

@bobbinth
Copy link
Contributor

Closed by #384.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants