Menu

#3964 Adding a new http endpoint to fetch the ConfigSettingEntry based on input ConfigSettingID

open
nobody
2023-10-11
2023-10-11
Anonymous
No

Originally created by: anupsdf

What?

With Soroban, we have added resource limits that are stored in ConfigSettingEntry. It would help to provide a http endpoint that fetches the ConfigSettingEntry based on input ConfigSettingID. This would help the users know what the current resource limits are.
The output might be in XDR which can be parsed using https://laboratory.stellar.org/ that has XDR types for various ConfigSettings.

Workaround?

Other than the python script, curl can be used to invoke getLedgerEntries if one knows the XDR for the ledgerKey for the configSetting. Example here where output is XDR that needs to be parsed.

Related

Tickets: #3960

Discussion


Log in to post a comment.