Skip to content
#

evm

Here are 307 public repositories matching this topic...

ethermint
thomas-nguy
thomas-nguy commented Nov 8, 2021

In case of contract creation, to field should be null.

Currently the json-rpc endpoint return 0x0000000... which is inconsistant with the transaction receipt value which return nul

{
  "blockHash": "0xdb8e24f2b9eb7bc046c957b0dd6f60118cb0a49dc23dcd3c2ee55a242db4666b",
  "blockNumber": 203281,
  "from": "0x94b93044f635f6E12456374EC1C2EeaE6D8eD945",
  "gas": 3788418,
  "gasPrice
pipermerriam
pipermerriam commented Aug 1, 2019

What is wrong?

Previous to ethereum/py-evm#1805 we had classes like eth.vm.BaseVM that served as the reference. Now, we have interfaces defined in eth.abc.

There are now two primary problems.

  • Many of our docstrings might still refer to the wrong class. Most class references in docstrings should be referencing the abc base classes now.
  • Most of the met
transmissions11
transmissions11 commented Sep 22, 2021

Right now env vars that accept boolean-esque values (like DAPP_TEST_FFI, HEVM_RPC, and DAPP_BUILD_OPTIMIZE) each require slightly different values to represent true.

Sometimes 1 means true, sometimes yes means true, sometimes any non 0 value means true, and sometimes the variable being set at all means true!

Ideally all boolean-esque env vars would only accept one of these value

Improve this page

Add a description, image, and links to the evm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the evm topic, visit your repo's landing page and select "manage topics."

Learn more