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

0.105.1: cblock fixes/optimizations, PC mapping fix #561

Merged
merged 8 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 19 additions & 0 deletions examples/__snapshots__/examples.test.ts.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Bun Snapshot v1, https://goo.gl/fbAQLP

exports[`Examples ConstantProductAMM Artifacts Maintains program size 1`] = `1086`;

exports[`Examples ARC75 Artifacts Maintains program size 1`] = `736`;

exports[`Examples Auction Artifacts Maintains program size 1`] = `553`;

exports[`Examples FactoryCaller Artifacts Maintains program size 1`] = `422`;

exports[`Examples NFTFactory Artifacts Maintains program size 1`] = `173`;

exports[`Examples Simple Artifacts Maintains program size 1`] = `288`;

exports[`Examples ContactsApp Artifacts Maintains program size 1`] = `635`;

exports[`Examples Calculator Artifacts Maintains program size 1`] = `196`;

exports[`Examples MerkleTree Artifacts Maintains program size 1`] = `584`;
Loading
Loading