Matthias

Results 20 issues of Matthias

We can display the current value of a position from the current state of the amm object and the position object. Creating this function in the ts-sdk allows the web-app...

prio: p1 (high)

As per https://docs.cosmos.network/v0.50/build/migrations/upgrading#stringer, remove the stringer from the gogo proto. For TD denoms, I had to create a pretty print for the "tf/contract_address/denom" logic.

- [x] migrate math #1872 - [ ] [migrate to cometBFT](https://docs.cosmos.network/v0.50/build/migrations/upgrading#migration-to-cometbft-part-2) - [ ] [baseapp](https://docs.cosmos.network/v0.50/build/migrations/upgrading#baseapp) - [ ] Config files - [x] Protobuf #1874 - [ ] SimApp - [...

epic

Team has some suspicion that total long and total short is not tracked everywhere as it should

allow user to open position for exactly one btc for example and taking the required amount of quote from the wallet based on margin.

See logic here: https://www.notion.so/nibiru/Funding-Payments-5032d0f8ed164096808354296d43e1fa?pvs=4#32c4d3d45eb44e8eb9f5f206709cf665 - [ ] Update calculation of funding payments to include interest rate for base and quote - [ ] We need to specify risk free rate...

When a PR updates any of the simulation workflow, we need to understand the impact for several metrics: - Average block size - Average gas consumed by transactions (per type?)...

Currently, when someone removes liquidity from a stablepool, an equal fraction is taken from each asset of the pool and are given back to the user. This ticket means that...

## Summary by CodeRabbit - **New Features** - Introduced a new feature to claim rewards within the staking contract. - **Bug Fixes** - Updated checksum values for `broker_bank.wasm` and `broker_staking.wasm`...

## Summary by CodeRabbit - **Bug Fixes** - Corrected the logic for checking lock maturity in fund withdrawals, ensuring accurate comparisons with block heights.