Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use and show gas limit correctly. Fix tx #675

Merged
merged 1 commit into from
Nov 16, 2018
Merged

Conversation

nicosantangelo
Copy link
Contributor

@nicosantangelo nicosantangelo commented Nov 16, 2018

Closes #674

@@ -25,7 +25,7 @@ const mapState = state => {
transactions,
network: getNetwork(state),
isEmpty: transactions.length === 0,
isLoading: isConnecting(state) || isLoading(state),
isLoading: isConnecting(state) || authorization == null,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is here to avoid an error when loading the activity page directly. It happens because authorizations and wallet connection are disjointed so we have a state where the wallet is connected, authorizations not loading and undefined

import { splitCoodinatePairs } from 'shared/coordinates'

const ONE_BILLION = 1000000000 // 1.000.000.000
Copy link
Member

Choose a reason for hiding this comment

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

💰

@cazala cazala merged commit 2232391 into master Nov 16, 2018
@cazala cazala deleted the fix/gas-limit-to-gwei branch November 16, 2018 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants