Skip to content

add create account asm example#549

Merged
Perelyn-sama merged 6 commits intosolana-developers:mainfrom
Perelyn-sama:create-account-asm
Apr 14, 2026
Merged

add create account asm example#549
Perelyn-sama merged 6 commits intosolana-developers:mainfrom
Perelyn-sama:create-account-asm

Conversation

@Perelyn-sama
Copy link
Copy Markdown
Collaborator

No description provided.

@Perelyn-sama
Copy link
Copy Markdown
Collaborator Author

ah, remove logs and mov64 r1 -> r6 comment

@dev-jodee dev-jodee self-requested a review April 13, 2026 14:43
Comment thread basics/create-account/asm/src/lib.rs Outdated
Comment thread basics/create-account/asm/src/lib.rs Outdated
Comment thread basics/create-account/asm/tests/test.ts
@Perelyn-sama Perelyn-sama requested a review from dev-jodee April 14, 2026 17:01
Copy link
Copy Markdown
Collaborator

@dev-jodee dev-jodee left a comment

Choose a reason for hiding this comment

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

lgtm, think you forgot a debug print

Comment thread basics/create-account/asm/src/lib.rs Outdated

let res = svm.send_transaction(tx);
assert!(res.is_ok());
dbg!(&res.unwrap().logs);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

think you forgot to remove

@Perelyn-sama Perelyn-sama merged commit c193f58 into solana-developers:main Apr 14, 2026
15 checks passed
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