Skip to content

v0.9.0

Compare
Choose a tag to compare
@sorpaas sorpaas released this 24 Nov 12:57
· 192 commits to master since this release
v0.9.0
328033b

This version adds support of libsecp256k1, a pure Rust secp256k1 implementation. To use it, use the rust-secp256k1 feature to replace the default c-secp256k1 feature.

sputnikvm = { version = "0.9", default-features = false, features = ["std", "rust-secp256k1"] }

TransactionVM's real_used_gas function is renamed to used_gas and is added to the VM trait.

Published crates:

sputnikvm = "0.9.0"
sputnikvm-stateful = "v0.9.1"