Skip to content

Releases: NibiruChain/nibiru

Release v0.1.2

22 May 16:39
0d45ffb
Compare
Choose a tag to compare
Release v0.1.2 Pre-release
Pre-release

0.1.2 (2022-05-22)

Release v0.1.1

22 May 14:01
b81d938
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release

0.1.1 (2022-05-22)

Release v0.1.0

22 May 14:01
42bbb51
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

0.1.0 (2022-05-22)

Features

Bug Fixes

Tests

  • perp: Add tests for swapInput (#395) (4cd0042)
  • perp: GetPositionNotionalAndUnrealizedPnl (#394) (4dab0d6)
  • perp: increasePosition and decreasePosition leads to bad debt (#402) (ffc7197)

Continuous Integration

Code Refactoring

  • vpool: Change base and quote reserve to sdk.Dec (#367) (0cdcbc3)
  • vpool: Refactor vpool reserve snapshots (#354) (9ba5942)
  • Combine files - move SettlePosition to perp.go (#434) (95de651)

Documentation

v0.12.1-alpha

11 Aug 15:56
f04da51
Compare
Choose a tag to compare
v0.12.1-alpha Pre-release
Pre-release

Full Changelog: v0.12.1...v0.12.1-alpha

Improvements

  • #798 - fix integration tests caused by PR #786
  • #801 - remove unused pair constants
  • #788 - add --overwrite flag to the nibid init call of localnet.sh
  • #804 - bump ibc-go to v3.1.1
  • #818 - fix(localnet.sh): add max leverage to vpools in genesis to fix open-position

Features

  • #791 Add the x/oracle module
  • #813 - (vpool): Expose mark price, mark TWAP, index price, and k (swap invariant) in the all-pools query
  • #810 - feat(x/perp): expose 'marginRatioIndex' and block number on QueryTraderPosition

CI

  • #795 Integration tests run when PR is approved

v0.0.0

20 May 17:07
ac56bb2
Compare
Choose a tag to compare
v0.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.0-alpha.0...v0.0.0

v0.0.0-alpha.1

25 Apr 17:18
ac56bb2
Compare
Choose a tag to compare
v0.0.0-alpha.1 Pre-release
Pre-release

Created this release so that Helder can run on some test servers.

SHA256 checksum on tar.gz: 80eabd5452b558a45d9657b9540c78c9bb1e73f684045887992667859c8a4a92

What's Changed

  • Vim/rebrand: MatrixDao, MTRX, USDM → NibiruChain, NIBI, USDN by @Unique-Divine in #184
  • test(dex): add create pool CLI tests by @MatrixHeisenberg in #183
  • build(localnet): Setup localnet with docker by @MatrixHeisenberg in #182
  • chore(lint): Add linting workflow by @MatrixHeisenberg in #177
  • add: query accounts locked tokens by @godismercilex in #148
  • add: query account locked coins [merge after PR 148] by @godismercilex in #189
  • add: query module total locked coins [merge after 189] by @godismercilex in #190
  • add: unlock all available tokens for account [merge after 190] by @godismercilex in #192
  • Add query for pool and protocol liquidity by @matthiasmatt in #185
  • Feat: Add option to search for a pool by denoms by @matthiasmatt in #186
  • refactor: Use token0 and token1 instead of PairID (formerly MarketID) by @Unique-Divine in #193
  • Changes on Liquidity Ratio by @AgentSmithMatrix in #180
  • docs (buyback): Spec for buyback concepts by @Unique-Divine in #205
  • fix(build): Add build output dir by @MatrixHeisenberg in #219
  • feat: Fetch pool fails when pool don't exist by @matthiasmatt in #198
  • docs(dex): add client and params spec by @MatrixHeisenberg in #222
  • Update the collateral ratio based on pricefeed pric by @matthiasmatt in #188
  • Add event to join pool by @AgentSmithMatrix in #218
  • feat, test (buyback): Computations for buyback by @Unique-Divine in #223
  • fix: bad iteration over locked/unlocked coins of an address by @godismercilex in #236
  • Add event for create pool by @AgentSmithMatrix in #240
  • Change event to past simple by @AgentSmithMatrix in #241
  • feat, cli (stablecoin): CLI commands for buyback by @Unique-Divine in #225
  • Create cli tests for exit pool by @matthiasmatt in #242

Full Changelog: v0.0.0-alpha.0...v0.0.0-alpha.1

v0.0.0-alpha.0

18 Apr 16:49
c177f8a
Compare
Choose a tag to compare
v0.0.0-alpha.0 Pre-release
Pre-release

What's Changed

  • Mercilex/init chain by @godismercilex in #4
  • add: AMM interface by @godismercilex in #8
  • Remove research: moved to github.com/MatrixDao/simulator by @VimDiesel-Cosmos in #11
  • Fix master build by @AgentSmithMatrix in #12
  • Back to 45 by @AgentSmithMatrix in #16
  • Add makefile to build proto by @AgentSmithMatrix in #17
  • fix(proto-gen): Add cosmos-sdk to protogen script by @MatrixHeisenberg in #18
  • Content from other repo by @VimDiesel-Cosmos in #14
  • Stablecoin/restore: Bring back mint functionality in the stablecoin module. by @VimDiesel-Cosmos in #21
  • feat(workflow): Create go.yml for testing workflow by @MatrixHeisenberg in #24
  • Hotfix gensesis heisenberg by @VimDiesel-Cosmos in #29
  • test: add 'make build' to CI workflow by @VimDiesel-Cosmos in #36
  • Docs/readme by @VimDiesel-Cosmos in #39
  • feat(dex) Add dex protos by @MatrixHeisenberg in #38
  • feat(dex): Add types package for dex module by @MatrixHeisenberg in #40
  • feat(dex): Add dex client cli by @MatrixHeisenberg in #43
  • stablecoin/integrate-pricefeed: Merge pricefeed into the x/stablecoin module by @matthiasmatt in #35
  • Stablecoin/mint: Tests and features for minting USDM by @VimDiesel-Cosmos in #25
  • feat(test): Add test app factory in testutils by @MatrixHeisenberg in #41
  • feat(dex): x/dex module infra by @MatrixHeisenberg in #42
  • feat(dex): Create dex pool by @MatrixHeisenberg in #37
  • feat(dex): Liquidity management functions by @MatrixHeisenberg in #58
  • feat(dex): Create Dex Pool by @MatrixHeisenberg in #55
  • Add pricefeed to latest updates to mint module by @matthiasmatt in #59
  • feat, test (stablecoin/mint): Find collAmt given govAmt. Find govAmt given collAmt. by @VimDiesel-Cosmos in #56
  • Stablecoin/mint by @VimDiesel-Cosmos in #48
  • refactor(dex): Refactor query pool handler by @MatrixHeisenberg in #63
  • fix (Stablecoin/burn): Merge master. Restore passing state. Postpone MsgRespone tests until we have pricefeed keeper tests. by @Unique-Divine in #65
  • Add SwapInput by @AgentSmithMatrix in #32
  • Allow user to burn stables for collateral and governance token by @matthiasmatt in #61
  • test (pricefeed): Add unit tests to the x/pricefeed by @matthiasmatt in #70
  • feat(lockup): Add boilerplate for lockup module by @MatrixHeisenberg in #75
  • test (cli): Adds tests for each source file in 'cmd/matrixd'. by @Unique-Divine in #77
  • feat(lockup): Add more boilerplate files by @MatrixHeisenberg in #79
  • feat(dex): Implement pool weights by @MatrixHeisenberg in #69
  • feat(lockup): add keeper and key util functions by @MatrixHeisenberg in #80
  • feat(stablecoin): Emit events for MintStable and BurnStable by @Unique-Divine in #83
  • Back to convention by @AgentSmithMatrix in #89
  • feat(dex): Scaffolding for JoinPool feature by @MatrixHeisenberg in #86
  • feat(dex): Add constant product function solver by @MatrixHeisenberg in #91
  • feat(dex): Add get LP shares from token deposit by @MatrixHeisenberg in #99
  • feat (stablecoin): GetCollRatio, SetCollRatio by @Unique-Divine in #102
  • fix(app): Fix the init command at genesis time by @MatrixHeisenberg in #103
  • test (stablecoin): Increase coverage of keeper functions and math used in 'needed.go'. by @VimDiesel-Cosmos in #62
  • cleanup(dex): Refactoring and adding tests by @MatrixHeisenberg in #120
  • Create circulating supply keeper by @matthiasmatt in #121
  • feat (lockup): add lockup.Keeper.UnlockCoins by @godismercilex in #122
  • feat(dex): Join Pool method to update pool liquidity by @MatrixHeisenberg in #104
  • feat(dex): Join pool without swap by @MatrixHeisenberg in #129
  • docs(dex): Add dex/specs by @MatrixHeisenberg in #132
  • feat(dex): Implement msgServer method to join a pool by @MatrixHeisenberg in #130
  • docs: Start repo and x/stablecoin docs & specs by @Unique-Divine in #131
  • feat(dex): cli command to create pool by @MatrixHeisenberg in #140
  • feat(dex): Add swap amount calculation functions by @MatrixHeisenberg in #142
  • Add CLI commands for mint and burn and initial tests by @matthiasmatt in #85
  • feat(dex): calculate number of tokens to withdraw by @MatrixHeisenberg in #126
  • feat, test (stablecoin): Recollateralize computations by @Unique-Divine in #137
  • feat(stablecoin): Tx fees on mint stable by @AgentSmithMatrix in #125
  • feat(dex): exit pool method on keeper by @MatrixHeisenberg in #149
  • feat(dex): Collect pool creation fee by @MatrixHeisenberg in #156
  • feat, fix, test: Vim/recollateralize by @Unique-Divine in #158
  • feat(dex): scaffolding for dex query commands by @MatrixHeisenberg in #172
  • Burn Fees by @AgentSmithMatrix in #153
  • feat(dex): exit pool cli command by @MatrixHeisenberg in #161
  • feat(dex): Pool swap methods by @MatrixHeisenberg in #145
  • test(dex): add join pool cli tests by @MatrixHeisenberg in #151
  • test(dex): Create dex pool cli tests by @MatrixHeisenberg in #174
  • cleanup(dex): refactor method names by @MatrixHeisenberg in #178
  • fix(script): Update localnet.sh by @MatrixHeisenberg in #176

New Contributors

  • @godismercilex made their first contribution in #4
  • @MatrixHeisenberg made their first contribution in #18
  • @matthiasmatt made their first contribution in #35

Full Changelog: https://github.com/NibiruChain/nibiru/commits/v0.0.0-alpha0