2021-08-06
Improvements:
- #3743 - Refactor: Rename traders to parties
- #3758 - Refactor: Cleanup naming in the types package
- #3789 - Update ed25519-voi
- #3589 - Update tendermint to a newer version
- #3591 - Implemented market terminated, settled and suspended states via the oracle trigger
- #3798 - Update godog version to 11
- #3793 - Send Commander commands in a goroutine
- #3805 - Checkpoint engine hash and checkpoint creation
- #3785 - Implement delegation commands
- #3714 - Move protobufs into an external repository
- #3719 - Replace vega wallet with call to the go-wallet
- #3762 - Refactor: Cleanup markets in domains types
- #3822 - Testing: vega integration add subfolders for features
- #3794 - Implement rewards transfer
- #3839 - Implement a delegation engine
- #3842 - Imports need reformatting for core code base
- #3849 - Add limits engine + genesis loading
- #3836 - Add a first version of the accounting engine
- #3859 - Enable CGO in CI
Fixes:
- #3751 -
Unparam
linting fixes - #3776 - Ensure expired/settled markets are correctly recorded in app state
- #3774 - Change liquidity fees distribution to general account and not margin account of liquidity provider
- #3801 - Testing: Fixed setup of oracle spec step in integration
- #3828 - 🔥 Check if application context has been cancelled before writing to channel
- #3838 - 🔥 Fix panic on division by 0 with party voting and withdrawing funds