Releases: stellar/system-test
1.0.9
- Fix bug in NODEJS test invocation
1.0.8
1.0.7
- Reorg the dockerfile for better cache-ability. system-test, #31.
- soroban-rpc: do not wait for Horizon since it does no longer depend on it. system-test, #36.
- local source path for git refs and/or image overrides during build. system-test, #37.
- Update system tests for new contract invoke. system-test, #38.
- Added Auth Next Scenario Test. system-test, #34.
1.0.6
- Remove usage of soroban-rpc method
getAccount
, because it is deprecated, and will be removed in the next release. UsegetLedgerEntry
instead.
1.0.5
- Fixed
--TargetNetwork futurenet
, was incorrectly trying to configure artificial acceleration on core config also, which is only allowed onstandalone
. system-test, #25.
This version of tests is based on Soroban Preview 7 system interfaces.
1.0.4
- Fixed git ref resolution to detached head state when compiling soroban cli during image build system-test, #23, to build Stellar Quickstart.
This version of tests is based on Soroban Preview 7 system interfaces.
1.0.3
- Modified test framework, system-test, #21, to build Stellar Quickstart as the base image.
Refer to README.md for new two step process of running tests:
(1) run make with server versions, creates docker image
(2) run the docker image to run tests.
This version of tests is based on Soroban Preview 7 system interfaces.
1.0.2
Changes:
- Modified tests to follow the new dynamic args format on cli soroban-tools, #307
This version of tests is based on Soroban Preview 6 system interfaces, combined with the additional change applied on top of dynamic args in cli contract invoke
The system test release is packaged as a docker image published on https://hub.docker.com/r/stellar/system-test/tags
1.0.0
First release of packaged system tests. Initial focus is on Soroban e2e cases using cli,rpc,core:
- DApp developer compiles, installs, deploys and invokes a contract
- DApp developer compiles, deploys and invokes a contract
This version of tests execute the Soroban Preview 5 system interfaces only.
The system test release is packaged as a docker image published on https://hub.docker.com/r/stellar/system-test/tags
1.0.1
Changes:
- Modified tests to follow the new
contract
sub-command on cli soroban-tools, #319
This version of tests executes the Soroban Preview 6 system interfaces only.
The system test release is packaged as a docker image published on https://hub.docker.com/r/stellar/system-test/tags