Skip to content

Releases: stellar/stellar-anchor-tests

v0.5.0

10 Jun 19:42
11bf82c
Compare
Choose a tag to compare

Update

  • Update SEP-38 tests based on stellar/stellar-protocol#1204. The changes include (#86):

    • SEP-38 GET /price and POST /quote now require the mandatory context request parameter.
    • SEP-38 GET /price and GET|POST /quote now return the mandatory response parameters total_price and fee.
    • The SEP-38 amounts formula validation was updated based on the new version from SEP38#price-formulas.
  • SEP-38 now requires a config file to indicate which contexts should be tested. (#87)

v0.4.1

15 Apr 17:27
8d43165
Compare
Choose a tag to compare
  • If one or more tests don't pass, we make sure to fail the process. This way, CIs will understand the process was unsuccessful (#84)

v0.4.0

13 Apr 16:55
e2b7106
Compare
Choose a tag to compare

Update

  • SEP-12 tests no longer include the account request parameter since it has been deprecated. (#82)

v0.3.0

30 Mar 14:53
20928fe
Compare
Choose a tag to compare

Update

  • Stop requiring authentication for the SEP-38 /price(s) endpoints, because authentication stoped being mandatory for non-quote endpoints on PR stellar-protocol#1144 (#79)

Fix

  • Fix SEP-38 toml variable name from QUOTE_SERVER to ANCHOR_QUOTE_SERVER (#79)

v0.2.0

12 Nov 00:50
3f4a9c6
Compare
Choose a tag to compare

Add

  • Added tests for SEP-38 endpoints (#73)

Update

  • Update the expected response schema for GET /customer requests

v0.1.7

05 Aug 20:37
1de3976
Compare
Choose a tag to compare

Add

  • CHANGELOG.md
  • Use type parameter in SEP-12 GET /customer requests

v0.1.6: Adding binary data upload

30 Jul 17:15
007a4ac
Compare
Choose a tag to compare
up version for next release (#58)

v0.1.5: fix same account different memos test condition (#55)

26 Jul 22:38
839af31
Compare
Choose a tag to compare

SEP-12's "same account different memos" test had a bug in its check for proper configuration.

v0.1.4: Always mark ran tests (#53)

26 Jul 21:21
62d9e24
Compare
Choose a tag to compare
* always save pass/fail results for a test to properly detect cycles

* increment patch version

v0.1.3

26 Jul 20:23
cada7f9
Compare
Choose a tag to compare

Fixes the cyclic dependency detection logic, which caused false positives.