807b015fc3
- Bump version to 3.5.0 - Performance: hot-path timing only when log_enabled/simulate; execute_parallel takes &[Arc<SwqosClient>]; shared HTTP client constants for SWQoS - Code quality: validate_protocol_params extracted for buy/sell; BYTES_PER_ACCOUNT, MAX_INSTRUCTIONS_WARN, HTTP timeout constants; prefetch/syscall bypass comments - Documentation: bilingual (EN + 中文) doc comments in execution, executor, perf, swqos; README/README_CN version and What's new in 3.5.0 - Add release_notes_v3.5.0.md Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
367 B
Rust
Executable File
19 lines
367 B
Rust
Executable File
pub mod address_lookup;
|
|
pub mod bonding_curve;
|
|
pub mod clock;
|
|
pub mod fast_fn;
|
|
pub mod sdk_log;
|
|
pub mod fast_timing;
|
|
pub mod gas_fee_strategy;
|
|
pub mod global;
|
|
pub mod nonce_cache;
|
|
pub mod seed;
|
|
pub mod spl_associated_token_account;
|
|
pub mod spl_token;
|
|
pub mod spl_token_2022;
|
|
pub mod subscription_handle;
|
|
pub mod types;
|
|
|
|
pub use gas_fee_strategy::*;
|
|
pub use types::*;
|