evm
Here are 552 public repositories matching this topic...
-
Updated
Oct 28, 2021 - C++
Component
Forge
Describe the feature you would like
Issue
Currently, when installing a specific version/branch of a dependency, this version is lost when running forge update.
Example:
forge install rari-capital/solmate@v7
forge update
=> checks out to master
I would expect the checked out branch to remain the same.
Example Scenario
I currently am depending on
-
Updated
Jun 30, 2022
In devp2p at least in eth and les we always generate a debug string even if we are not in debug mode, e.g. here: https://github.com/ethereumjs/ethereumjs-monorepo/blob/8e1c3cf9c47bfc037182c275f46eef405ef70dca/packages/devp2p/src/protocol/eth.ts#L43
Guards should be added so we don't unnecessarily generate debug strings in case we are not in debug mode.
-
Updated
Jul 9, 2022 - C++
What is wrong?
- After London changes, certain genesis header params became unconfigurable. Introduce back the ability to configure
block_number. See eth-tester issue #225.
How can it be fixed
fill_header_params_from_parent()needs the ability to pass in ablock_numberkwarg to be configurable again. This call is made fr
https://github.com/tharsis/ethermint/blob/main/crypto/ethsecp256k1/ethsecp256k1.go#L21
probably worth mentioning it's the compressed form in the comments
deploying libraries can take a long time. One can easily skip this stage if we make it possible to save the deployed library state and pass it to dapp test:
- Write a new little dapp helper script which is the
dapp --library-addressesabove - Make
dapp buildanddapp --make-library-stateuse this helper script instead - Allow a flag
--stateto be passed todapp test(probably a
Add an example to load file from a directory along with https://remix-ide.readthedocs.io/en/latest/locations.html#load-one-of-the-default-remix-files
-
Updated
Jul 8, 2022 - Go
-
Updated
Nov 23, 2021 - Go
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jun 4, 2022 - Kotlin
Is your feature request related to a problem? Please describe.
Nethermind appears to write to both stdout and a log file, which is superfluous when running under a control harness (e.g. systemd). Being able to turn off the log file output would avoid the log taking up disk space unnecessarily.
Describe the solution you'd like
Add some sort of option to disable output to the log f
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 9, 2022 - Rust
We should create a corpus of tests to verify that CFG recovery is accurate and complete, and there are no regressions.
The AUR packages are used by Arch Linux. It looks some solidity core devs are using these. Include the PKGBUILD config here and test it on CI.
cc @cameel
-
Updated
Jul 9, 2022 - Go
-
Updated
Jul 8, 2022 - C#
-
Updated
Jun 29, 2022 - F#
Improve this page
Add a description, image, and links to the evm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the evm topic, visit your repo's landing page and select "manage topics."
I have came across the below function where implementers can to override to customize the functionality.
The thing is the validation within the base implementation. Basically as a developer, I would expect the function to act as getter returning the fee amount while keepin