evm
Here are 433 public repositories matching this topic...
-
Updated
Oct 28, 2021 - C++
`vm.assume` cleanup
Component
Forge
Have you ensured that all of these are up to date?
- Foundry
- Foundryup
What version of Foundry are you on?
No response
What command(s) is the bug in?
No response
Operating System
No response
Describe the bug
(this didn't really feel like a bug or a feature request, so just put it as a bug)
The [foundry implementation](https://
-
Updated
Apr 6, 2022
-
Updated
Apr 9, 2022 - C++
https://github.com/tharsis/ethermint/blob/main/crypto/ethsecp256k1/ethsecp256k1.go#L21
probably worth mentioning it's the compressed form in the comments
Depends on #1048
Another Ethers issue
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
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
Nov 23, 2021 - Go
We can safely disallow any use of solc below 0.4.25.
Description
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Apr 7, 2022 - Kotlin
Describe the solution you'd like
Nethermind currently uses the Parity chainspec format while virtually all other clients use the Geth chainspec format. It would be great for composability if Nethermind also supported the Geth chainspec format
-
Updated
Apr 9, 2022 - Rust
We should create a corpus of tests to verify that CFG recovery is accurate and complete, and there are no regressions.
-
Updated
Apr 8, 2022 - Python
CI: Add fuzzer build
Add CI job that at least builds evmone-fuzzer to protect it from accumulating build issues.
-
Updated
Mar 15, 2022 - F#
-
Updated
Apr 9, 2022 - Go
-
Updated
Mar 24, 2022 - OCaml
The ethabi::errors::InvalidData error could use some more info such that the user can find which part of their input is invalid.
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."
The current flash loans implementation suggests to burn the fee of the flash loan with no easy way for implementers to override this default behavior. e.g. If the token is capped, this leads to shrink the total supply over time [considering the fee is higher than 0].
This behavior is not well documented and the Wizard doesn't consider this.
I would suggest to