Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor interface fixes for dependency and used_gas #291

Merged
merged 9 commits into from
Nov 24, 2017
Merged

Minor interface fixes for dependency and used_gas #291

merged 9 commits into from
Nov 24, 2017

Conversation

sorpaas
Copy link
Contributor

@sorpaas sorpaas commented Nov 24, 2017

  • real_used_gas renamed to used_gas, and added to the VM trait. This allows using trait object for pointer referencing and retrieving in sputnikvm-go and other FFI implementations. This is a breaking change so we released another minor version v0.9.
  • Fix a recursive dependency bug: etcommon-block would still require the c version of secp256k1 even when sputnikvm's rust-secp256k1 feature is enabled.
  • Exported TransactionAction in sputnikvm namespace for convenience.

@sorpaas sorpaas changed the title Miner interface fixes for dependency and used_gas Minor interface fixes for dependency and used_gas Nov 24, 2017
@sorpaas sorpaas merged commit 328033b into master Nov 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants