-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #561 from algorandfoundation/dev
0.105.1: cblock fixes/optimizations, PC mapping fix
- Loading branch information
Showing
636 changed files
with
74,097 additions
and
88,828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`; |
Oops, something went wrong.