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 12,287 public repositories matching this topic...
There is the test/libsolidity/SolidityEndToEndTest.cpp file, which contains a lot of semantic tests. It is a large monolithic single C++ file, which takes a long time to compile and is hard to maintain.
We want to move as many test cases out to individual files under test/libsolidity/semanticTests. They should be grouped logically, by following the grouping in SolidityEndToEnd.
Have a
Issue
Suppose you have a migrations file, but no actual migrations occur in it. When you run truffle migrate, the total cost is printed as 0 undefined, rather than 0 wei or 0 ether or just 0.
Steps to Reproduce
Create a new Truffle project, edit 1_initial_migrations.js by removing the deployer.deploy line, then try migrating your project.
Expected Behavior
Th
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Nov 1, 2020 - Rust
-
Updated
Sep 28, 2021 - Go
-
Updated
Nov 11, 2021 - C
-
Updated
Oct 25, 2021 - HTML
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
Nov 11, 2021 - CSS
-
Updated
Oct 28, 2021 - C++
-
Updated
Oct 19, 2021 - Python
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Oct 15, 2021
-
Updated
Sep 7, 2021
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Nov 10, 2021 - Java
-
Updated
Oct 2, 2021
-
Updated
Nov 10, 2021 - Python
-
Updated
Nov 7, 2021 - TypeScript
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
-
Updated
May 9, 2019 - JavaScript
-
Updated
May 10, 2021 - Ruby
-
Updated
Nov 8, 2021
Created by Vitalik Buterin
Released July 30, 2015
- Organization
- ethereum
- Website
- www.ethereum.org
- Wikipedia
- Wikipedia
System information
Geth version: 1.10.8-stable
OS & Version: Linux
This issue started after updating to 1.10.8-stable. Gas oracle doesn't return the expected results when parameters are different than the defaults (both setting IgnorePrice or/and MaxPrice will break it). Works as expected without the .toml setting below
.toml settings: