11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` deploy-app Deploy failure for replacement of permanent, updated app 1` ] = `
4- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
4+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
55INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
66INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1
77WARN: App is not deletable and onUpdate=ReplaceApp, will attempt to create new app and delete old app, delete will most likely fail
@@ -10,26 +10,26 @@ WARN: Deleting existing test app with index APP_1 from ACCOUNT_1 account."
1010` ;
1111
1212exports [` deploy-app Deploy failure for replacement of schema broken app fails if onSchemaBreak = Fail 1` ] = `
13- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
13+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
1414INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
1515WARN: Detected a breaking app schema change in app APP_1: | [{ " from" :{" global" :{" num-byte-slice" :0 ," num-uint" :1 }," local" :{" num-byte-slice" :0 ," num-uint" :0 }}," to" :{" global" :{" num-byte-slice" :1 ," num-uint" :1 }," local" :{" num-byte-slice" :0 ," num-uint" :0 }}} ]"
1616` ;
1717
1818exports [` deploy-app Deploy failure for updated app fails if onupdate = Fail 1` ] = `
19- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
19+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
2020INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
2121INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1"
2222` ;
2323
2424exports [` deploy-app Deploy new app 1` ] = `
25- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
25+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
2626INFO: App test not found in apps created by ACCOUNT_1; deploying app with version 1.0.
2727INFO: Sent transaction ID TXID_1 appl from ACCOUNT_1
2828DEBUG: Created app APP_1 from creator ACCOUNT_1"
2929` ;
3030
3131exports [` deploy-app Deploy replacement of deletable schema broken app 1` ] = `
32- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
32+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
3333INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
3434WARN: Detected a breaking app schema change in app APP_1: | [{ " from" :{" global" :{" num-byte-slice" :0 ," num-uint" :1 }," local" :{" num-byte-slice" :0 ," num-uint" :0 }}," to" :{" global" :{" num-byte-slice" :1 ," num-uint" :1 }," local" :{" num-byte-slice" :0 ," num-uint" :0 }}} ]
3535INFO: App is deletable and onSchemaBreak=ReplaceApp, will attempt to create new app and delete old app
@@ -39,7 +39,7 @@ WARN: Sent transactions TXID_2 to create app with index APP_2 and TXID_3 to dele
3939` ;
4040
4141exports [` deploy-app Deploy replacement to deletable, updated app 1` ] = `
42- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
42+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
4343INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
4444INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1
4545WARN: App is deletable and onUpdate=ReplaceApp, creating new app and deleting old app...
@@ -49,7 +49,7 @@ WARN: Sent transactions TXID_2 to create app with index APP_2 and TXID_3 to dele
4949` ;
5050
5151exports [` deploy-app Deploy replacement to schema broken, permanent app fails 1` ] = `
52- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
52+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
5353INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
5454WARN: Detected a breaking app schema change in app APP_1: | [{ " from" :{" global" :{" num-byte-slice" :0 ," num-uint" :1 }," local" :{" num-byte-slice" :0 ," num-uint" :0 }}," to" :{" global" :{" num-byte-slice" :1 ," num-uint" :1 }," local" :{" num-byte-slice" :0 ," num-uint" :0 }}} ]
5555INFO: App is not deletable but onSchemaBreak=ReplaceApp, will attempt to delete app, delete will most likely fail
@@ -58,7 +58,7 @@ WARN: Deleting existing test app with index APP_1 from ACCOUNT_1 account."
5858` ;
5959
6060exports [` deploy-app Deploy update to immutable updated app fails 1` ] = `
61- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
61+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
6262INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
6363INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1
6464WARN: App is not updatable but onUpdate=UpdateApp, will attempt to update app, update will most likely fail
@@ -67,7 +67,7 @@ DEBUG: Updating app APP_1"
6767` ;
6868
6969exports [` deploy-app Deploy update to updatable updated app 1` ] = `
70- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
70+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
7171INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
7272INFO: Detected a TEAL update in app APP_1 for creator ACCOUNT_1
7373INFO: App is updatable and onUpdate=UpdateApp, updating app...
@@ -77,7 +77,7 @@ INFO: Sent transaction ID TXID_2 appl from ACCOUNT_1"
7777` ;
7878
7979exports [` deploy-app Do nothing if deploying app with no changes 1` ] = `
80- "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1039 bytes of teal code and 39 bytes of teal code
80+ "INFO: Idempotently deploying app "test" from creator ACCOUNT_1 using 1532 bytes of teal code and 39 bytes of teal code
8181INFO: Existing app test found by creator ACCOUNT_1, with app index APP_1 and version 1.0.
8282DEBUG: No detected changes in app, nothing to do."
8383` ;
0 commit comments