Skip to content

Implement simulate_transaction method in SorobanRpcClient #99

@Emrys02

Description

@Emrys02

Soroban requires transactions to be simulated locally on the node first to determine exact resource costs/fees before actual submission.

Implementation Guidelines

Key Files: crates/core/src/network/rpc.rs.

  • Add async fn simulate_transaction(&self, tx_xdr: &str) firing the simulateTransaction RPC method.

Expectations

What done looks like: Developers can accurately dry-run transactions and fetch required footprint/auth payload data.

For any question, reach me on Discord: emry_ss

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programhelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions