Skip to content

Releases: mojaloop/contrib-pisp-demo-svc

v0.1.11 Release

30 Mar 03:04
3fb7c51
Compare
Choose a tag to compare
feat: add a demo currency for account linking (#59)

v0.1.10 Release

22 Mar 05:43
13240d3
Compare
Choose a tag to compare
feat: overwrite accounts on linking (#57)

* feat: optionally delete existing accounts for user

* feat: optionally delete existing accounts for user

* chore: linter

v0.1.9 Release

15 Mar 04:42
15c7b18
Compare
Choose a tag to compare
feat: store the keyHandleId in consents and accounts (#55)

* feat: store the keyHandleId in consents and accounts

* chore: linter

v0.1.8 Release

12 Mar 11:01
3a98e46
Compare
Choose a tag to compare
feat: updated local e2e transfer (#54)

* feat: change sample account values

* feat: add accounts after the consent is created

* chore: linter

* feat: enable separate endpoints for different Mojaloop APIs

* feat: update pisp demo server to standalone mode

* feat: got `POST /thirdpartyRequests/transactions` sending to the DFSP supporting PISP

* feat: get the basic `PUT /authorizations` working

* chore: renaming experimental mode to localSimulator

* feat: working on pisp simulator deployment for demo

* feat: basic e2e transfer working again with simulator

* feat: basic transfer working with simulator

* chore: linter

* feat: clean up some old todos

* feat: clean up some old todos

* feat: clean up some old todos

v0.1.7 Release

09 Mar 05:16
0cbb36a
Compare
Choose a tag to compare
feat(accounts): create accounts after consent creation (#53)

* feat: change sample account values

* feat: add accounts after the consent is created

* chore: linter

v0.1.6 Release

02 Mar 08:08
b020da6
Compare
Choose a tag to compare
feat: reenable thirdparty simulator (#52)

* feat: add logging to clarify that the simulator is being used

* feat: make a generic MojaloopClient type that can be swapped for the simulator or live client

* feat: start implementing generic version of MojaloopClient

* feat: working on getAccounts

* feat: implement inbound PUT /accounts

* feat: implement inbound PUT /accounts

* feat: simulator working for linking

* fix: broken tests after simulator changes

v0.1.5 Release

01 Mar 07:05
fd58db3
Compare
Choose a tag to compare
fix: bad nested config can't be overwritten (#51)

* fix: bad nested config can't be overwritten

* chore: linter

v0.1.4 Release

01 Mar 05:11
9d78df3
Compare
Choose a tag to compare
feat(demo): changes related to pi12 demo (#50)

* fix: add secret dir and remove from gitignore

* hacking around to get things working with testing toolkit

* add api examples

* hack: adding scratch integration tests to help set up demo

* hack: adding scratch integration tests to help set up demo

* hack: adding scratch integration tests to help set up demo

* hack: working on put authorizations calls

* hack: working on put authorizations calls

* fix(merge): clean up bad merge

* hack(ts): hack typescript to temporarily fix compilation issues

* feat(demo): working on demo config

* feat(api): add api declaration for `PUT /thirdpartyRequests/transactions/{id}`

* feat(handlers): add a placeholder handler for put TPR

* feat(handlers): fix example for PUT TPR

* hack: wow there is a lot of hacking I did to get this

* test(integration): adding full end to end transfer test

* chore: rename put transfers to patch thirdparty requests

* chore: fix broken tests with update to patch

* chore: finish merging dodgy branches back together

* fix: debugging post authorizations validation error

* fix: schema validation and add temp logging of validation errors

* chore: refactor integration tests to add new linking tests

* feat: started account linking tests

* feat: started account linking tests

* fix: bad consentRequests request formatting

* feat: generate challenge sdk call

* fix: handle put consents correctly

* feat: handle put consents based on credential status

* feat: mock consent signing

* feat: final account linking with ttk working

* feat: add participant seed example

* chore: tidy

* feat(server): move from host based routing to path based for easier compatibility

* hack: working on transfer example

* feat: some random changes I can't remember

* fix: .gitignore conflict

* chore: clean up merge issues

* hack: disable broken tests for now

* fix: linter errors

v0.1.3 Release

01 Mar 04:00
d2afb43
Compare
Choose a tag to compare
fix(ci): disable license scan (#49)

* fix(ci): disable unit tests in docker build

* fix(ci): disable license scan

v0.1.2 Release

01 Mar 03:47
f36750c
Compare
Choose a tag to compare
fix(ci): disable unit tests in docker build (#48)