- 913 Add LendEnabled, BorrowEnabled, and Blacklist to Token struct.
- 913 Changed update registry gov proposal to add and update tokens, but never delete them.
- 918 Add MarketSummary query to CLI
- 935 Fix protobuf linting
- 959 Improve ModuleBalance calculation
- 962 Streamline AccrueAllInterest
- 967 Use taylor series of e^x for more accurate interest at high APY.
- 987 Streamline x/leverage CLI tests
- 1012 Improve negative time elapsed error message
v2.0.2 - 2022-05-13
- 866 Make the x/oracle keeper's GetExchangeRateBase method more efficient.
- 870 Move proto v1beta1 to v1.
- 903 (leverage) Renamed
Keeper.CalculateLiquidationLimit
toCalculateLiquidationThreshold
.
v2.0.1 - 2022-04-25
- 835 Add miss counter query to oracle cli.
- 829 Fix
umeed tx leverage liquidate
command args.
- 781 Oracle module unit test cleanup.
- 782 Add unit test to
x/oracle/types/denom.go
andx/oracle/types/keys.go
. - 786 Add unit test to
x/oracle/...
. - 798 Increase
x/oracle
unit test coverage. - 803 Add
cover-html
command to makefile.
v2.0.0 - 2022-04-06
- 754 Update go.mod to use
/v2
import path. - 723 Add leverage parameter SmallLiquidationSize, which determines the USD value at which a borrow is considered small enough to be liquidated in a single transaction.
- 711 Clarify error message for negative elapsed time case.
- Convexity upgrade!!!
v1.0.3 - 2022-02-17
- #560 Use Gravity Bridge fork that disables slashing completely.
v1.0.2 - 2022-02-16
- #556 Refactor the
debug addr
command to convert addresses between any Bech32 HRP.
v1.0.1 - 2022-02-07
- #517 Fix makefile
build
andinstall
targets to support Ledger devices.
v1.0.0 - 2022-02-07
- Initial release!!!