Skip to content

Conversation

@nvrakesh06
Copy link
Contributor

@nvrakesh06 nvrakesh06 commented Dec 22, 2025

Ticket: WIN-8401

Add benchmark tool to empirically determine Solana transaction size limits for token transfers.

@nvrakesh06 nvrakesh06 marked this pull request as ready for review December 22, 2025 13:14
@nvrakesh06 nvrakesh06 requested a review from a team as a code owner December 22, 2025 13:14
@nvrakesh06 nvrakesh06 merged commit 9f54572 into master Dec 22, 2025
14 checks passed
import { TransactionBuilderFactory, KeyPair } from '../src';
import { coins } from '@bitgo/statics';

const SOLANA_LEGACY_TX_SIZE_LIMIT = 1232;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the unit of this limit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bytes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

4 participants