Skip to content
#

Ethereum

ethereum logo

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...

geomad
geomad commented Aug 24, 2021

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:

[Eth.GPO]
IgnorePrice = 2000000000
```
axic
axic commented Nov 8, 2021

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

haltman-at
haltman-at commented Nov 8, 2021

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

Created by Vitalik Buterin

Released July 30, 2015

Organization
ethereum
Website
www.ethereum.org
Wikipedia
Wikipedia

Related Topics

blockchain cryptocurrency