Program: regenerate IDL and bump version to v0.24.2
This commit is contained in:
parent
6b92e7b130
commit
9c3af5cbe6
|
@ -3441,7 +3441,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mango-v4"
|
||||
version = "0.24.1"
|
||||
version = "0.24.2"
|
||||
dependencies = [
|
||||
"anchor-lang",
|
||||
"anchor-spl",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
- 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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"name": "mango_v4",
|
||||
"instructions": [
|
||||
{
|
||||
|
@ -11166,6 +11166,9 @@
|
|||
},
|
||||
{
|
||||
"name": "SwitchboardOnDemand"
|
||||
},
|
||||
{
|
||||
"name": "PythV2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mango-v4"
|
||||
version = "0.24.1"
|
||||
version = "0.24.2"
|
||||
description = "Created with Anchor"
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export type MangoV4 = {
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"name": "mango_v4",
|
||||
"instructions": [
|
||||
{
|
||||
|
@ -11166,6 +11166,9 @@ export type MangoV4 = {
|
|||
},
|
||||
{
|
||||
"name": "SwitchboardOnDemand"
|
||||
},
|
||||
{
|
||||
"name": "PythV2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14485,7 +14488,7 @@ export type MangoV4 = {
|
|||
};
|
||||
|
||||
export const IDL: MangoV4 = {
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"name": "mango_v4",
|
||||
"instructions": [
|
||||
{
|
||||
|
@ -25652,6 +25655,9 @@ export const IDL: MangoV4 = {
|
|||
},
|
||||
{
|
||||
"name": "SwitchboardOnDemand"
|
||||
},
|
||||
{
|
||||
"name": "PythV2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue