Skip to content

Commit 3e37946

Browse files
committed
v2.77.0
1 parent b94a776 commit 3e37946

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Breaking
1818

19+
## [2.77.0] - 2024-04-13
20+
21+
### Features
22+
- program: lax funding rate update oracle validity criteria ([#1009](https://github.com/drift-labs/protocol-v2/pull/1009))
23+
24+
### Fixes
25+
26+
- program: fix div by 0 in calculate_liability_transfer_to_cover_margin_shortage
27+
28+
### Breaking
29+
1930
## [2.76.0] - 2024-04-09
2031

2132
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/drift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drift"
3-
version = "2.76.0"
3+
version = "2.77.0"
44
description = "Created with Anchor"
55
edition = "2018"
66

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drift-labs/sdk",
3-
"version": "2.77.0-beta.4",
3+
"version": "2.77.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"author": "crispheaney",

sdk/src/idl/drift.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.76.0",
2+
"version": "2.77.0",
33
"name": "drift",
44
"instructions": [
55
{

0 commit comments

Comments
 (0)