-
Notifications
You must be signed in to change notification settings - Fork 683
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
Release 2.1.0 - Merge to Master #375
Merged
Merged
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
Fix asset database error, fix unit tests
Release 2.0.4 back to develop2
* Add ability to chain asset transaction just like you can chain RVN transactions
python scripts should invoke the python interpreter. hopefully these are written in python3, if not adjust.
invoke python interpreter
Changes the descriptors to the standard "numeric" which is used to denote either Float or Integer in the rest of the codebase, as issue and reissue and transfer all accept non integer values
Fix test_runner-configure, mempool_limit test, and add nonce to miner_tests
Add 2.0.4 release notes
* Don't allow reissue chaining
* Add ability to create assets of other types with the GUI
Fixing Linux build errror - missing string include in header
* implements unique assets via createrawtransaction, issue and issueunique RPC calls * changes some of the parameter defaults/optionality in issue
Implementation of Asset Control
Fix Unique QT issuance screen
Fixing Linux compile-linker error
Fix compiler warnings, remove unnecessary enum conversions
IRC registration request
* Moved testnet to v5.
Modify version bit for mainnet for asset activation. Update version …
Fix linux build issue
…test-removal Adding release notes for 2.1.0, removing RBF tests
Asset issuance with reorg that also contains asset
Add ability to view asset issuance in the mempool
Fix Issue and Reissue invalidation in the same reorg
fixing asset activation date and remove extra 0 from version
Fixing crash when running 'ravend -h'
Fix double ownership creation malicious user bug
cfrogjump
approved these changes
Oct 8, 2018
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.
Merging to master for 2.1.0 release!