ethereum / casper

Casper contract, and related software and tests
The Unlicense
687 stars 175 forks source link

Getting ready for the Vyper's beta launch #153

Open ben-kaufman opened 6 years ago

ben-kaufman commented 6 years ago

Hey everyone,

Vyper is getting ready for its first beta launch (hopefully on June 1st) and I think Casper should start preparing for that as there are lots of changes (some are backwards incompatible).

I'll go through the Casper contract code this week and list here the important changes. I think as we settle on the right units in #138 we should post it here as well.

What do you think?

djrtwo commented 6 years ago

I'm down to help get prepared. We are currently tied to the vyper version commit right after the big eth-tester merge. What else has changed since then?

ben-kaufman commented 6 years ago

I'm pretty sure that the transition Vyper had in wei_value from int128 to uint256 was after that. I'll go through the code and write the comments.

djrtwo commented 6 years ago

Cool. I'm planning on converting (almost) all of our int128s to uint256 so that should fix that issue.

djrtwo commented 6 years ago

I'm working on this @ChihChengLiang