Skip to content

Dogfood bundled pubkeys - #1

Draft
cds-amal wants to merge 3 commits into
rit3sh-x:mainfrom
cds-turbin3:dogfood-bundled-pubkeys
Draft

Dogfood bundled pubkeys#1
cds-amal wants to merge 3 commits into
rit3sh-x:mainfrom
cds-turbin3:dogfood-bundled-pubkeys

Conversation

@cds-amal

Copy link
Copy Markdown

The following command, run from your repo directory will pull and make this branch active for you to examine.

gh pr checkout 1

@cds-amal
cds-amal force-pushed the dogfood-bundled-pubkeys branch from 244d34b to b6abe67 Compare May 19, 2026 01:06
Before:
    let escrow: Escrow = ctx.get_account(&accs.escrow).unwrap();
After:
    let escrow: Escrow = ctx.load(&accs.escrow);

ctx.load panics with the address and underlying AccountError on
missing/malformed, so a load failure points at itself instead of an
opaque unwrap site. Inline reads inside assert_eq! are split out so
the load and the field comparison fail on separate lines.

Cargo.lock bumped to anchor-litesvm ff7ad71 to pull in the helper.
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.

1 participant