Ethereum
Ethereum is a decentralized platform that runs contract-based applications without any possibility of downtime, censorship, fraud or third-party interference. Ethereum blockchain focuses on running the code of any decentralized application.
Here are 15,186 public repositories matching this topic...
Description
Tried running multiple unit tests using isoltest like so:
sergiuiacob@Sergius-MacBook-Pro solidity % build/test/tools/isoltest --test "yulSyntaxTests/*;objectCompiler/*"
Unhandled exception caught.
/solidity/test/tools/IsolTestOptions.cpp(99): Throw in function virtual void solidity::test::IsolTestOptions::validate() const
Dynamic exception type: boost::wrapexcept<soli
-
Updated
May 2, 2022 - JavaScript
-
Updated
May 29, 2022 - JavaScript
Feature
Similar to #4461, it would be nice if people could truffle exec typescript without needing to run a compilation step.
Steps to Reproduce
Write a script for truffle exec in TypeScript
Desired Behavior
Truffle would use ts-node to execute said script
Current Behavior
Users must first compile said script, and truffle exec the compilation output.
-
Updated
May 28, 2022
-
Updated
May 29, 2022 - CSS
-
Updated
Apr 2, 2022
-
Updated
May 5, 2022 - C
-
Updated
May 25, 2022 - TypeScript
-
Updated
May 27, 2022
A parametrized option to set the blocksize would be useful to experiment with. As quorum is used in a private setting I think this option should be available
-
Updated
May 30, 2022 - Python
-
Updated
Apr 29, 2022 - JavaScript
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
URL
https://app.uniswap.org/#/pool/v2?chain=mainnet
Error
Error: No V2 factory address on this chain
Stacktrace
Error: No V2 factory address on this chain
at L (https://app.uniswap.org/static/js/main.e43a79ef.chunk.js:1:274135)
at https://app.uniswap.org/static/js/main.e43a79ef.chunk.js:1:663495
at Array.map (<anonymous>)
at https://app
Description
Change links and references in the docs to run an Ethereum node from parity to openethereum, and change these references in the code too.
Motivation
Currently, docs about running an Ethereum node states that you can use parity-ethereum, but the project is no longer maintained.
There's also lots of comments and b
It is currently not possible to specify the chain ID for a hardhat network invoked with npx hardhat node through any means other than the config file. This means it is impossible to specify the --chain-id argument in the command line, or execute a chain host pragmatically with hre.run('node', { chainId: 100 }).
Please add the chainId parameter to the node command so it is possible to
-
Updated
May 9, 2019 - JavaScript
-
Updated
May 3, 2022 - Go
-
Updated
May 25, 2022 - JavaScript
Component
Forge
Describe the feature you would like
In certain circumstances, it would be very helpful if Forge tests could read pre-configured variables (either from foundry.toml or sourced from the bash environment) for conditional/context-specific logic, without the need to use the potentially unsafe vm.ffi cheatcode.
Additional context
The Seaport test suite [uses `vm.ff
It's nice if testing doesn't produce unnecessary artifacts after running with success but keeps relevant info on fail for further inspection.
Pytest should have a nice way of creating fixtures that can post-process a test based on whether it failed or not https://docs.pytest.org/en/latest/example/simple.html#making-test-result-information-available-in-fixtures
If a test fails, then keep the
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia
System information
Geth
Version: 1.10.13-stable
Git Commit: 7a0c19f813e285516f4b525305fd73b625d2dec8
Architecture: amd64
Go Version: go1.17.3
Operating System: linux
GOPATH=
GOROOT=go
Expected behaviour
Close files that aren't in use / have a settable limit
Actual behaviour
Every database file it opens stays open for the duration of the sync
Steps to re