- js invocation upgraded to use
stellar-sdk
rather than the now-deprecatedsoroban-client
. system-test, #81
- js verification of contract invoke results, compare as strings. system-test, #68
- verify js contract invoke return value as native arrays. system-test, #67
- hex-ify the contract id for getEvents. system-test, #61
- removed usage of accelerate flag on quickstart options, it's been deprecated system-test, #60
- tests use new output paths compiled wasm in soroban-examples. system-test, #58
- replaces instances of getLedgerEntry with getLedgerEntries. system-test, #54
- 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
- updated dapp scenario for verifying diagnostic events retrieval from cli and js. system-test, #49
- verify no value overhaul issues on test coverage. system-test, #47
- Fix bug in NODEJS test invocation. system-test, #46
- Enable some NODEJS tests. system-test, #44 and system-test, #42
- Use new
--source
flag for cli. system-test, #43
- 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.
- Remove usage of soroban-rpc method getAccount, because it is deprecated, and will be removed in the next release. Use getLedgerEntry instead. system-test, #30.
- 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.
- 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.
- 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.
- 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
- 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.
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.