Skip to content

Commit

Permalink
fix(mojaloop/#2810): timeout evts are being prod for transfers with a…
Browse files Browse the repository at this point in the history
…n int-state of ABORTED_ERROR (mojaloop#907)

fix(mojaloop/[#2810](https://github.com/mdebarros/central-ledger/issues/2810)): Timeout events are being produced for transfers with an internal state of ABORTED_ERROR - mojaloop/project#2810
- updated transferTimeout models to correctly cleanup transfers with an ABORTED_ERROR internal state
- updated dependencies
- fixed audit-resolve

chore: fixes for local populateTestData script
- parameterised mockserver host and port in populateTestData script
- added funds-in capability to in populateTestData script
- added support scripts to package.json to start docker backends, and also run the populateTestData script

chore: cleaned up readme
  • Loading branch information
mdebarros authored Jul 5, 2022
1 parent 319a470 commit e77de0a
Show file tree
Hide file tree
Showing 7 changed files with 1,677 additions and 563 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Logs are sent to standard output by default.

## Tests

Tests include unit, functional, and integration.
Tests include unit, functional, and integration.

Running the tests:

Expand Down
48 changes: 34 additions & 14 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@
},
"1068386|hapi-auth-basic>hapi": {
"decision": "ignore",
"madeAt": 1653393764193,
"expiresAt": 1655985751719
"madeAt": 1657023581142,
"expiresAt": 1659615574080
},
"1068399|hapi-auth-basic>hapi>ammo": {
"decision": "ignore",
"madeAt": 1653393768017,
"expiresAt": 1655985751719
"madeAt": 1657023582672,
"expiresAt": 1659615574080
},
"1068389|hapi-auth-basic>hapi>ammo>subtext": {
"decision": "ignore",
"madeAt": 1653393769101,
"expiresAt": 1655985751719
"madeAt": 1657023583712,
"expiresAt": 1659615574080
},
"1068390|hapi-auth-basic>hapi>ammo>subtext": {
"decision": "ignore",
"madeAt": 1653393770290,
"expiresAt": 1655985751719
"madeAt": 1657023584747,
"expiresAt": 1659615574080
},
"1067560|hapi-swagger>swagger-parser>z-schema>validator": {
"decision": "ignore",
Expand All @@ -52,18 +52,18 @@
},
"1067553|swagger2openapi>better-ajv-errors>jsonpointer": {
"decision": "ignore",
"madeAt": 1653393772614,
"expiresAt": 1655985751719
"madeAt": 1657023585772,
"expiresAt": 1659615574080
},
"1067946|swagger2openapi>better-ajv-errors>jsonpointer>oas-validator>ajv": {
"decision": "ignore",
"madeAt": 1653393773753,
"expiresAt": 1655985751719
"madeAt": 1657023586769,
"expiresAt": 1659615574080
},
"1068310|widdershins>markdown-it>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1653393774821,
"expiresAt": 1655985751719
"madeAt": 1657023587790,
"expiresAt": 1659615574080
},
"1070030|@mojaloop/central-services-shared>widdershins>markdown-it": {
"decision": "ignore",
Expand Down Expand Up @@ -137,6 +137,26 @@
"1070483|@mojaloop/event-sdk>grpc>protobufjs": {
"decision": "postpone",
"madeAt": 1655458081691
},
"1075703|@mojaloop/central-services-shared>@mojaloop/event-sdk>grpc>protobufjs": {
"decision": "ignore",
"madeAt": 1657023579139,
"expiresAt": 1659615574080
},
"1075703|@mojaloop/event-sdk>grpc>protobufjs": {
"decision": "ignore",
"madeAt": 1657023579139,
"expiresAt": 1659615574080
},
"1075704|@mojaloop/central-services-shared>@mojaloop/event-sdk>grpc>protobufjs": {
"decision": "ignore",
"madeAt": 1657023580072,
"expiresAt": 1659615574080
},
"1075704|@mojaloop/event-sdk>grpc>protobufjs": {
"decision": "ignore",
"madeAt": 1657023580072,
"expiresAt": 1659615574080
}
},
"rules": {},
Expand Down
Loading

0 comments on commit e77de0a

Please sign in to comment.