Releases: mojaloop/contrib-pisp-demo-svc
Releases · mojaloop/contrib-pisp-demo-svc
v0.1.11 Release
v0.1.10 Release
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
feat: store the keyHandleId in consents and accounts (#55) * feat: store the keyHandleId in consents and accounts * chore: linter
v0.1.8 Release
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
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
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
fix: bad nested config can't be overwritten (#51) * fix: bad nested config can't be overwritten * chore: linter
v0.1.4 Release
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
fix(ci): disable license scan (#49) * fix(ci): disable unit tests in docker build * fix(ci): disable license scan
v0.1.2 Release
fix(ci): disable unit tests in docker build (#48)