-
Notifications
You must be signed in to change notification settings - Fork 648
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 branch into testnet #525
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
... unless the genesis block is modified manually, or the committee changes that parameter on the chain. This fixes the issue that blocks might otherwise become bigger than the MAX_MESSAGE_SIZE of the p2p code. This far, I am unaware that the p2p does segmentation of messages.
This commit introduces two new options to market_history_plugin: * `max-order-his-records-per-market`: Will only store this amount of matched orders for each market in order history for querying, or those meet the other option, which has more data. (default: 1000) * `max-order-his-seconds-per-market`: Will only store matched orders in last X seconds for each market in order history for querying, or those meet the other option, which has more data. (default: 259200 (3 days))
Perhaps fixes #185.
to improve performance, fix #458
Update new suppored boost versions to README
[docker] Create the symlink in the launch script, not the Dockerfile
Fix error message referring to the old p2p-port option
Market history plugin improvements
…blind transaction.
Fix small typo.
and keys in required other authorities, for #496
Stop dirtying the blind_history on failing transfer_from_blind calls.
[docker] Add cURL lib #476 and environmental variables for configuration
Fix `get_potential_signatures` database API
Merge upstream/develop
remove invalid field from fork database issue #66
Proposal: expose sign/read memo API to wallet
Reduce the max-block-size that is used in new networks by default
Remove redundant log printed in the cli wallet console
Precalculate market ticker data
add version command to node
abitmore
approved these changes
Dec 12, 2017
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.
step 2 of git flow: The "release" branch is merged into "testnet".