Releases: calculated-finance/calc
Releases · calculated-finance/calc
v2.0.0
v2.0.0
v2 release
- dynamic post execution actions
- weight scale swap adjustments
- api v2
v1.5.2
v1.5.2
Bugfixes
- fix simulated received amounts
- correct trigger management for dca+ vaults
v1.5.1
v1.5.1
Bugfixes
- only disburse escrow for dca+ vaults
v1.5.0
v1.5.0
v1.4.0
v1.4.0
FIN price triggers
- Handle edge case where swap exceeds slippage tolerance after price trigger is withdrawn
Community pool
- Enable the ability to send funds to the community pool using using a reserved fee_collector address
v1.3.0
v1.3.0
Complete event migration
- Remove migrate events endpoint
- Refactor get events endpoint to read from serialised event store
- Refactor get events by resource id endpoint to read from serialised event store
Complete vault fix
- Remove vault and event fix endpoints
Multiple fee collectors
- Refactor fee collector to allow multiple fee collector addresses with different allocations
v1.2.0
v1.2.0
Refactor price triggers
- Migrate price trigger endpoint to which will migrate price triggers which have not been filled or partially filled.
- Refactor limit order cache to use balance diff for amounts (v1.1.4)
- Use minimum fin amount for price triggers
v1.1.4
v1.1.4
Fin event dependency
- Refactor after swap logic to remove dependency on wasm-trade events emitted by Fin
- Add fix vault amount endpoint
- Add fix event amount endpoint
- Add query data fixes endpoint
Config
- Add get config endpoint
v1.1.3
v1.1.3
Events
- Migration endpoint
- Storage index for event binaries
- Migration function to copy all existing events to new index
- Migration tests
Destinations
- Storage index for destination binaries
- Build vaults using legacy destinations and new destinations
- Destinations tests
Fin price rounding
- Price rounding logic to handle denominations with different levels of precision
- Update Fin mocks to handle config queries
- Price generation tests
Testnet tagging script
- V1 of testnet tagging script
Error handling
- Refactor error handling logic for some validation helpers