freespek / solarkraft

Solarkraft: a runtime monitoring tool for Soroban, powered by TLA+ and Apalache
Apache License 2.0
12 stars 0 forks source link

Replace Horizon with Soroban RPC to fetch transaction meta #111

Open thpani opened 3 months ago

thpani commented 3 months ago

SDF-hosted Horizon will remove transaction meta in Q3 2024.

Instead, we access it with the getTransactions endpoint in the Soroban RPC.

thpani commented 2 months ago

Depends on https://github.com/stellar/js-stellar-sdk/issues/943

thpani commented 2 weeks ago

This finally landed: https://github.com/stellar/js-stellar-sdk/pull/1037