Releases: stellar/stellar-anchor-tests
Releases · stellar/stellar-anchor-tests
v0.5.0
Update
-
Update SEP-38 tests based on stellar/stellar-protocol#1204. The changes include (#86):
- SEP-38
GET /price
andPOST /quote
now require the mandatorycontext
request parameter. - SEP-38
GET /price
andGET|POST /quote
now return the mandatory response parameterstotal_price
andfee
. - The SEP-38 amounts formula validation was updated based on the new version from SEP38#price-formulas.
- SEP-38
-
SEP-38 now requires a config file to indicate which contexts should be tested. (#87)
v0.4.1
v0.4.0
v0.3.0
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
toANCHOR_QUOTE_SERVER
(#79)
v0.2.0
v0.1.7
v0.1.6: Adding binary data upload
up version for next release (#58)
v0.1.5: fix same account different memos test condition (#55)
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)
* always save pass/fail results for a test to properly detect cycles * increment patch version