Skip to content

Commit 43f31bf

Browse files
committed
chore: bump anchor to v0.32.2
1 parent e3eef25 commit 43f31bf

File tree

10 files changed

+96
-110
lines changed

10 files changed

+96
-110
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ pinocchio-system = { version = "0.3.0" }
121121
bs58 = "^0.5.1"
122122
litesvm = "0.7"
123123
# Anchor
124-
anchor-lang = { version = "=0.31.1" }
125-
anchor-spl = "=0.31.1"
124+
anchor-lang = { version = "0.32.1" }
125+
anchor-spl = "0.32.1"
126126

127127
# Anchor compatibility
128128
borsh = "0.10.0"

js/stateless.js/src/rpc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,6 @@ export class Rpc extends Connection implements CompressionApiInterface {
15901590
const timeout = isLocalTest(this.rpcEndpoint) ? 10000 : 20000;
15911591
const interval = isLocalTest(this.rpcEndpoint) ? 100 : 200;
15921592
const startTime = Date.now();
1593-
// eslint-disable-next-line no-constant-condition
15941593
while (true) {
15951594
const indexerSlot = await this.getIndexerSlot();
15961595

0 commit comments

Comments
 (0)