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

Feature: speed up transaction #1176

Merged
merged 39 commits into from
Nov 11, 2019
Merged

Conversation

estebanmino
Copy link
Contributor

Description

Adds ability to speed up transactions

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

Issue

Resolves #1107

Copy link
Contributor

@brunobar79 brunobar79 left a comment

Choose a reason for hiding this comment

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

This is great! 💯 🔥 🙌

return this.renderEmpty();
}

const { submittedTransactions, confirmedTransactions } = this.props;
Copy link
Contributor

Choose a reason for hiding this comment

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

const { submittedTransactions, confirmedTransactions, transactions, header } = this.props;

@@ -129,6 +138,110 @@ class TransactionsNotificationManager {
}
}

_handleTransactionsWatchTableUpdate = transactionMeta => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we rename this to list instead of table?

locales/es.json Outdated
"cancel_tx_title": "¿Intentar cancelar?",
"cancel_tx_message": "Enviar este intento no garantiza que su transacción original será cancelada. Si el intento de cancelación es exitoso, se le cobrará la tarifa de transacción anterior.",
"speed_up_tx_title": "¿Intentar acelerar?",
"speed_up_tx_message": "nviar este intento no garantiza que su transacción original se acelerará. Si el intento de acelerar es exitoso, se le cobrará la tarifa de transacción anterior.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Enviar

locales/es.json Outdated
"cancel_tx_message": "Enviar este intento no garantiza que su transacción original será cancelada. Si el intento de cancelación es exitoso, se le cobrará la tarifa de transacción anterior.",
"speed_up_tx_title": "¿Intentar acelerar?",
"speed_up_tx_message": "nviar este intento no garantiza que su transacción original se acelerará. Si el intento de acelerar es exitoso, se le cobrará la tarifa de transacción anterior.",
"nevermind": "No importa",
Copy link
Contributor

Choose a reason for hiding this comment

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

No, gracias

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤷‍♂

locales/es.json Outdated
"speed_up_tx_message": "nviar este intento no garantiza que su transacción original se acelerará. Si el intento de acelerar es exitoso, se le cobrará la tarifa de transacción anterior.",
"nevermind": "No importa",
"gas_cancel_fee": "Tarifa de Cancelación",
"gas_speed_up_fee": "Tarifa de Aceleración "
Copy link
Contributor

Choose a reason for hiding this comment

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

Extra space at the end

@ibrahimtaveras00
Copy link
Contributor

Issue 1:

Speed up notification
image

Issue 2:

Went to kyberswap.com to transfer some DAI and when I attempted to speed up the txn, tapping on the CTA didn't do anything and there was a warning; seen here = https://recordit.co/yJkggYty9x

Screen Shot 2019-11-05 at 3 58 42 PM

Issue 3:

Went to uniswap trying to get some DAI, and I went to edit my gas to be slow, upon going back to the confirm screen and tapping on the confirm button, I get this; seen here = https://recordit.co/qoY7XwGEnK

image

@ibrahimtaveras00 ibrahimtaveras00 added the needs-qa Any New Features that needs a full manual QA prior to being added to a release. label Nov 8, 2019
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 left a comment

Choose a reason for hiding this comment

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

All fixes look good, QA Passed 👍

@estebanmino estebanmino changed the title [GABA] Feature: speed up transaction Feature: speed up transaction Nov 11, 2019
@estebanmino estebanmino merged commit b517b46 into develop Nov 11, 2019
@estebanmino estebanmino deleted the feature/speed-up-transaction branch November 11, 2019 20:48
rickycodes pushed a commit that referenced this pull request Jan 31, 2022
* render and speed up

* parse nonce

* wip handle transactions

* handle speed up

* handle one tx per nonce

* perf

* filter once

* handle notifications

* locale

* locale es

* not timeout

* more locale

* handle listeners

* snaps

* handle tx view

* status

* fix callbacks issue

* ignore

* missing locale

* speed_up

* _handleTransactionsWatchListUpdate

* locales

* props

* speedup

* locale

* keyextractor

* fix instapay

* fix filter

* fix filter for real

* fix filter for real for real

* move everything one level up on dep tree

* snaps

* bump gaba

* fix imports to new gaba

* more import changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-qa Any New Features that needs a full manual QA prior to being added to a release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speed up transactions
3 participants