ProvableHQ / sdk

A Software Development Kit (SDK) for Zero-Knowledge Transactions
https://provable.tools
GNU General Public License v3.0
584 stars 468 forks source link

Upgrading versions of snarkvm #884

Closed Pauan closed 2 months ago

Pauan commented 4 months ago

This upgrades the version of snarkvm to the mainnet-staging branch.

It still uses the testnet, it does not use the mainnet. I will add in mainnet capabilities in a future PR.

Most of the changes are trivial (renaming imports, etc.) but the estimate_execution_fee and estimate_finalize_fee functions required more significant changes, so they should be reviewed more carefully.