Skip to content

Commit 47284f8

Browse files
v0.31.1 (#3666)
Co-authored-by: acheron <acheroncrypto@gmail.com>
1 parent 5913906 commit 47284f8

File tree

104 files changed

+3532
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+3532
-149
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,26 @@ The minor version will be incremented upon a breaking change and the patch versi
1111
## [Unreleased]
1212

1313
### Features
14-
- ts: Make `Provider` require publicKey instead of wallet in accounts resolver ([#3613](https://github.com/coral-xyz/anchor/pull/3613))
14+
15+
### Fixes
16+
17+
### Breaking
18+
19+
## [0.31.1] - 2025-04-19
20+
21+
This release uses a new docker image found at `solanafoundation/anchor` for the `anchor verify` command. New images will be pushed to this organization in the future.
22+
23+
Releases for anchor will also be published under the `solanafoundation` Github organization from now on.
24+
25+
### Features
26+
27+
- cli, docker: Replace `backpackapp/build` Docker image with `solanafoundation/anchor` ([#3619](https://github.com/coral-xyz/anchor/pull/3619)).
28+
- ts: Make `Provider` require publicKey instead of wallet in accounts resolver ([#3613](https://github.com/coral-xyz/anchor/pull/3613))
1529

1630
### Fixes
1731

1832
- idl: Update `proc-macro2` usage for latest nightly ([#3663](https://github.com/solana-foundation/anchor/pull/3663))
1933
- ts: Fix parsing IDL with multiple const generics ([#3665](https://github.com/solana-foundation/anchor/pull/3665))
20-
- cli, docker: Replace `backpackapp/build` Docker image with `solanafoundation/anchor` ([#3619](https://github.com/coral-xyz/anchor/pull/3619)).
2134

2235
### Breaking
2336

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.31.0
1+
0.31.1

avm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avm"
3-
version = "0.31.0"
3+
version = "0.31.1"
44
edition = "2021"
55

66
[[bin]]

bench/BINARY_SIZE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ Solana version: 2.1.0
2424

2525
---
2626

27+
## [0.31.1]
28+
29+
Solana version: 2.1.0
30+
31+
| Program | Binary Size | - |
32+
| ------- | ----------- | --- |
33+
| bench | 1,041,928 | - |
34+
35+
### Notable changes
36+
37+
---
38+
2739
## [0.31.0]
2840

2941
Solana version: 2.1.0

bench/COMPUTE_UNITS.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,104 @@ Solana version: 2.1.0
110110

111111
---
112112

113+
## [0.31.1]
114+
115+
Solana version: 2.1.0
116+
117+
| Instruction | Compute Units | - |
118+
| --------------------------- | ------------- | --- |
119+
| accountInfo1 | 571 | - |
120+
| accountInfo2 | 895 | - |
121+
| accountInfo4 | 1,553 | - |
122+
| accountInfo8 | 2,923 | - |
123+
| accountEmptyInit1 | 5,083 | - |
124+
| accountEmpty1 | 645 | - |
125+
| accountEmptyInit2 | 9,301 | - |
126+
| accountEmpty2 | 1,007 | - |
127+
| accountEmptyInit4 | 17,764 | - |
128+
| accountEmpty4 | 1,724 | - |
129+
| accountEmptyInit8 | 34,723 | - |
130+
| accountEmpty8 | 3,163 | - |
131+
| accountSizedInit1 | 5,192 | - |
132+
| accountSized1 | 693 | - |
133+
| accountSizedInit2 | 9,489 | - |
134+
| accountSized2 | 1,075 | - |
135+
| accountSizedInit4 | 18,170 | - |
136+
| accountSized4 | 1,848 | - |
137+
| accountSizedInit8 | 35,433 | - |
138+
| accountSized8 | 3,387 | - |
139+
| accountUnsizedInit1 | 5,305 | - |
140+
| accountUnsized1 | 746 | - |
141+
| accountUnsizedInit2 | 9,759 | - |
142+
| accountUnsized2 | 1,163 | - |
143+
| accountUnsizedInit4 | 18,603 | - |
144+
| accountUnsized4 | 2,002 | - |
145+
| accountUnsizedInit8 | 35,993 | - |
146+
| accountUnsized8 | 3,673 | - |
147+
| boxedAccountEmptyInit1 | 5,175 | - |
148+
| boxedAccountEmpty1 | 734 | - |
149+
| boxedAccountEmptyInit2 | 9,414 | - |
150+
| boxedAccountEmpty2 | 1,116 | - |
151+
| boxedAccountEmptyInit4 | 17,918 | - |
152+
| boxedAccountEmpty4 | 1,872 | - |
153+
| boxedAccountEmptyInit8 | 34,953 | - |
154+
| boxedAccountEmpty8 | 3,401 | - |
155+
| boxedAccountSizedInit1 | 5,271 | - |
156+
| boxedAccountSized1 | 783 | - |
157+
| boxedAccountSizedInit2 | 9,583 | - |
158+
| boxedAccountSized2 | 1,190 | - |
159+
| boxedAccountSizedInit4 | 18,230 | - |
160+
| boxedAccountSized4 | 1,996 | - |
161+
| boxedAccountSizedInit8 | 35,553 | - |
162+
| boxedAccountSized8 | 3,628 | - |
163+
| boxedAccountUnsizedInit1 | 5,371 | - |
164+
| boxedAccountUnsized1 | 836 | - |
165+
| boxedAccountUnsizedInit2 | 9,759 | - |
166+
| boxedAccountUnsized2 | 1,270 | - |
167+
| boxedAccountUnsizedInit4 | 18,558 | - |
168+
| boxedAccountUnsized4 | 2,132 | - |
169+
| boxedAccountUnsizedInit8 | 36,185 | - |
170+
| boxedAccountUnsized8 | 3,881 | - |
171+
| boxedInterfaceAccountMint1 | 1,351 | - |
172+
| boxedInterfaceAccountMint2 | 2,123 | - |
173+
| boxedInterfaceAccountMint4 | 3,656 | - |
174+
| boxedInterfaceAccountMint8 | 6,738 | - |
175+
| boxedInterfaceAccountToken1 | 2,011 | - |
176+
| boxedInterfaceAccountToken2 | 3,431 | - |
177+
| boxedInterfaceAccountToken4 | 6,260 | - |
178+
| boxedInterfaceAccountToken8 | 11,934 | - |
179+
| interfaceAccountMint1 | 1,476 | - |
180+
| interfaceAccountMint2 | 2,489 | - |
181+
| interfaceAccountMint4 | 4,511 | - |
182+
| interfaceAccountMint8 | 8,550 | - |
183+
| interfaceAccountToken1 | 2,111 | - |
184+
| interfaceAccountToken2 | 3,729 | - |
185+
| interfaceAccountToken4 | 6,955 | - |
186+
| interface1 | 769 | - |
187+
| interface2 | 912 | - |
188+
| interface4 | 1,189 | - |
189+
| interface8 | 1,748 | - |
190+
| program1 | 779 | - |
191+
| program2 | 920 | - |
192+
| program4 | 1,193 | - |
193+
| program8 | 1,744 | - |
194+
| signer1 | 774 | - |
195+
| signer2 | 1,064 | - |
196+
| signer4 | 1,637 | - |
197+
| signer8 | 2,788 | - |
198+
| systemAccount1 | 796 | - |
199+
| systemAccount2 | 1,096 | - |
200+
| systemAccount4 | 1,689 | - |
201+
| systemAccount8 | 2,880 | - |
202+
| uncheckedAccount1 | 783 | - |
203+
| uncheckedAccount2 | 1,056 | - |
204+
| uncheckedAccount4 | 1,594 | - |
205+
| uncheckedAccount8 | 2,679 | - |
206+
207+
### Notable changes
208+
209+
---
210+
113211
## [0.31.0]
114212

115213
Solana version: 2.1.0

0 commit comments

Comments
 (0)