Skip to content

Commit

Permalink
Merge pull request #561 from algorandfoundation/dev
Browse files Browse the repository at this point in the history
0.105.1: cblock fixes/optimizations, PC mapping fix
  • Loading branch information
joe-p authored Oct 23, 2024
2 parents fd6c32f + 724086b commit 5e54f5f
Show file tree
Hide file tree
Showing 636 changed files with 74,097 additions and 88,828 deletions.
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

0 comments on commit 5e54f5f

Please sign in to comment.