-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(#2557): error notification to payer fsp, header for source having…
… wrong value (#869) - fix for mojaloop/project#2557 - Updated fulfil-handler logic to produce an action type "ABORT_VALIDATION" when a validation error occurs (i.e. invalid fulfilment) - updated util/scripts/populateTestData.sh script to create a default settlement model for local dev testing - chore: updated dependencies - main update to central-services-shared - added get-port to ncurc ignore list due to the breaking changes it introduces - updated all other dependencies - fixed audit-resolve issues
- Loading branch information
Showing
7 changed files
with
1,287 additions
and
1,050 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"reject": [ | ||
"tape", | ||
"ilp-packet" | ||
"ilp-packet", | ||
"get-port" | ||
] | ||
} | ||
|
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.