Skip to content

Commit

Permalink
feat(mojaloop/#2880): simplify liquidity cover check and fix issue wi…
Browse files Browse the repository at this point in the history
…th validation (#384)

feat(mojaloop/#2880): simplify liquidity cover check and fix issue with validation - mojaloop/project#2880
- fixed logger module names for deferred and gross handlers
- updated `model.transferSettlement.facade.updateTransferSettlement` to correctly capture participantPositionChange entries
- added some comments to help clarify whats going on in the modle.transferSettlement.facade.updateTransferSettlement

chore: maintenance
- updated dependencies
- standardised package.json order
- removed deprecated faucet and replace with tap-spec, and updated associated npm test scripts
- replaced npm-audit-resolve with audit-ci
- audit fixes
  • Loading branch information
mdebarros authored Sep 8, 2022
1 parent a3f14b5 commit 2218c8b
Show file tree
Hide file tree
Showing 8 changed files with 1,959 additions and 2,171 deletions.
25 changes: 25 additions & 0 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
// audit-ci supports reading JSON, JSONC, and JSON5 config files.
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
// Currently no fixes available for the following
"GHSA-v88g-cgmw-v5xw",
"GHSA-mg85-8mv5-ffjr",
"GHSA-phwq-j96m-2c2q",
"GHSA-7hx8-2rxv-66xv",
"GHSA-282f-qqgm-c34q",
"GHSA-6vfc-qv3f-vr6c",
"GHSA-wc69-rhjr-hc9g",
"GHSA-f825-f98c-gj3g",
"GHSA-g954-5hwp-pp24",
"GHSA-rjqq-98f6-6j3r",
"GHSA-mjxr-4v3x-q3m4",
"GHSA-g64q-3vg8-8f93",
"GHSA-5854-jvxx-2cg9",
"GHSA-w5p7-h5w8-2hfq",
"GHSA-qgmg-gppg-76g5",
"GHSA-p9pc-299p-vxgp"
]
}
263 changes: 0 additions & 263 deletions audit-resolve.json

This file was deleted.

Loading

0 comments on commit 2218c8b

Please sign in to comment.