Skip to content

Commit

Permalink
Release 0.11 (#85)
Browse files Browse the repository at this point in the history
Rewards generation reference release
  • Loading branch information
maurolacy authored Nov 19, 2024
1 parent 18b4530 commit 471e2c1
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 17 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

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

[Full Changelog](https://github.com/babylonlabs-io/babylon-contract/compare/v0.10.0...HEAD)
[Full Changelog](https://github.com/babylonlabs-io/babylon-contract/compare/v0.11.0...HEAD)

## [v0.11.0](https://github.com/babylonlabs-io/babylon-contract/tree/v0.11.0) (2024-11-19)

[Full Changelog](https://github.com/babylonlabs-io/babylon-contract/compare/v0.10.0-rc.0...v0.11.0)


**Closed issues:**

- sdk: instantiate all Babylon contracts using Babylon SDK (dup) [\#67](https://github.com/babylonlabs-io/babylon-contract/issues/67)
- OP: integration test vs. unit test [\#18](https://github.com/babylonlabs-io/babylon-contract/issues/18)

**Merged pull requests:**

- F/rewards generation 2 [\#81](https://github.com/babylonlabs-io/babylon-contract/pull/81) ([maurolacy](https://github.com/maurolacy))

## [v0.10.0](https://github.com/babylonlabs-io/babylon-contract/tree/v0.10.0) (2024-10-08)

Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.10.0"
version = "0.11.0"
license = "Apache-2.0"
repository = "https://github.com/babylonlabs-io/babylon-contract"
authors = ["Babylon Labs Ltd. <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion contracts/babylon/schema/babylon-contract.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "babylon-contract",
"contract_version": "0.10.0",
"contract_version": "0.11.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
2 changes: 1 addition & 1 deletion contracts/btc-finality/schema/btc-finality.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "btc-finality",
"contract_version": "0.10.0",
"contract_version": "0.11.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
2 changes: 1 addition & 1 deletion contracts/btc-staking/schema/btc-staking.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "btc-staking",
"contract_version": "0.10.0",
"contract_version": "0.11.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contract_name": "op-finality-gadget",
"contract_version": "0.10.0",
"contract_version": "0.11.0",
"idl_version": "1.0.0",
"instantiate": {
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down

0 comments on commit 471e2c1

Please sign in to comment.