Releases: NibiruChain/nibiru
Releases · NibiruChain/nibiru
v0.21.0
Changelog
- 4e30c5a Update CHANGELOG.md
- ac239a7 Merge branch 'master' into releases/v0.21.x
- 9d4388e chore(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#1450)
- 85859f2 fix(oracle): continue with abci hook during error (#1452)
- d47861f fix(perp): decrease position with zero size (#1451)
- 0b2818e chore(deps): Bump bufbuild/buf-setup-action from 1.21.0 to 1.22.0 (#1449)
- 192bf29 Fix/localnet (#1447)
- 3740c71 fix(root.go): add custom InitCmd that sets the desired Tendermint consensus parameters (#1446)
- d5703bf chore(deps): Bump github.com/cosmos/ibc-go/v7 from 7.1.0 to 7.2.0 (#1445)
- 5fd5ac2 chore(deps): Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 (#1431)
- 1d95d45 chore(deps): Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#1436)
- 10ea278 chore(deps): Bump actions/setup-go from 3 to 4 (#1429)
- 949f63b chore(deps): Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#1443)
- 6ae0086 ci(proto): create ts protogen buf config file (#1444)
- 1487396 chore(deps): Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (#1437)
- 327381c ci: fix docker and goreleaser (#1442)
- ff578fe refactor: cleanup unused code (#1439)
- 908571f fix(oracle): ignore abstain votes when calculating std dev (#1441)
v0.21.0-rc.11
v0.21.0-rc.8
Changelog
- ec385e4 chore(build): remove duplicate libs dir
v0.21.0-rc.7
Changelog
- bc95975 revert: goreleaser docker plugin
v0.21.0-rc.4
Changelog
- b65853b revert: goreleaser and docker workflows
v0.21.0-rc.10
Changelog
- c6bf1aa fix: docker login before push
v0.19.4
v0.20.0-alpha.3+rocksdb
Changelog
- 0877e76 ci: build rocksdb (#1304)
- 2446e7c feat(perp): add basic clearing house methods (#1333)
- 3357a3a feat(perp): add hooks for updating funding rate (#1332)
- 6f33a45 refactor(perp): create v1 package (#1331)
- 13072ba feat(perp): add PerpKeeperV2
Withdraw
method (#1329) - 4bf2765 feat: add PerpKeeperV2 swap methods (#1328)
- a94c8ba docs: fix typos (#1330)
- 9e90822 chore(deps): Bump technote-space/get-diff-action from 4 to 6 (#1327)
- 16a1b55 chore(deps): Bump actions/setup-go from 3 to 4 (#1324)
- 5ea0d5d chore(deps): Bump pozetroninc/github-action-get-latest-release from 0.6.0 to 0.7.0 (#1325)
- 5965766 chore(deps): Bump robinraju/release-downloader from 1.6 to 1.8 (#1326)
- e321c4f feat(perp): add PerpKeeperV2 Calc and Twap methods (#1318)
- 8b0ebbd feat(sudo): CLI fns + tests. Also, switches testutil to use secp256k1 (#1317)
- 9661bf1 ci(deps): automatically update changelog with dependabot (#1323)
- 261e13e feat: wire edit swap invariant to the contracts (#1312)
- 620d2ea chore(deps): Bump github.com/armon/go-metrics from 0.4.0 to 0.4.1 (#1322)
- abe66f1 chore(deps): bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 (#1321)
- de6465c fix: localnet script (#1320)
- ae8ec71 feat(perp): Add PerpKeeperV2 (#1311)
- e919dbf test: add integration test actions for oracle, epochs, and common (#1319)
- 9254103 feat(perp): add perp v2 types (
Market
,AMM
,ReserveSnapshot
) (#1306)
v0.20.0-alpha.2
Uses RocksDB as the embedded DB.
Changelog
- 002b411 feat: ensure no liq depth overflow (#1308)
- 0431051 feat(sudo): Implements the x/sudo module (binding 3/3) (#1307)
- af03215 feat: minimum swap amount set to $1 (#1309)
- 3916186 feat(wasm): binding for peg shift + tests (2/3) (#1299)
- ca492fc refactor(oracle)!: price snapshot start time inclusive (#1302)
- f02dab0 refactor(perp)!: Remove unnecessary protos (#1305)
- fb08abe feat(actions): add mandatory return parameter (#1300)
- 8179e9a fix(epochs)!: correct epoch start time (#1301)
- 2d94b64 refactor(perp)!: Remove MaxOracleSpreadRatio from PerpV2 market (#1298)
- c1414ac feat(wasm): bindings for execute msgs in the perp module (1/3) (#1292)
- cb74e4d refactor(app): clean up app directory with DRY improvemenets (#1295)
- bb0e94b refactor(perp)!: perp data model updates (#1296)
- 67d4aef feat: add repeg transaction (#1293)
- d1c3b7a refactor(perp)!: add new state protos (#1291)
v0.20.0-rc1
Breaking
- #1252 - feat: reduce gas fees when posting price
- #1229 - feat: upgrade ibc to v4.2.0 and wasm v0.30.0
Improvements
- #1230 - chore(deps): Bump github.com/holiman/uint256 from 1.2.1 to 1.2.2
- #1240 - ci: Test
make proto-gen
when the proto gen scripts or .proto files change - #1199 - chore(deps): bump golang.org/x/net from 0.4.0 to 0.7.0
- #1211 - chore(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
- #1203 - ci: make chaosnet pull nibiru image if --build is not specified
- #1197 - feat: add fees into events in spot module.
- add
fees
field intoEventPoolCreated
event. - add
fees
field intoEventPoolExited
event. - add
fee
field intoEventAssetsSwapped
event.
- add
- #1223 - chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3
- #1205 - test: first testing framework skeleton and example
- #1228 - feat: update github.com/CosmWasm/wasmd 0.29.2
- #1244 - feat: add typed event for oracle post price
- #1237 - feat: reduce gas on openposition
Bug Fixes
- #1210 - fix(ci): fix docker push workflow