Program: regenerate IDL and bump version to v0.24.2

This commit is contained in:
Serge Farny 2024-07-17 10:46:02 +02:00
parent 6b92e7b130
commit 9c3af5cbe6
5 changed files with 15 additions and 6 deletions

2
Cargo.lock generated
View File

@ -3441,7 +3441,7 @@ dependencies = [
[[package]] [[package]]
name = "mango-v4" name = "mango-v4"
version = "0.24.1" version = "0.24.2"
dependencies = [ dependencies = [
"anchor-lang", "anchor-lang",
"anchor-spl", "anchor-spl",

View File

@ -18,7 +18,7 @@
- Run the tests to double check there are no failures - Run the tests to double check there are no failures
- Tag (`git tag program-v0.xy.z HEAD`) and push it (`git push <tag>`) - Tag (`git tag program-v0.xy.z HEAD`) and push it (`git push origin <tag>`)
- Do a verifiable build - Do a verifiable build

View File

@ -1,5 +1,5 @@
{ {
"version": "0.24.1", "version": "0.24.2",
"name": "mango_v4", "name": "mango_v4",
"instructions": [ "instructions": [
{ {
@ -11166,6 +11166,9 @@
}, },
{ {
"name": "SwitchboardOnDemand" "name": "SwitchboardOnDemand"
},
{
"name": "PythV2"
} }
] ]
} }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mango-v4" name = "mango-v4"
version = "0.24.1" version = "0.24.2"
description = "Created with Anchor" description = "Created with Anchor"
edition = "2021" edition = "2021"

View File

@ -1,5 +1,5 @@
export type MangoV4 = { export type MangoV4 = {
"version": "0.24.1", "version": "0.24.2",
"name": "mango_v4", "name": "mango_v4",
"instructions": [ "instructions": [
{ {
@ -11166,6 +11166,9 @@ export type MangoV4 = {
}, },
{ {
"name": "SwitchboardOnDemand" "name": "SwitchboardOnDemand"
},
{
"name": "PythV2"
} }
] ]
} }
@ -14485,7 +14488,7 @@ export type MangoV4 = {
}; };
export const IDL: MangoV4 = { export const IDL: MangoV4 = {
"version": "0.24.1", "version": "0.24.2",
"name": "mango_v4", "name": "mango_v4",
"instructions": [ "instructions": [
{ {
@ -25652,6 +25655,9 @@ export const IDL: MangoV4 = {
}, },
{ {
"name": "SwitchboardOnDemand" "name": "SwitchboardOnDemand"
},
{
"name": "PythV2"
} }
] ]
} }