Skip to content

refactor(rwa-oracle): simplify get_all_rwa_assets using Map::keys()#37

Merged
aguilar1x merged 1 commit intoNeko-Protocol:devfrom
miguelnietoa:refactor/rwa-oracle-get-all-rwa-assets
Mar 28, 2026
Merged

refactor(rwa-oracle): simplify get_all_rwa_assets using Map::keys()#37
aguilar1x merged 1 commit intoNeko-Protocol:devfrom
miguelnietoa:refactor/rwa-oracle-get-all-rwa-assets

Conversation

@miguelnietoa
Copy link
Copy Markdown
Contributor

@miguelnietoa miguelnietoa commented Mar 28, 2026

Replace manual Vec-building loop with a single state.rwa_metadata.keys() call. Add unit tests for empty map and two-asset registration cases.

Closes #33

Replace manual Vec-building loop with a single state.rwa_metadata.keys()
call. Add unit tests for empty map and two-asset registration cases.
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 28, 2026

@miguelnietoa Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Copy link
Copy Markdown
Contributor

@aguilar1x aguilar1x left a comment

Choose a reason for hiding this comment

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

LGTM!

@aguilar1x aguilar1x merged commit 30b5d8c into Neko-Protocol:dev Mar 28, 2026
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.

refactor(rwa-oracle): simplify get_all_rwa_assets using Map::keys()

2 participants