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

Publish new version with only 90k gas overhead on GitHub #35

Open
lorenzb opened this issue Mar 7, 2019 · 2 comments
Open

Publish new version with only 90k gas overhead on GitHub #35

lorenzb opened this issue Mar 7, 2019 · 2 comments

Comments

@lorenzb
Copy link
Owner

lorenzb commented Mar 7, 2019

In my talk at EthCC I gave people a sneak peak of the new version that reduces the gas overhead to ~90k.

We should publish this version asap.

Current blockers:

  • CREATE2 isn't supported by pyethereum tester. Time to bite the bullet and upgrade to eth-tester.
  • Upgrade to solidity 0.5
@lorenzb lorenzb changed the title Publish new version with 90k overhead on GitHub Publish new version with only 90k gas overhead on GitHub Mar 7, 2019
@thegostep
Copy link
Collaborator

thegostep commented Mar 7, 2019 via email

@relyt29
Copy link
Collaborator

relyt29 commented Mar 7, 2019

another option for unit testing would be to use geth --dev and web3.py as I do here

just connect to a localhost rpc provided by geth --dev and then use web3.eth.balanceOf() and other constructs to assert your tests

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

No branches or pull requests

3 participants