-
Notifications
You must be signed in to change notification settings - Fork 51
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
RPC updates and additions. Sync fix. #45
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setaccount returns an error if the address isn't in your wallet fix setaccount creating new addresses
davidstoneham
changed the title
fix listreceivedbyaddress returning sending addresses from address book
fix RPC related issues
Apr 5, 2018
Will be reviewed. |
add masternode rpc commands
- Touched/added additional debugging information
- Fixed issue with masternode reward calculation
- Corrected silly mispelling
- Fixed another typo
davidstoneham
changed the title
fix RPC related issues
RPC updates and additions. Sync fix.
Apr 25, 2018
reduce default max orphan transactions update linux build instrutions
fix compiler warnings bug fix on peer tracking max connections variable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Critical Fix
Fixed issue where wallet was stuck on syncing block 0 when syncing a new blockchain
Sync Improvements
General Improvements
General RPC improvements
Updates listreceivedbyaddress RPC command to return only your addresses when running with minconf=0 and includeempty=true instead of returning all addresses including send addresses from your address book.
fix GetAccountAddress not committing the new account to the walletdb causing duplicates to be made when running the command again
setaccount no longer can create new addresses. This was a confusing feature and gave no way to change account names without creating new addresses
setaccount returns error if trying to change the account of an address that doesn't exist in your wallet
listreceived now returns (change) addresses
Added RPC commands for masternodes
-masternode status-all - dumps the above info for all masternodes on the network (only your masternode will include status field)