Releases: stellar/system-test
Releases · stellar/system-test
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.
1.0.10
- verify no value overhaul issues on test coverage. system-test, #47