Skip to content

chore: bump agave crates to v4.1.0#75

Draft
0xEdgar wants to merge 2 commits into
masterfrom
ex/v4.1.0-jito
Draft

chore: bump agave crates to v4.1.0#75
0xEdgar wants to merge 2 commits into
masterfrom
ex/v4.1.0-jito

Conversation

@0xEdgar

@0xEdgar 0xEdgar commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

agave v4.1.0 ABI bump

Updates geyser-grpc-plugin from agave-geyser-plugin-interface 4.1.0-beta.3 to 4.1.0.

Changes

Cargo.toml — bump 5 agave crate pins from `=4.1.0-beta.3` → `=4.1.0`:

  • `agave-geyser-plugin-interface`
  • `solana-account-decoder`
  • `solana-metrics`
  • `solana-transaction-context`
  • `solana-transaction-status`

proto/proto/transaction_by_addr.proto — add new error variant:

  • `INSTRUCTIONS_SYSVAR_OVERFLOW = 39` (new in `solana-transaction-error` 3.3.0 / agave v4.1.0)

proto/src/convert.rs — handle new variant in both directions:

  • From: InstructionsSysvarOverflow → TransactionErrorType::InstructionsSysvarOverflow
  • TryFrom<tx_by_addr::TransactionError>: 39 → TransactionError::InstructionsSysvarOverflow

`cargo check --workspace` passes.


🤖 Generated by rebase-orchestrator (biweekly beta+edge run, ISO week 26)

0xEdgar added 2 commits June 11, 2026 14:21
- Update agave-geyser-plugin-interface, solana-account-decoder,
  solana-metrics, solana-transaction-context, solana-transaction-status
  from 4.1.0-beta.3 to 4.1.0
- Add TransactionError::InstructionsSysvarOverflow (new in agave v4.1.0):
  proto enum value 39, both From/TryFrom match arms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant