Skip to content

Commit

Permalink
[contract] bump version @1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jun 11, 2024
1 parent 11a306a commit 776e0f0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## contract release v1.5.0 (2024-06-X)

* address: [`vBoNdEvzMrSai7is21XgVYik65mqtaKXuSdMBJ1xkW4`](https://explorer.solana.com/address/vBoNdEvzMrSai7is21XgVYik65mqtaKXuSdMBJ1xkW4)
* tag: [`contract-v1.5.0`](https://github.com/marinade-finance/validator-bonds/releases/tag/contract-v1.5.0), commit: [`TODO`](https://github.com/marinade-finance/validator-bonds/commit/TODO),
* tx: [`TODO`](https://explorer.solana.com/tx/TODO)
* anchor verify command:
```
git checkout TODO &&\
anchor verify --provider.cluster mainnet -p validator_bonds \
--env "GIT_REV=`git rev-parse --short HEAD`" --env 'GIT_REV_NAME=v1.5.0' vBoNdEvzMrSai7is21XgVYik65mqtaKXuSdMBJ1xkW4
```

## TS CLI&SDK [1.3.5](https://github.com/marinade-finance/validator-bonds/compare/v1.3.3...v1.3.5) (2024-05-06)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/validator-bonds-sdk/generated/validator_bonds.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type ValidatorBonds = {
"version": "1.4.0",
"version": "1.5.0",
"name": "validator_bonds",
"constants": [
{
Expand Down Expand Up @@ -4477,7 +4477,7 @@ export type ValidatorBonds = {
};

export const IDL: ValidatorBonds = {
"version": "1.4.0",
"version": "1.5.0",
"name": "validator_bonds",
"constants": [
{
Expand Down
2 changes: 1 addition & 1 deletion programs/validator-bonds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "validator-bonds"
version = "1.4.0"
version = "1.5.0"
description = "Marinade validator bonds program protecting validators performance"
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 776e0f0

Please sign in to comment.