Skip to content

Commit

Permalink
1.1.0 release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
aisling11 authored Oct 25, 2021
1 parent 1676869 commit c503e34
Show file tree
Hide file tree
Showing 2 changed files with 3,019 additions and 484 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## 1.1.0 - 2021-10-25

### Added
- New endpoints for BSwap:
- `GET /sapi/v1/bswap/poolConfigure` to get pool configure
- `GET /sapi/v1/bswap/addLiquidityPreview` to calculate expected share amount for adding liquidity in single or dual token
- `GET /sapi/v1/bswap/removeLiquidityPreview` to calculate expected asset amount of single token redemption or dual token redemption

- Additional properties to specify `array` type: `minItems` and `maxItems`
- Additional format properties to specify `integer` type: `int32` and `int64`
- Additional format properties to specify `number` type: `float` and `double`
- Additional property `required` for response fields

## 1.0.0 - 2021-09-11

### Added
- First release
Loading

0 comments on commit c503e34

Please sign in to comment.