0.5.1-pre.007

This commit is contained in:
2026-08-10 09:28:57 +02:00
parent 34a670eaec
commit a2820062eb
81 changed files with 3357 additions and 2381 deletions

View File

@@ -1,5 +1,5 @@
// file: ks-onchain-transport/src/execution_rpc.rs
// version: 11
// version: 12
//! Typed Solana JSON-RPC adapters used by execution orchestration.
@@ -2403,6 +2403,10 @@ mod tests {
dry_run_default: true,
require_simulation: true,
require_operator_confirmation: true,
localnet_send_enabled: false,
devnet_send_enabled: true,
testnet_send_enabled: false,
mainnet_send_enabled: false,
localnet_max_spend_lamports: 1_000_000,
devnet_max_spend_lamports: 1_000_000,
testnet_max_spend_lamports: 0,