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

Release branch into testnet #525

Merged
merged 38 commits into from
Dec 12, 2017
Merged

Release branch into testnet #525

merged 38 commits into from
Dec 12, 2017

Conversation

oxarbitrage
Copy link
Member

step 2 of git flow: The "release" branch is merged into "testnet".

xeroc and others added 30 commits October 13, 2017 08:09
... 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))
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
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
remove invalid field from fork database issue #66
Proposal: expose sign/read memo API to wallet
Copy link
Member

@abitmore abitmore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@oxarbitrage oxarbitrage merged commit e957ca3 into testnet Dec 12, 2017
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.

7 participants