Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

WIP: create callPure template #1829

Closed
wants to merge 52 commits into from

Conversation

xianny
Copy link
Contributor

@xianny xianny commented May 22, 2019

Description

Replaces eth_call with pure-evm (javascript EVM implementation) for pure function calls in generated contract-wrappers. Closes #1872

Testing instructions

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • Prefix PR title with [WIP] if necessary.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • Add new entries to the relevant CHANGELOG.jsons.

@coveralls
Copy link

coveralls commented May 23, 2019

Coverage Status

Coverage decreased (-0.04%) to 83.34% when pulling a4bdb41 on feature/multilang/replace_eth_call into fc25752 on development.

@xianny xianny requested a review from feuGeneA as a code owner June 11, 2019 18:49
@xianny xianny force-pushed the feature/multilang/replace_eth_call branch from 4729a2f to fa1f63c Compare June 11, 2019 20:06
@xianny
Copy link
Contributor Author

xianny commented Jul 8, 2019

On hold until more tests are in place.

@xianny xianny removed this from the Multi-lang Support (Milestone #1) milestone Aug 5, 2019
@xianny xianny closed this Aug 28, 2019
@xianny xianny deleted the feature/multilang/replace_eth_call branch October 8, 2019 00:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use EVM to replace eth_call for pure functions
3 participants