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

Nameforalias txlist #21

Merged
merged 13 commits into from
Sep 22, 2014
Merged

Nameforalias txlist #21

merged 13 commits into from
Sep 22, 2014

Conversation

dwasyluk
Copy link
Contributor

No description provided.

coderboo and others added 13 commits September 9, 2014 16:58
…ddress for this command to work. if alias value doesnt containa syscoin address, command will fail.
This allows any address used as an alias, so any calls (internal,
external via rpc) can be used with alias names as a dropin replacement
for a syscoin address... ie: sendtoalias is not needed, sendtoaddress
does what we need.
You can save aliases in the address book from send coin tab.. it will
save the alias address. You can send coins to an alias and it will
resolve the address before sending.
When adding to address book wallet is locked but in our GetAliasAddress
we were locking again, causing a deadlock.... I suggest we review
anywhere we use service functions anywhere but RPC calls as they may be
double locking and causing (wallet hang bugs as reported by people).. I
use TRY_LOCK which DOESN"T lock if its already locked, so I suggest in
our services to use TRY_LOCK everywhere, coderboo to review.

Removed sendtoalias, not needed.
selectively merged in changes from qt-myalias branch and fixed up slow
loading of "my aliases" uses mapwallet now.
1) If label is empty and address is a alias, set label to alias name
(including when paying out)
2) Try to fix update issue, should notify when tx is recieved (rpc
console updates qt gui)
3) Bitcoin doesn't like O I l characters in its address but they are
valid for aliases, so remove this restriction for syscoin
addresses/aliases...
4) max chars for address is 1023 now to follow alias convention
5) Try to fix duplicate aliases issue in my alias tab
@dwasyluk dwasyluk closed this Sep 22, 2014
@dwasyluk dwasyluk reopened this Sep 22, 2014
dwasyluk added a commit that referenced this pull request Sep 22, 2014
@dwasyluk dwasyluk merged commit 21c8591 into devstaging-0.1.5 Sep 22, 2014
@dwasyluk dwasyluk deleted the nameforalias_txlist branch September 22, 2014 00:56
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.

3 participants