Skip to content

Commit

Permalink
BitMart update 🔥 (#38)
Browse files Browse the repository at this point in the history
The BitMart exchange have updated their futures API to V2. V1 will stop
working 11/30/2024.
  • Loading branch information
serkor1 authored Nov 1, 2024
1 parent b920c7d commit d86f32e
Show file tree
Hide file tree
Showing 11 changed files with 1,161 additions and 24 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

name: R-CMD-check

permissions: read-all

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand All @@ -29,7 +31,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -47,3 +49,4 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
6 changes: 5 additions & 1 deletion NEWS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ library(cryptoQuotes)

## General

* `bitmart` has updated their futures API. The backend have been updated accordingly.

* Unit-tests have been updated and now all `get_quote()`-functions are being tested for equality in passed and inferred interval.

## Improvements

## Read and Write `xts`-objects
Expand Down Expand Up @@ -104,7 +108,7 @@ were included. (Issue [#13](https://github.com/serkor1/cryptoQuotes/issues/13))
### Quotes

* Removed `1s` from *Binance spot*
* Removed `3m`, `6h` and `3d` in *Bitmart spot*
* Removed `6h` and `3d` in *Bitmart spot*

These intervals have been removed as they have either been discontinued, or were non-existent.

Expand Down
Loading

0 comments on commit d86f32e

Please sign in to comment.