-
Notifications
You must be signed in to change notification settings - Fork 709
Release 2.2.0.0 #480
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
Merged
Merged
Release 2.2.0.0 #480
Conversation
This file contains hidden or 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
This backports #12924 to our current implementation of the RPC-API 6249021d1 [docs] Add release notes for HD master key -> HD seed rename (John Newbery) 79053a5f2 [rpc] [wallet] Add 'hdmasterkeyid' alias return values. (John Newbery) c75c35141 [refactor] manually change remaining instances of master key to seed. (John Newbery) 131d4450b scripted-diff: Rename master key to seed (John Newbery) Pull request description: This renames a couple of functions and members (no functional changes, expect log prints): - Rename CKey::SetMaster to CKey::SetSeed - Rename CHDChain::masterKeyId to CHDChain::seedID - Rename CHDChain::hdMasterKeyID to CHDChain::hdSeedID - Rename CWallet::SetHDMasterKey to CWallet::SetHDSeed As well it introduces a tiny API change: - RPC API change: Rename "hdmasterkeyid" to "hdseedid", rename "hdmaster" in wallet-dump output to "hdseed" - use "s" instead of the incorrect "m" for the seed-key hd-keypath key metadata
…ional NONCE for miner tests.
…_4_miner_tests Add -fPIC as default on Linux builds fixing build errors. Add NONCE to miner_tests
MNEY - add $ to end of regex for better compatability
[BACKPORT] #12924: Fix hdmaster-key / seed-key confusion (scripted diff)
Update develop branch with latest commits from 2.1.0
Avoid redefining thread priority constants
Add functional test for mempool cleaning up after reorg
Release 2.1.1 into develop
Update IPFS hash examples in placeholders
fix duplicate unqiue in same tx
changed some words to keep translation more consist edited spelling mistakes suggested alternative translations
… dynamic Boost library)
Fixing OSX cross compile build problem on Linux (static build pulling dynamic Boost library)
[GUI] Assets GUI Update
really did wish that listassets sorted by timestamp order though
fixed
Add Open Sans font
Update getassetdata network call to use correct cache
Update GUI with reissue quantity of 0 by default
Update atomicswaps.md
Mainnet as of block 475,000 Testnet as of block 90,000
Fix Linux/Windows QT frames missing
* adding assets to addressindex. * DisconnectBlock now updates addressIndex * Added asset ability to getaddressutxos. * Added includeAssets param to getaddresstxids * Added includeAssets to getaddressmempool * Added assetName param to getaddressdeltas * Added asset info to getrawtransaction verbose JSON output. * added support for retrieving all asset utxos from getaddressutxos using '*'..
Remove admin icon is asset isn't admin
Update chainTxData
Typo fix upspent -> unspent
add keywords to metadata example
russian translation fix
[Translation] Update raven_de.ts
OSX cli tools
OS X Font workaround
cfox
approved these changes
Dec 12, 2018
Contributor
cfox
left a comment
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.
here we go
spyder46n2
approved these changes
Dec 12, 2018
Contributor
spyder46n2
left a comment
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.
Looks good.
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.
Merge the release to master