-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
# Conflicts: # js/src/modals/CreateAccount/AccountDetailsGeth/accountDetailsGeth.js # js/src/modals/CreateAccount/NewGeth/newGeth.js # js/src/modals/CreateAccount/NewImport/newImport.js
Logs When you choose something else than the default Importing from Geth seems broken. The addresses are imported into my Address Book. Looks good otherwise |
Current Geth import on master is not working. (It doesn't filter correctly, always yielding 0 accounts.) To try and replicate the issue here, fix that bug to test and it yields exactly the same Geth import outcome - it would seem that the Name is set before the account is actually imported, i.e. it never shows up under accounts. (Once deleted from the address book it does. Logged it since I don't believe it is related to new changes and does feel like a non-UI issue.) The other 2 issues addressed - selection based on type in store, array or array-like object in summary (with copy operator in attached store) |
@jacogr Not sure why setting |
@ngotchac We need MobX 3.0.0 for As-is the work-around does its job, upgrading removes the visible issue entirely for any other stores. |
PR is much bigger (in terms of LOC) than I'm typically comfortable with submitting, but at the same time it is just the single (very large) modal.