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

fetch account resources BCS #8

Merged
merged 6 commits into from
May 1, 2024
Merged

fetch account resources BCS #8

merged 6 commits into from
May 1, 2024

Conversation

brianolson
Copy link
Contributor

add AccountResourcesBCS to client and misc structs and utils for account resource BCS

@brianolson brianolson requested review from gregnazario and BriungRi May 1, 2024 19:44
@brianolson brianolson self-assigned this May 1, 2024
Comment on lines +203 to +204
Module string // TODO: IdentifierWrapper ?
Name string // TODO: IdentifierWrapper ?
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't need IdentifierWrapper. That's an overoptimization on the Rust side. A box<str> is one word less than a String

@brianolson brianolson merged commit 0545a40 into main May 1, 2024
1 check passed
@brianolson brianolson deleted the bolson2 branch May 1, 2024 20:47
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