Skip to content

[MGX-522] Simplify XYK RPC api (#535) #1111

[MGX-522] Simplify XYK RPC api (#535)

[MGX-522] Simplify XYK RPC api (#535) #1111

Triggered via push September 21, 2023 14:31
Status Failure
Total duration 1h 23m 49s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Global init
5s
Global init
Delete fungible environment
0s
Delete fungible environment
Build  /  Build Docker image
9m 32s
Build / Build Docker image
Build  /  Formatting check
50s
Build / Formatting check
Build  /  Clippy check
2m 15s
Build / Clippy check
Build  /  Unit tests
10m 19s
Build / Unit tests
Build  /  Coverage report
4m 1s
Build / Coverage report
Build  /  Run benchmark tests
3m 28s
Build / Run benchmark tests
Build  /  Run try-runtime checks
7m 31s
Build / Run try-runtime checks
Build  /  Run runtime benchmarks
8m 23s
Build / Run runtime benchmarks
Build  /  Export wasm artifacts
7m 14s
Build / Export wasm artifacts
Run e2e tests  /  setup-report
16s
Run e2e tests / setup-report
Deploy fungible environment  /  deploy
Deploy fungible environment / deploy
Deploy `dev` environment  /  deploy
2m 45s
Deploy `dev` environment / deploy
Matrix: Run e2e tests / e2e-test-matrix
run-perf-tests-branch
0s
run-perf-tests-branch
run-perf-tests-dev
2s
run-perf-tests-dev
Run e2e tests  /  slack-notify-nook
0s
Run e2e tests / slack-notify-nook
Run e2e tests  /  test-complete
9s
Run e2e tests / test-complete
performance tests in branch  /  performance-tests
performance tests in branch / performance-tests
performance tests in dev  /  performance-tests
11m 43s
performance tests in dev / performance-tests
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 89 warnings
performance tests in dev / performance-tests
Process completed with exit code 255.
test/parallel/xyk-rpc.calculate.burnAmount.test.ts ► xyk-rpc - calculate get_burn amount: OK ► validate parameters - burn from pool [firstIdx->0,secondIdx->1,amount->1000,expected->1000]: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml#L0
Failed test found in: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml Error: Error: createType((Balance,Balance)):: Expected array input to Tuple decoding, found object: {"firstAssetAmount":"1000","secondAssetAmount":"1000"}
test/parallel/xyk-rpc.calculate.burnAmount.test.ts ► xyk-rpc - calculate get_burn amount: OK ► validate parameters - burn from pool [firstIdx->1,secondIdx->0,amount->1000,expected->1000]: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml#L0
Failed test found in: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml Error: Error: createType((Balance,Balance)):: Expected array input to Tuple decoding, found object: {"firstAssetAmount":"1000","secondAssetAmount":"1000"}
test/parallel/xyk-rpc.calculate.burnAmount.test.ts ► xyk-rpc - calculate get_burn amount: OK ► validate parameters - burn from pool [firstIdx->0,secondIdx->1,amount->10000,expected->10000]: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml#L0
Failed test found in: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml Error: Error: createType((Balance,Balance)):: Expected array input to Tuple decoding, found object: {"firstAssetAmount":"10000","secondAssetAmount":"10000"}
test/parallel/xyk-rpc.calculate.burnAmount.test.ts ► xyk-rpc - calculate get_burn amount: OK ► validate parameters - burn from pool [firstIdx->0,secondIdx->1,amount->100000,expected->100000]: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml#L0
Failed test found in: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml Error: Error: createType((Balance,Balance)):: Expected array input to Tuple decoding, found object: {"firstAssetAmount":"100000","secondAssetAmount":"100000"}
test/parallel/xyk-rpc.calculate.burnAmount.test.ts ► xyk-rpc - calculate get_burn amount: Missing requirements ► validate parameters - get_burn from not generated pool [soldTokenId->0,boughtTokenId->1,amount->1000,expected->0]: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml#L0
Failed test found in: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml Error: Error: createType((Balance,Balance)):: Expected array input to Tuple decoding, found object: {"firstAssetAmount":"0","secondAssetAmount":"0"}
test/parallel/xyk-rpc.calculate.burnAmount.test.ts ► xyk-rpc - calculate get_burn amount: Missing requirements ► validate parameters - get_burn from not created assets: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml#L0
Failed test found in: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml Error: Error: createType((Balance,Balance)):: Expected array input to Tuple decoding, found object: {"firstAssetAmount":"0","secondAssetAmount":"0"}
test/parallel/xyk-rpc.calculate.burnAmount.test.ts ► xyk-rpc - calculate get_burn amount: RPC result matches with burn amount ► validate get_burn_amount that matches with real burn operation: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml#L0
Failed test found in: e2eTests/reports/junit-c0095580-5935-11ee-b104-158d1ef69f7e.xml Error: Error: createType((Balance,Balance)):: Expected array input to Tuple decoding, found object: {"firstAssetAmount":"53289","secondAssetAmount":"46710"}
test/sequential/xyk-pallet.scenarios.v2.test.ts ► xyk-pallet: Liquidity sufficiency scenario ► xyk-pallet: Liquidity sufficiency scenario: e2eTests/reports/junit-147c4dd0-593a-11ee-9e32-7ba368f88962.xml#L0
Failed test found in: e2eTests/reports/junit-147c4dd0-593a-11ee-9e32-7ba368f88962.xml Error: Error: expect(received).toEqual(expected) // deep equality
test/sequential/xyk-pallet.scenarios.v2.test.ts ► xyk-pallet: Liquidity sufficiency scenario ► xyk-pallet: Liquidity sufficiency scenario: e2eTests/reports/junit-b2449ee0-5963-11ee-af36-35f94ae5ad39.xml#L0
Failed test found in: e2eTests/reports/junit-b2449ee0-5963-11ee-af36-35f94ae5ad39.xml Error: Error: expect(received).toEqual(expected) // deep equality
Deploy `dev` environment / deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deploy `dev` environment / deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deploy `dev` environment / deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deploy `dev` environment / deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deploy `dev` environment / deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-crowdloan, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-crowdloan, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-crowdloan, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-crowdloan, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-crowdloan, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-crowdloan, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-governance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-governance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-governance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-governance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-governance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-governance, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
performance tests in dev / performance-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
performance tests in dev / performance-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
performance tests in dev / performance-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
performance tests in dev / performance-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
performance tests in dev / performance-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
performance tests in dev / performance-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-rewards-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-rewards-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-rewards-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-rewards-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-rewards-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-rewards-bootstrap, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
performance-benchmarks-report Expired
5 KB
wasms-ab0d1fd9b0099745c67b87ef6a401577d35691b4 Expired
4.39 MB