libsubmarine icon indicating copy to clipboard operation
libsubmarine copied to clipboard

Publish new version with only 90k gas overhead on GitHub

Open lorenzb opened this issue 5 years ago • 2 comments

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 avatar Mar 07 '19 14:03 lorenzb

Nice! I’ll give it a go this weekend 👌 On Thu, Mar 7, 2019 at 3:13 PM Lorenz Breidenbach [email protected] wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lorenzb/libsubmarine/issues/35, or mute the thread https://github.com/notifications/unsubscribe-auth/APOGUCTe6t7qXW4e7n9184WqxTlxku6oks5vUR6VgaJpZM4bjSHs .

thegostep avatar Mar 07 '19 16:03 thegostep

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

relyt29 avatar Mar 07 '19 18:03 relyt29