[108] ISSUE-081: Add Soroban Transaction Preflight Example - #148
Merged
Dantama022 merged 2 commits intoJul 29, 2026
Annotations
11 errors and 1 warning
|
|
|
Run ESLint:
src/examples/69-soroban-contract-storage.ts#L190
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
|
Run ESLint:
src/examples/69-soroban-contract-storage.ts#L155
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
|
Run ESLint:
src/examples/69-soroban-contract-storage.ts#L115
Replace `⏎····server,⏎····contractId,⏎····xdr.ScVal.scvSymbol('nonexistent_key'),⏎····'persistent',⏎··` with `server,·contractId,·xdr.ScVal.scvSymbol('nonexistent_key'),·'persistent'`
|
|
Run ESLint:
src/examples/68-soroban-contract-simulation.ts#L228
Replace `⏎········'····These·entries·must·be·signed·(or·pre-authorized)·before·submission.',⏎······` with `'····These·entries·must·be·signed·(or·pre-authorized)·before·submission.'`
|
|
Run ESLint:
src/examples/68-soroban-contract-simulation.ts#L182
Replace `⏎····chalk.bold('\n··Resource·estimates:'),⏎··` with `chalk.bold('\n··Resource·estimates:')`
|
|
Run ESLint:
src/examples/68-soroban-contract-simulation.ts#L149
Replace `⏎······'Transaction·assembled·with·simulation·footprint·and·updated·resource·fee.',⏎····` with `'Transaction·assembled·with·simulation·footprint·and·updated·resource·fee.'`
|
|
Run ESLint:
src/examples/68-soroban-contract-simulation.ts#L86
'tx' is never reassigned. Use 'const' instead
|
|
Run ESLint:
src/examples/60-network-configuration.ts#L290
Replace `⏎··testnetHash:·string,⏎··mainnetHash:·string,⏎` with `testnetHash:·string,·mainnetHash:·string`
|
|
Run ESLint:
src/examples/60-network-configuration.ts#L214
'network' is never reassigned. Use 'const' instead
|
|
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading