Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Copy gasPrice and gasLimit with dry-run #81

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Copy gasPrice and gasLimit with dry-run #81

wants to merge 3 commits into from

Conversation

f10et
Copy link

@f10et f10et commented Dec 5, 2017

Related to issue trufflesuite/truffle#680

The problem was the gasPrice and gasLimit of the network being ignored when running a dry-run, as they were not copied over in the forked network

Copy link
Contributor

@gnidan gnidan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this! Marking this to get merged and deployed in the next release.

@@ -97,9 +97,11 @@ var Environment = {
network_id: config.network_id,
provider: TestRPC.provider({
fork: config.provider,
unlocked_accounts: accounts
unlocked_accounts: accounts,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm kind of paranoid about trailing commas in JS, mind removing this?

@gnidan
Copy link
Contributor

gnidan commented Feb 2, 2018

Oh I was missing some context - will circle back with others on the team and make sure this isn't waiting for another reason.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants