-
Notifications
You must be signed in to change notification settings - Fork 791
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
DApp/ Schedule Transactions #545
DApp/ Schedule Transactions #545
Conversation
@kvhnuke @SteveMieskoski No longer a WIP. Ready to be reviewed! |
…ing-esn-icon add a missing ESN network icon
Adds RSK ledger dpaths
…llet into devop/misc-fixes
…erface-address-block Ui/update interface address block
…-tx-swap-success-modal Update success modal for transaction and swap
…ification-dot-animation Update notification dot animation
...mapGetters([ | ||
'web3', | ||
'network', | ||
'wallet', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove the wallet
import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
… token symbol if exists
…contracts Turn addresses to lowercase to avoid issues with web3 in "Interact with contracts"
selectedTimeZone: moment.tz.guess(), | ||
selectedCurrency: '', | ||
showTokenTransferNotification: true, | ||
amountInputOptions() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These functions that returns the options might be better suited in the computed
property so whenever the this
instances inside updates, it also updates instead of being called only once.
DApp: Schedule transactions
This DApp uses the Ethereum Alarm Clock protocol to schedule transactions for the future.
Screenshots