Skip to content

Commit

Permalink
chore(release): 0.21.14
Browse files Browse the repository at this point in the history
## [@nibiruchain/protojs-v0.21.14](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/protojs-v0.21.13...@nibiruchain/protojs-v0.21.14) (2023-11-01)

### Bug Fixes

* **rem:** throws ([#245](#245)) ([6e5ea8f](6e5ea8f))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Nov 1, 2023
1 parent 99d6a54 commit ffe36b5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/nibijs/docs/classes/StableSwap.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ y()
Calculate x[j] if one makes x[i] = x

Done by solving quadratic equation iteratively.
x_1**2 + x1 * (sum' - (A*n**n - 1) _ D / (A _ n**n)) = D ** (n+1)/(n ** (2 _ n) _ prod' \* A)
x_1**2 + b\*x_1 = c
x*1**2 + x1 * (sum' - (A*n**n - 1) * D / (A _ n**n)) = D ** (n+1)/(n \*\* (2 _ n) \_ prod' \* A)
x_1\*\*2 + b\*x_1 = c

x_1 = (x_1\**2 + c) / (2*x_1 + b)

Expand Down
6 changes: 6 additions & 0 deletions packages/protojs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [@nibiruchain/protojs-v0.21.14](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/protojs-v0.21.13...@nibiruchain/protojs-v0.21.14) (2023-11-01)

### Bug Fixes

- **rem:** throws ([#245](https://github.com/NibiruChain/ts-sdk/issues/245)) ([6e5ea8f](https://github.com/NibiruChain/ts-sdk/commit/6e5ea8f76a454686afe221e13f9402b0118fe91c))

## [@nibiruchain/protojs-v0.21.13](https://github.com/NibiruChain/ts-sdk/compare/@nibiruchain/protojs-v0.21.12...@nibiruchain/protojs-v0.21.13) (2023-08-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/protojs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nibiruchain/protojs",
"description": "Protobuf-generated types for Nibiru Chain",
"version": "0.21.13",
"version": "0.21.14",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,7 @@

"@nibiruchain/protojs@^0.21.13", "@nibiruchain/protojs@file:/home/runner/work/ts-sdk/ts-sdk/packages/protojs":
"resolved" "file:packages/protojs"
"version" "0.21.13"
"version" "0.21.14"

"@noble/hashes@^1", "@noble/hashes@^1.0.0":
"integrity" "sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA=="
Expand Down

0 comments on commit ffe36b5

Please sign in to comment.