The Wayback Machine - https://web.archive.org/web/20211017052139/https://github.com/topics/evm
Skip to content
#

evm

Here are 280 public repositories matching this topic...

VERTlG0
VERTlG0 commented Jul 8, 2017

The cpp-ethereum homepage is not exactly helpful... http://cpp-ethereum.org/ which just takes you to here: http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/ which only helps with building and installing.. and the only useful link is the "Running" which is only this: "Running eth without any argument will synchronise your node to the public blockchain. It is also possible to create or

ethermint
tomtau
tomtau commented Oct 7, 2021

KS-THA-F-14

in ethereum/rpc/namespaces/debug/trace.go , ethereum/rpc/namespaces/debug/internal.go , ethereum/rpc/namespaces/debug/utils.go , ethereum/rpc/websockets.go

Errors returned when closing files are not properly handled. This can cause panics. Moreover, deferring unsafe method "Close" on type "*os.File" can create panic.
We recommend always handling errors when closing files an

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
ethereumjs-monorepo
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