Skip to content

Commit 3c07415

Browse files
authored
Release 0.14 (#146)
1 parent c6bdfd6 commit 3c07415

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,42 @@
22

33
## [Unreleased](https://github.com/babylonlabs-io/babylon-contract/tree/HEAD)
44

5-
[Full Changelog](https://github.com/babylonlabs-io/babylon-contract/compare/v0.13.0...HEAD)
5+
[Full Changelog](https://github.com/babylonlabs-io/babylon-contract/compare/v0.14.0...HEAD)
6+
7+
## [v0.14.0](https://github.com/babylonlabs-io/babylon-contract/tree/v0.14.0) (2025-05-14)
8+
9+
[Full Changelog](https://github.com/babylonlabs-io/babylon-contract/compare/v0.13.0-rc.0...v0.14.0)
10+
11+
**Implemented enhancements:**
12+
13+
- refactor: split BTC light client contract and Babylon contract [\#53](https://github.com/babylonlabs-io/babylon-contract/issues/53)
14+
15+
**Closed issues:**
16+
17+
- Impact of Contract Address Changes on Token Holdings [\#144](https://github.com/babylonlabs-io/babylon-contract/issues/144)
18+
- Refactor: Rename outdated `CZ` terminology [\#132](https://github.com/babylonlabs-io/babylon-contract/issues/132)
19+
- filter out non-timestamped FPs from active FP list [\#130](https://github.com/babylonlabs-io/babylon-contract/issues/130)
20+
- Online FPs verification [\#121](https://github.com/babylonlabs-io/babylon-contract/issues/121)
21+
- Go over TODOs and create issues [\#116](https://github.com/babylonlabs-io/babylon-contract/issues/116)
22+
- move BTC timestamping utility functions to `packages/` [\#105](https://github.com/babylonlabs-io/babylon-contract/issues/105)
23+
- Implement efficient voting power rotation algorithm [\#91](https://github.com/babylonlabs-io/babylon-contract/issues/91)
24+
- timestamping public randomness support [\#83](https://github.com/babylonlabs-io/babylon-contract/issues/83)
25+
- Jailing of inactive finality providers [\#82](https://github.com/babylonlabs-io/babylon-contract/issues/82)
26+
- Allowing contract to choose its own w [\#4](https://github.com/babylonlabs-io/babylon-contract/issues/4)
27+
28+
**Merged pull requests:**
29+
30+
- F/rename old cz [\#141](https://github.com/babylonlabs-io/babylon-contract/pull/141) ([maurolacy](https://github.com/maurolacy))
31+
- F/filter non timestamped [\#140](https://github.com/babylonlabs-io/babylon-contract/pull/140) ([maurolacy](https://github.com/maurolacy))
32+
- F/jailing inactive [\#138](https://github.com/babylonlabs-io/babylon-contract/pull/138) ([maurolacy](https://github.com/maurolacy))
33+
- f/TODOs annotation [\#135](https://github.com/babylonlabs-io/babylon-contract/pull/135) ([maurolacy](https://github.com/maurolacy))
34+
- fix: handle empty btc headers in timestamp packet [\#133](https://github.com/babylonlabs-io/babylon-contract/pull/133) ([gusin13](https://github.com/gusin13))
35+
- Feat/btc light client refactor [\#129](https://github.com/babylonlabs-io/babylon-contract/pull/129) ([SebastianElvis](https://github.com/SebastianElvis))
36+
- F/public randomness ts [\#128](https://github.com/babylonlabs-io/babylon-contract/pull/128) ([maurolacy](https://github.com/maurolacy))
37+
- feat: consumer delegation expiry [\#126](https://github.com/babylonlabs-io/babylon-contract/pull/126) ([gusin13](https://github.com/gusin13))
38+
- F/ibc timeout [\#117](https://github.com/babylonlabs-io/babylon-contract/pull/117) ([maurolacy](https://github.com/maurolacy))
39+
- refactor: move ics23\_commitment to a new package [\#113](https://github.com/babylonlabs-io/babylon-contract/pull/113) ([SebastianElvis](https://github.com/SebastianElvis))
40+
- feat: Update consumer BTC light client [\#112](https://github.com/babylonlabs-io/babylon-contract/pull/112) ([gusin13](https://github.com/gusin13))
641

742
## [v0.13.0](https://github.com/babylonlabs-io/babylon-contract/tree/v0.13.0) (2025-02-11)
843

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.13.0"
7+
version = "0.14.0"
88
license = "Apache-2.0"
99
repository = "https://github.com/babylonlabs-io/babylon-contract"
1010
authors = ["Babylon Labs Ltd. <[email protected]>"]

contracts/op-finality-gadget/schema/op-finality-gadget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"contract_name": "op-finality-gadget",
3-
"contract_version": "0.13.0",
3+
"contract_version": "0.14.0",
44
"idl_version": "1.0.0",
55
"instantiate": {
66
"$schema": "http://json-schema.org/draft-07/schema#",

0 commit comments

Comments
 (0)