stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
60 stars 40 forks source link

Add a store for calibration results and an api for retrieving the latest parameters #1316

Closed jayz22 closed 6 months ago

jayz22 commented 8 months ago

Calibration results currently are not stored. They need to be stored and versioned in the host, with some info (e.g. target platform, timestamp, host version etc.), and a mechanism to retrieve the latest parameters (e.g. in Json format).

jayz22 commented 6 months ago

Closing as not planned.