Skip to content

Commit

Permalink
Merge pull request #260 from JoinColony/feat/releasing-staged-payments
Browse files Browse the repository at this point in the history
Feat: Releasing staged payments
  • Loading branch information
jakubcolony committed Jul 30, 2024
2 parents 0147382 + 9ccb90b commit 8bdecc2
Show file tree
Hide file tree
Showing 26 changed files with 4,235 additions and 5,247 deletions.
5,475 changes: 1,845 additions & 3,630 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"homepage": "https://github.com/JoinColony/tx-ingestor",
"dependencies": {
"@colony/colony-js": "^0.0.0-snapshot-69cce09-20240724101901",
"@colony/events": "0.0.0-snapshot-20240329154314",
"@colony/colony-js": "^0.0.0-snapshot-75444d7-20240717133215",
"@colony/events": "^0.0.0-snapshot-75444d7-20240717133215",
"aws-amplify": "^4.3.43",
"cross-fetch": "^4.0.0",
"dotenv": "^16.0.3",
Expand Down
2 changes: 0 additions & 2 deletions src/eventListeners/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ export interface BaseEventListener {
export enum EventListenerType {
Colony = 'Colony',
Network = 'Network',
VotingReputation = 'VotingReputation',
Extension = 'Extension',
Token = 'Token',
OneTxPayment = 'OneTxPayment',
}

export interface ColonyEventListener extends BaseEventListener {
Expand Down
1 change: 1 addition & 0 deletions src/graphql/fragments/expenditures.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fragment Expenditure on Expenditure {
userStakeId
createdAt
firstEditTransactionHash
type
}

# It is important this fragment contains all the fields of the ExpenditureSlot type
Expand Down
Loading

0 comments on commit 8bdecc2

Please sign in to comment.