Skip to content

Latest commit

 

History

History
111 lines (56 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

111 lines (56 loc) · 5.07 KB

System Test Releases

Unreleased

1.0.19

  • js verification of contract invoke results, compare as strings. system-test, #68

1.0.18

1.0.15

1.0.14

  • removed usage of accelerate flag on quickstart options, it's been deprecated system-test, #60

1.0.13

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

1.0.11

  • updated dapp scenario for verifying diagnostic events retrieval from cli and js. system-test, #49

1.0.10

1.0.9

1.0.8

1.0.7

1.0.6

  • 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.

1.0.5

  • Fixed --TargetNetwork futurenet, was incorrectly trying to configure artificial acceleration on core config also, which is only allowed on standalone. system-test, #25.

This version of tests is based on Soroban Preview 7 system interfaces.

1.0.4

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

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

1.0.1

This version of tests executes the Soroban Preview 6 system interfaces only.

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.