-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: test case payload transformation iso20022 (#263)
* test: transformation * feat: add iso api and rules to ttk * fix: version negotiation * fix: version negotiation * some changes * chore: more * chore: base fxtransfer * fix: version selection * feat: implemented initial transformation * chore: changes * chore: changes * chore: dep * chore: changes * chore:remove * chore: tests * chore: example * fix: headers * chore: refactor * fix: version in error response * chore: refactor * chore: changes * chore: changes * chore: update requests * fix: version * chore(snapshot): 17.4.0-snapshot.0 * chore: bump * fix: unit tests * fix: lint * fix: func tests * fix: version * fix: api * chore: add coverage * chore: handle party types * chore: more coverage * chore: more coverage * chore: more coverage * fix: callback rules * chore(snapshot): 18.0.0-snapshot.1 * chore: dep update * chore: audit exception list * fix: dep issue * fix: issues * fix: ilp * fix: test cases * fix: rules * fix: unit tests * chore: dep updates * chore: test coverage * chore: deps --------- Co-authored-by: Kevin Leyow <[email protected]>
- Loading branch information
Showing
43 changed files
with
16,840 additions
and
810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc). | ||
reject: [ | ||
"chai", # version 5 uses only ESM | ||
"@mojaloop/sdk-standard-components" ## version 17.4.0 introduces a bug: this.logger.isDebugEnabled is not a function | ||
"chai" # version 5 uses only ESM | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.