Skip to content

Releases: CjS77/tari_payment_server

v1.9.0

01 Nov 15:45
762d620
Compare
Choose a tag to compare

What's Changed

  • chore: add extra fields to order displays by @CjS77 in #103
  • feat: settle accounts from taritools by @CjS77 in #104

Full Changelog: v1.8.0...v1.9.0

v1.8.0

01 Nov 09:36
7291f93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

29 Oct 14:41
e4779f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 Oct 15:17
cb80acd
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/CjS77/tari_payment_server/commits/v1.6.0

v1.5.0

22 Oct 18:25
9f8c369
Compare
Choose a tag to compare
  • Add rescan open orders functionality and update related methods (#93)
  • feat: fetch open orders from shopify (#92)

v1.4.0

21 Oct 10:55
28b96a4
Compare
Choose a tag to compare

Adds STRICT_MODE which allows identifying orders by id or alt_id

v1.3.0

18 Oct 16:14
3dfbcdd
Compare
Choose a tag to compare

Features

TPG_DISABLE_MEMO_SIGNATURE_CHECK

TPG_DISABLE_MEMO_SIGNATURE_CHECK, which if enabled via
TPG_DISABLE_MEMO_SIGNATURE_CHECK=1

will not require the memo field for interactive payments to have be a Memo Signature attesting to the order
id.

In general, setting this flag may lead to spoofing attacks and is discouraged, but it is added as a convenience for wallets that do not want to add a call to create a signed memo field.

v1.2.0

17 Oct 09:27
e141264
Compare
Choose a tag to compare

Features

Allow wallet whitelist disable (#84)

Adds a configuration option (TPG_DISABLE_WALLET_WHITELIST=1) to ignore the wallet whitelist IP

Fixes

default url in taritools (#85)

Taritools now uses envars to extract a default URL for the API server in unauthenticated requests

v1.1.0

15 Oct 17:36
f13df94
Compare
Choose a tag to compare

New features

Shopify orders can be identified by their id (default). Or by their name.
For the latter, you must set TPG_SHOPIFY_ORDER_ID_FIELD=name in your envars.

The payment id string regex is updated to handle shopify ids (using same config).

What's Changed

  • feat: option to use order.name as order id by @CjS77 in #81
  • feat: accept arbitrary numbers as order ids by @CjS77 in #82

Full Changelog: v1.3.0-beta...v1.1.0

Version 1.0

04 Oct 16:14
3a08058
Compare
Choose a tag to compare

The new TTL store now has an automated backend