Skip to content

Commit b0e7bc1

Browse files
Version Packages
1 parent abf565b commit b0e7bc1

File tree

6 files changed

+15
-23
lines changed

6 files changed

+15
-23
lines changed

.changeset/calm-snails-share.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/eight-beans-remember.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/healthy-days-applaud.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-bags-end.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @balancer/sdk
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- e7a8237: Adding InitPool Functionality for Weighted Pools;
8+
Abstracting Input validation into a new class InputValidator;
9+
Moving "encodeUserData" functions from other modules to encoders;
10+
- 7fff3d9: Adding the CreatePool class with the functionality to create weighted pools; Added integration tests for Weighted Pool Creation
11+
- d8dc287: Add price impact calculations for add/remove liquidity and swaps
12+
13+
### Patch Changes
14+
15+
- b97bff1: Discard paths with failing limits
16+
317
## 0.3.1
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"version": "0.3.1",
12+
"version": "0.4.0",
1313
"main": "dist/index.js",
1414
"module": "dist/index.mjs",
1515
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)