Releases: stellar/system-test
Releases · stellar/system-test
1.2.0
- removed Quickstart as the base image. Must use remote TARGETs now for RPC and core. The reduced image now focuses on just client installations and the test suites. system-test, #147
- added new callable workflow, test-workflow.yml, it manages building the system-test image for client versions and then uses Quickstart callable workflow to build and run quickstart and runs system test targeted at that quickstart runtime. system-test, #147
This version of tests is based on Protocol 24.
1.0.19
- js verification of contract invoke results, compare as strings. system-test, #68
This version of tests is based on Soroban Preview 10 system interfaces.
1.0.18
- verify js contract invoke return value as native arrays. system-test, #67
This version of tests is based on Soroban Preview 10 system interfaces.
1.0.17
This release fix a previous bug in the invoke.ts file.
1.0.16
Fix compilation issues to support preview 10.
1.0.15
- hex-ify the contract id for getEvents. system-test, #61
This version of tests is based on Soroban Preview 9 system interfaces.
1.0.14
- remove usage of accelerate flag on quickstart startup flags. system-test, #60
This version of tests is based on Soroban Preview 9 system interfaces.
1.0.13
- tests use new output paths compiled wasm in soroban-examples. system-test, #58
- replaces instances of getLedgerEntry with getLedgerEntries. system-test, #54
This version of tests is based on Soroban Preview 9 system interfaces.
1.0.12
- removed installation of phantomjs in the runtime image, it wasn't used and was triggering build errors due to no debian package available on 22.04. system-test, #55
This version of tests is based on Soroban Preview 8 system interfaces.
1.0.11
- updated dapp scenario for verifying diagnostic events retrieval from cli and js. system-test, #49
This version of tests is based on Soroban Preview 8 system interfaces.