You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gain continuous understanding of resource cost of ecosystem transactions over the next one year.
Limits for Soroban resource-types will be incrementally increased to support the consumption profile of ecosystem transactions; which requires contract developers to profile and share their transactions with each contract update. Historically, it's been challenging to profile and share transactions. This ticket aims to simplify the process by:
minimize the effort it takes to profile a transaction.
minimize the effort it takes to share transaction profiles.
What would you like to see?
soroban-cli automatically profiles and saves contract execution to local disk. This way the developer is saved from additional profiling effort. They simply need to share the local file.
if calls to simulateTransaction can be saved on the rpc side.
Please save function/tx name, all listed resource-types, timestamp, xdr.
What alternatives are there?
Create scripts to download, compile, profile publicly available contracts of projects.
The text was updated successfully, but these errors were encountered:
leighmcculloch
changed the title
Automatically save resource cost of transactions
soroban-cli: automatically save resource cost of transactions
Jan 11, 2024
What problem does your feature solve?
Gain continuous understanding of resource cost of ecosystem transactions over the next one year.
Limits for Soroban resource-types will be incrementally increased to support the consumption profile of ecosystem transactions; which requires contract developers to profile and share their transactions with each contract update. Historically, it's been challenging to profile and share transactions. This ticket aims to simplify the process by:
What would you like to see?
soroban-cli automatically profiles and saves contract execution to local disk. This way the developer is saved from additional profiling effort. They simply need to share the local file.
if calls to simulateTransaction can be saved on the rpc side.
Please save function/tx name, all listed resource-types, timestamp, xdr.
What alternatives are there?
The text was updated successfully, but these errors were encountered: