Skip to content

Commit

Permalink
Merge branch 'master' into coinbase_api_revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
cranktakular committed Oct 29, 2024
2 parents 2a90b5d + e1b24e2 commit 3f6976c
Show file tree
Hide file tree
Showing 22 changed files with 802 additions and 733 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Setup Postgres
if: matrix.psql == true
uses: ikalnytskyi/action-setup-postgres@v6
uses: ikalnytskyi/action-setup-postgres@v7
with:
database: gct_dev_ci
id: postgres
Expand Down
4 changes: 1 addition & 3 deletions exchanges/bitfinex/bitfinex.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ const (
bitfinexChecksumFlag = 131072
bitfinexWsSequenceFlag = 65536

// CandlesTimeframeKey configures the timeframe in subscription.Subscription.Params
CandlesTimeframeKey = "_timeframe"
// CandlesPeriodKey configures the aggregated period in subscription.Subscription.Params
// CandlesPeriodKey configures the Candles aggregated period for MarginFunding in subscription.Subscription.Params
CandlesPeriodKey = "_period"
)

Expand Down
130 changes: 79 additions & 51 deletions exchanges/bitfinex/bitfinex_test.go

Large diffs are not rendered by default.

Loading

0 comments on commit 3f6976c

Please sign in to comment.