Labels: documentation, infrastructure
Priority: Low
Estimated Time: 1 hour
Description:
Given batch operations (batch_commit_ip-style calls, batch_initiate_swap) and the upcoming WASM-size tracking (#89), document the actual Soroban ledger resource limits (CPU instructions, ledger entry read/write counts, transaction size) relevant to this project's batch-size constants (e.g. JS MAX_BATCH_SIZE = 100).
Tasks:
- Document current Soroban resource limits relevant to this project
- Cross-check the JS/contract
MAX_BATCH_SIZE constants against what the ledger can actually support in one transaction
- Adjust constants if they currently exceed safe limits
Labels:
documentation,infrastructurePriority: Low
Estimated Time: 1 hour
Description:
Given batch operations (
batch_commit_ip-style calls,batch_initiate_swap) and the upcoming WASM-size tracking (#89), document the actual Soroban ledger resource limits (CPU instructions, ledger entry read/write counts, transaction size) relevant to this project's batch-size constants (e.g. JSMAX_BATCH_SIZE = 100).Tasks:
MAX_BATCH_SIZEconstants against what the ledger can actually support in one transaction