Skip to content

Commit 8bdecc2

Browse files
authored
Merge pull request #260 from JoinColony/feat/releasing-staged-payments
Feat: Releasing staged payments
2 parents 0147382 + 9ccb90b commit 8bdecc2

26 files changed

+4235
-5247
lines changed

package-lock.json

Lines changed: 1845 additions & 3630 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"homepage": "https://github.com/JoinColony/tx-ingestor",
2727
"dependencies": {
28-
"@colony/colony-js": "^0.0.0-snapshot-69cce09-20240724101901",
29-
"@colony/events": "0.0.0-snapshot-20240329154314",
28+
"@colony/colony-js": "^0.0.0-snapshot-75444d7-20240717133215",
29+
"@colony/events": "^0.0.0-snapshot-75444d7-20240717133215",
3030
"aws-amplify": "^4.3.43",
3131
"cross-fetch": "^4.0.0",
3232
"dotenv": "^16.0.3",

src/eventListeners/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ export interface BaseEventListener {
1111
export enum EventListenerType {
1212
Colony = 'Colony',
1313
Network = 'Network',
14-
VotingReputation = 'VotingReputation',
1514
Extension = 'Extension',
1615
Token = 'Token',
17-
OneTxPayment = 'OneTxPayment',
1816
}
1917

2018
export interface ColonyEventListener extends BaseEventListener {

src/graphql/fragments/expenditures.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ fragment Expenditure on Expenditure {
2424
userStakeId
2525
createdAt
2626
firstEditTransactionHash
27+
type
2728
}
2829

2930
# It is important this fragment contains all the fields of the ExpenditureSlot type

0 commit comments

Comments
 (0)