Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Suggest making an outgoing transaction - Closes #1019 #1020

Merged
merged 7 commits into from
Dec 20, 2017

Conversation

slaweet
Copy link
Contributor

@slaweet slaweet commented Dec 19, 2017

What was the problem?

There was no hint to users that they should make an outgoing transaction to save their publicKey on the blockchain.

How did I fix it?

I implemented an infobox that suggests to users without outgoing transactions to make one.

How to test it?

  • Create a new account
  • Send some LSK to it from another account
  • Check the message in the new account.
  • Click the button to send the transactions.

Review checklist

@slaweet slaweet self-assigned this Dec 19, 2017
@slaweet slaweet force-pushed the 1019-suggest-outgoing-transaction branch 3 times, most recently from 5eca251 to f8ada95 Compare December 19, 2017 11:20
... if in an uninitialized account
@slaweet slaweet force-pushed the 1019-suggest-outgoing-transaction branch from f8ada95 to d876a50 Compare December 19, 2017 11:29
@slaweet slaweet requested a review from ginacontrino December 19, 2017 11:56
@slaweet slaweet changed the base branch from development to 1.3.1 December 19, 2017 11:58
@slaweet slaweet force-pushed the 1019-suggest-outgoing-transaction branch from 21d2913 to dd75131 Compare December 19, 2017 14:48
so that we don't have to worry about that link being possibly broken in future
there were two problems:
- the change of the publicKey from server was not sent from each
  accountUpdated action
- storing boolean value didn't work because account reducer merge
  function doesn't correctly merge boolean values
Copy link
Contributor

@ginacontrino ginacontrino left a comment

Choose a reason for hiding this comment

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

Cool, thank you!

@slaweet slaweet merged commit beba0d1 into 1.3.1 Dec 20, 2017
@slaweet slaweet deleted the 1019-suggest-outgoing-transaction branch December 20, 2017 10:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants