Improve Soroban reporting
stellar-core is the reference implementation for the peer to peer agent that manages the Stellar network
Brought to you by:
liefstorer
Originally created by: marta-lokhova
It looks like stellar-core info endpoint and logging are missing some basic information about Soroban. This makes it harder to understand what's going on with the node and debug. We should:
info endpoint to include current Soroban network limits. If this gets too verbose (ideally info should be as compact as possible), we can put all limits behind a compact=false flag, and only expose max soroban tx set size (or create a new endpoint sorobaninfo instead).
Originally posted by: MonsieurNicolas
+1 on new endpoint for this
we should log network settings changes (even if it means dumping entire ledger entries) as this only occurs when applying ledgers
as far as "armed upgrades" -- aren't we already logging the argument of the upgrade that can be used with [#3964] ?
Related
Tickets: #3964