ethereum / py-geth

Python wrapping for running Go-Ethereum as a subprocess
MIT License
99 stars 218 forks source link

fix: add missing items from genesis #221

Closed antazoey closed 2 months ago

antazoey commented 2 months ago

What was wrong?

Related to Issue #220 Closes #220

mostly opening to show what I had to do to get it to work in Ape!

How was it fixed?

add fields

Todo:

Cute Animal Picture

◡̈ <--- it's an ape!

kclowes commented 2 months ago

Thanks for the PR! I added a few more that I noticed were missing.

kclowes commented 2 months ago

@antazoey I also changed mixhash -> mixHash to match geth, let me know if that throws you off and I'll change it back!

antazoey commented 2 months ago

@antazoey I also changed mixhash -> mixHash to match geth, let me know if that throws you off and I'll change it back!

I had it that way before. So that works!