feat: include full ARC56 source info #884
Annotations
5 errors and 1 warning
Run tests:
tests/general.test.ts#L127
Expected: 6060
Received: 6085
at /home/runner/work/TEALScript/TEALScript/tests/general.test.ts:127:34
|
Run tests:
tests/account.test.ts#L41
[
"// assert(a.assetBalance(AssetID.fromUint64(123)))",
"frame_dig -1 // a: Address",
+ "int 123",
- "pushint 123",
"asset_holding_get AssetBalance",
"pop",
"assert"
]
- Expected - 1
+ Received + 1
at /home/runner/work/TEALScript/TEALScript/tests/account.test.ts:41:43
|
Run tests:
tests/account.test.ts#L52
[
"// assert(a.assetFrozen(AssetID.fromUint64(123)))",
"frame_dig -1 // a: Address",
+ "int 123",
- "pushint 123",
"asset_holding_get AssetFrozen",
"pop",
"assert"
]
- Expected - 1
+ Received + 1
at /home/runner/work/TEALScript/TEALScript/tests/account.test.ts:52:42
|
Run tests:
tests/account.test.ts#L63
[
"// assert(a.isOptedInToAsset(AssetID.fromUint64(123)))",
"frame_dig -1 // a: Address",
+ "int 123",
- "pushint 123",
"asset_holding_get AssetBalance",
"swap",
"pop",
"assert"
]
- Expected - 1
+ Received + 1
at /home/runner/work/TEALScript/TEALScript/tests/account.test.ts:63:39
|
Run tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading