Skip to content

feat: tokens#185

Merged
pauldelucia merged 98 commits into
v0.9-devfrom
feat/token-testing
Mar 12, 2025
Merged

feat: tokens#185
pauldelucia merged 98 commits into
v0.9-devfrom
feat/token-testing

Conversation

@pauldelucia
Copy link
Copy Markdown
Member

@pauldelucia pauldelucia commented Feb 10, 2025

  • Added a main screen for tokens which has a My Balances subscreen, a Search Tokens subscreen, and a Token Creator screen.
  • Added the ability to connect to local networks and devnets
  • Added a Register Contract screen where users can paste a JSON and register contract with or without tokens
  • Upgraded the Contracts screen with the ability to view contract schema and view tokens in addition to document types

Copy link
Copy Markdown
Contributor

@ogabrielides ogabrielides left a comment

Choose a reason for hiding this comment

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

Please check below comments + coderabbit suggestions

Comment thread src/app.rs
"tcp://127.0.0.1:23709",
core_message_sender, // Use the original sender or create a new one if needed
tx_zmq_status_option,
core_message_sender.clone(), // Use the original sender or create a new one if needed
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why clone() now?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

spawn_listener takes ownership

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I didn't experiment if we can borrow there instead, just used clone

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Removed the clone inside the function

Comment thread src/backend_task/core/mod.rs Outdated
Comment thread src/backend_task/identity/register_identity.rs Outdated
Comment thread src/backend_task/identity/register_identity.rs Outdated
Comment thread src/backend_task/identity/register_identity.rs Outdated
Comment thread src/backend_task/identity/top_up_identity.rs Outdated
Comment thread src/backend_task/identity/top_up_identity.rs Outdated
Comment thread src/backend_task/identity/top_up_identity.rs Outdated
Comment thread src/backend_task/tokens/query_tokens.rs
Copy link
Copy Markdown
Contributor

@ogabrielides ogabrielides left a comment

Choose a reason for hiding this comment

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

light-ACK

@pauldelucia pauldelucia merged commit 8d050b2 into v0.9-dev Mar 12, 2025
@pauldelucia pauldelucia deleted the feat/token-testing branch March 12, 2025 10:13
@coderabbitai coderabbitai Bot mentioned this pull request Apr 24, 2025
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.

3 participants