Compare commits

...

3 Commits

Author SHA1 Message Date
Aida Syoko a17c59ded4
Merge d0753027be into 10c997552e 2024-04-23 13:53:49 +08:00
acheron 10c997552e
Add `anchor-derive-serde` crate to the publish script (#2924) 2024-04-23 00:48:58 +02:00
alongdate d0753027be chore: remove repetitive words
Signed-off-by: alongdate <alongyear@outlook.com>
2024-04-19 15:35:46 +08:00
5 changed files with 8 additions and 6 deletions

View File

@ -16,7 +16,7 @@ The minor version will be incremented upon a breaking change and the patch versi
### Fixes
- syn: Eliminate variable allocations that build up stack space for token extension code generation ([#2913](https://github.com/coral-xyz/anchor/pull/2913)).
- lang: Eliminate variable allocations that build up stack space for token extension code generation ([#2913](https://github.com/coral-xyz/anchor/pull/2913)).
### Breaking

View File

@ -15,6 +15,8 @@ publish:
sleep 25
cd lang/derive/accounts/ && cargo publish && cd ../../../
sleep 25
cd lang/derive/serde/ && cargo publish && cd ../../../
sleep 25
cd lang/derive/space/ && cargo publish && cd ../../../
sleep 25
cd lang/attribute/access-control/ && cargo publish && cd ../../../

View File

@ -2947,7 +2947,7 @@
{
"code": 584,
"name": "ProposalIsNotExecutable",
"msg": "Proposal is not not executable"
"msg": "Proposal is not executable"
},
{
"code": 585,

View File

@ -1848,8 +1848,8 @@ pub enum GovernanceError {
#[msg("Invalid proposal options")]
InvalidProposalOptions,
/// Proposal is not not executable
#[msg("Proposal is not not executable")]
/// Proposal is not executable
#[msg("Proposal is not executable")]
ProposalIsNotExecutable,
/// Invalid vote

View File

@ -2910,7 +2910,7 @@ type SplGovernance = {
{
code: 584;
name: "ProposalIsNotExecutable";
msg: "Proposal is not not executable";
msg: "Proposal is not executable";
},
{
code: 585;
@ -5869,7 +5869,7 @@ const IDL: SplGovernance = {
{
code: 584,
name: "ProposalIsNotExecutable",
msg: "Proposal is not not executable",
msg: "Proposal is not executable",
},
{
code: 585,